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 BAPI_BUS2054_GET_STATUS (Read Status for BUS2054 (Work Breakdown Structure)) is a standard Function Module in SAP ERP and is part of the function group CNIF_STATUS_2054 within the package CNIF_STATUS.
Function Module | BAPI_BUS2054_GET_STATUS |
Short Text | Read Status for BUS2054 (Work Breakdown Structure) |
Function Group | CNIF_STATUS_2054 |
Package | CNIF_STATUS |
Module Type | Remote-Enabled |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | TYPE | BAPIRETURN1 | Return Parameter |
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 |
---|---|---|---|---|
E_RESULT | LIKE | BAPI_STATUS_RESULT | Error Messages for Setting/Resetting Status | |
E_SYSTEM_STATUS | LIKE | BAPI_WBS_SYSTEM_STATUS | Return Structure for WBS Element System Status | |
E_USER_STATUS | LIKE | BAPI_WBS_USER_STATUS | Return Structure of WBS Element User Status | |
I_WBS_ELEMENTS | LIKE | BAPI_WBS_ELEMENTS | List: WBS elements |
This function module does not define any Exceptions.