The Function Module CBP_TAB_SYSTEM_STATUS_GET (Gets activate status of all defined optimization systems) is a standard Function Module in SAP ERP and is part of the function group CBP_TAB within the package CBP.
Function Module | CBP_TAB_SYSTEM_STATUS_GET |
Short Text | Gets activate status of all defined optimization systems |
Function Group | CBP_TAB |
Package | CBP |
Module Type | Normal Module |
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 |
---|---|---|---|---|
CBP_ACTIVE | LIKE | TCBP_SYS-ACTIVE | At least one system is active |
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 |
---|---|---|---|---|
CBP_SYSTEMS | LIKE | PPCBP_SYSTEMS_S | List of CBP systems and their status |
This function module does not define any Exceptions.