qm

Views:
 
Category: Education
     
 

Presentation Description

No description available

Comments

By: manish_shashi (40 month(s) ago)

U can download this from this forum itself, I understand.

By: vijay11476 (40 month(s) ago)

I need this file to download. how to have it? pls help me..

Presentation Transcript

Slide1: 

OVERVIEW OF DELTA QM Manish Shashi March, 2008

Agenda: 

Agenda

Enhancement (BADIs)--Introduction: 

Enhancement (BADIs)--Introduction Business add –Ins are a new & alternative enhancement method. They combines the advantages of Customer exits and business transaction events. A transaction is to be functionally enhanced . To do this , Abaper /developer creates a BADI. An implementation of this Badi is then created and used.

BADI—Quality Planning & Quality Inspection: 

BADI—Quality Planning & Quality Inspection QM_INPUT_PROCEDURE: The method INPUT_PROCEDURE of the BAdI mentioned above can be used to change the following fields: Input value Attribute Results data origin Deviating decimal places PROCEDURES: QM_INPROC_100 can be used in input processing when for example a measuring device only displays a result with precision of one decimal place , but two decimal place was specified for result. Example: Measured values are output with the same number of decimal places with which they were entered. B. QM_INPROC_200 can be used in input processing if you are using a measuring device that has a higher precision than is specified. Example: Measured values are rounded to a predefined number of significant digits.

BADI—Quality Planning & Quality Inspection: 

BADI—Quality Planning & Quality Inspection

BADI—Quality Planning & Quality Inspection: 

Particular requirements for the determination and processing of measured values include: The measured value is to be changed after input (for example, it is to be multiplied by a specific factor or rounded according to customer-specific rules). The measured value that has been entered (original value) is to be output independently of the decimal places defined in the plan or master inspection characteristic. If, for example, two decimal places were planned in the inspection characteristic, but the measured value only has one decimal place, then only one decimal place will be output in results recording (output like input). BADI—Quality Planning & Quality Inspection

BADI—Quality Planning & Quality Inspection: 

The number of significant digits is not fixed. It is dependent on the actual measured size of the measured value. It must therefore be possible to control the rounding using a significance type that takes this dependency into consideration. A significance type can be defined as follows: Measured Value: 0<x<1, Significant Digits: 2, Example: 0.17253 is output as 0.17 Measured Value: 0<x<10, Significant Digits: 2, Example: 1.173 is output as 1.2 Measured Value: 0<x<, Significant Digits: 2, Example: 11.173 is output as 11 The original value should be saved. A direct conversion of the formula should be performed with user-defined formulas. The required rounding is performed using BAdI. BADI—Quality Planning & Quality Inspection

BADI—Alternative UOM in the Usage Decision: 

BADI—Alternative UOM in the Usage Decision QEVA_ALT_QTY_INPUT can be used to perform a stock posting in the form of alternative unit of measure during usage decision. (pl. note that In the usage decision transactions, it is standard that quantities for the stock transfer can only be specified in the base unit of measure of the material. ) QEVA_ALT_QTY_INPUT defines an input help (F4 help) in the usage decision for the quantity fields on the stock screen (tab page Inspection Lot Stock). Then quantities can be entered in another unit of measure than the base unit of measure.

BADI—Alternative UOM in the Usage Decision: 

BADI—Alternative UOM in the Usage Decision

Agenda: 

Agenda

Slide12: 

Mobile notification & Defect recording

Agenda: 

Agenda

Slide14: 

Flexible Reporting Capabilities

Agenda: 

Agenda

Slide16: 

Different SAP Role—Quality inspector role

Sample Management: 

Sample Management

Sample Management: 

As of SAP ERP Central Component 5.0 the sample record was extended by additional fields. On the Physical-Sample Drawing tab page, you can also define the following information in the Data for Physical-Sample Origin screen area: Location of Sample Drawing (functional location) Info Sample-Drw (additional information on the physical-sample drawing, text description of the sample-drawing location) On the Sample Detail tab page, you can define the following information in the Administrative Data for Physical Sample screen area: Processor (for example, the person responsible for processing the sample or The person who took the sample Date of Sample Drawing Time of Sample Drawing Sample Management

Sample Management: 

Sample Management