Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module QEEA_OPERATIONS_READING (Import of inspection operations for an inspection lot) is a standard Function Module in SAP ERP and is part of the function group QEEA within the package QE.
Function Module | QEEA_OPERATIONS_READING |
Short Text | Import of inspection operations for an inspection lot |
Function Group | QEEA |
Package | QE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ARBPLATZ_LESEN | LIKE | QALS-STAT27 | 'X' | Also read ind. work center (not for R2 lots) |
I_AUFPL | LIKE | QALS-AUFPL | ||
I_KZ_R2 | LIKE | QALS-STAT27 | ' ' | |
I_MANDT | LIKE | SY-MANDT | SY-MANDT | Client |
I_PLNFL | LIKE | QAPO-PLNFL | SPACE | |
I_PLNTY | LIKE | QALS-PLNTY | Task list type | |
I_PRPLATZ | LIKE | QAPO-PRPLATZ | SPACE | Predefined work center |
I_PRPLATZWRK | LIKE | QAPO-PRPLATZWRK | SPACE | Work center plant |
I_PRUEFLOS | LIKE | QALS-PRUEFLOS | Inspection lot number | |
I_READ_DATA_FROM_DB | LIKE | QM00-QKZ | SPACE | Ind.: Read operation from database |
I_VORNR_BIS | LIKE | QAPO-VORNR | '9999' | Upper interval limit of the inspection operations |
I_VORNR_VON | LIKE | QAPO-VORNR | '0000' | Lower interval limit of the inspection operations |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_EINVORG | LIKE | QALS-STAT27 | Ind.: only 1 operation for the inspection lot (+ work center) | |
E_PLNKN_BIS | LIKE | QAPO-VORGLFNR | Upper node number of the selected operations | |
E_PLNKN_VON | LIKE | QAPO-VORGLFNR | Lower node number of the selected operations | |
E_QAPO_WA | LIKE | QAPO | Work area for the operation |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
QAPO_TAB | LIKE | QAPO | Internal table: inspection operations |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_OPERATIONS | No operations |