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_SAMPLE_CREATE_IP () is a standard Function Module in SAP ERP and is part of the function group QEEA within the package QE.
Function Module | QEEA_SAMPLE_CREATE_IP |
Short Text | |
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_PROBENR | LIKE | QAMKR-PROBENR | Number of the sample to be created | |
I_PRUEFLOS | LIKE | QALS-PRUEFLOS | Inspection lot | |
I_QAMV | LIKE | QAMV | Characteristic requirements record | |
I_QASV | LIKE | QASV | Sample zero record as copy template | |
I_STATUSV | LIKE | QASV-SATZSTATUS | Input status for sample requirements record | |
I_STEUERSCHLUESSEL | LIKE | TQ70-SCHLCODE | '0400' | Transaction control key |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_QAMKR | LIKE | QAMKR | Sample work area in the characteristic structure |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR_VALUATION | No valuation rule in the characteristic requirements record |
NO_QASV_ENTRY_FOUND | No zero record in the sample requirements table |
NO_VALUATION_MODULE | No valuation function module for the characteristic |
WRONG_CONTROL_KEY | Incorrect transaction control key |