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 W_FRM_GET_OPEN_TO_QUANTS (Ermitteln der offenen Mengen aus offenen Transportaufträgen) is a standard Function Module in SAP ERP and is part of the function group WFR5 within the package WFRM.
Function Module | W_FRM_GET_OPEN_TO_QUANTS |
Short Text | Ermitteln der offenen Mengen aus offenen Transportaufträgen |
Function Group | WFR5 |
Package | WFRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COMPLETE_DATA | TYPE | WFRM_FLAG | 'X' | Tabelle mit Lagerort u. -nummer vervollständigen |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_TO_OPEN_QUANTS | TYPE | WFRM_QUANT_INT_T | Tabelle mit Selektionsdaten für offene Mengen |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_MESSAGELOG | TYPE | WFRM_ERROR_LOG_T | Fehler- bzw. Nachrichtenprotokoll |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_ACCORDING_ERRORLOG | Fehler bzw. Nachrichten bei der Verarbeitung. |
NOTHING_TO_DO | keine Selektionsdaten übergeben |