SAP Program RQEEAS20_PDF - Driver program for inspection instructions (sample program)

Description
Report RQEEA20 is a driver program for the inspection instructions inthe QM system. The report can either be used as it is, or it can be usedas a copy template for a customer-defined driver program.
To activate the program, it must be entered in the print control of QMinspection processing. Inspection instructions are printed according tothe specifications in the relevant form. Form INSP_INSTRUCTION isprovided as an example in the standard system. This form must exist inthe current client (see the copy function for forms).
All of the text elements defined in the report for the form are used asan example in this form. They can be adjusted in the form to meet yourneeds.
The number of text elements used in the report is kept as low aspossible to enable as much flexibility as possible in the form.Therefore, simple requests and cases are stored in the form. An exampleof how to execute requests is shown in this form.
The text key is passed to the form to print long texts in the inspectioninstructions. This key can be unlocked in the form by using a simpleinclude instruction (see form).
Requirements for the selected form:
,,Only one MAIN window is called.
Available text elements:
HEADER: Header rows
,,Fields from table QALS are available. After the first operation,
,,,,the fields of QAPO must also be available.
,,The element is printed with the page header.
FOOTER: Footer lines
,,Fields from table QALS are available.
,,The element is printed with the page end.
INSPECTION_LOT: Output of inspection lot
,,Fields from table QALS and the corresponding long texts are available.
OPERATION_HEADER: Header row for operations
,,Fields from table QALS are available.
OPERATION_DETAIL: Output of inspection operation
,,Fields from tables QALS and QAPO are available.
CHARACTERISTIC_HEADER: Header row for characteristics
,,Fields from tables QALS and QAPO are available.
CHARACTERISTIC_DETAIL: Output of general inspection characteristic
,,Fields from the following tables are available: QALS, QAPO, QAMV,QASV, QMKST, QMTB, QMTT, QDFM, QDFMT and TQ17T.
,,In addition, the long texts for the characteristic and for theinspection method can be accessed.
,,The UNIT_CHARACT symbol contains the 6-digit unit of measure.
CHAR_QUANTITATIVE: Output of quantitative characteristic
,,Fields the same as CHARACTERISTIC_DETAIL.
CHAR_WITH_CODES: Outpit of a characteristic with selection quantity
,,Fields the same as CHARACTERISTIC_DETAIL.
CHAR_CODES_HEADER: Header of code list for selection quantity
,,Fields the same as CHARACTERISTIC_DETAIL and selection quantity tableQKAT.
CHAR_CODES_DETAIL: Code output
,,Fields the same as CHARACTERISTIC_DETAIL and Code in tables QKAT andQPAC.
CHAR_QUALITATIVE: Output of qualitative characteristic
,,Fields the same as CHARACTERISTIC_DETAIL.
PROD_FACIL_HEADER: Header for inspection methods
,,Fields from tables QALS and QAPO are available.
PROD_FACIL_DETAIL: Output of inspection methods
,,Fields from tables QALS, QAPO and PLFHD are available.
END_OF_DOCUMENT: End of inspection instructions
,,Fields from table QALS are available.

Preconditions
It only makes sense to implement the report in conjunction with a formthat is adapted to the program logic (SAP standard: INSP_INSTRUCTION).
To activate the report, enter the report and the appropriate form in theprint control for QM.

Output
Output using form.