Data Element list used by SAP ABAP Function Module QPL1_CALCULATE_LOT_TIME (Berechnet den Start- bzw. den Endtermin der Prüfung)
SAP ABAP Function Module
QPL1_CALCULATE_LOT_TIME (Berechnet den Start- bzw. den Endtermin der Prüfung) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MATNR | Material Number | SOURCE VALUE(I_MATNR) LIKE QALS-MATNR |
|
| 2 | QPART | Inspection Type | SOURCE VALUE(I_ART) LIKE QALS-ART |
|
| 3 | QPRENDE | End Date of the Inspection | SOURCE VALUE(I_ENDTERMIN) LIKE QALS-PAENDTERM DEFAULT '00000000' |
|
| 4 | QPRENDE | End Date of the Inspection | SOURCE VALUE(E_ENDTERMIN) LIKE QALS-PAENDTERM |
|
| 5 | QPRSTART | Inspection Start Date | SOURCE VALUE(E_STARTTERMIN) LIKE QALS-PASTRTERM |
|
| 6 | QPRSTART | Inspection Start Date | SOURCE VALUE(I_STARTTERMIN) LIKE QALS-PASTRTERM DEFAULT SY-DATUM |
|
| 7 | WERKS_D | Plant | SOURCE VALUE(I_WERKS) LIKE QALS-WERK |
|