The Function Module GM_LOG_STATUS_CHANGE (Record a status change into an internal table) is a standard Function Module in SAP ERP and is part of the function group BDT_GMGR within the package GMMASTERDATA_E.
Function Module | GM_LOG_STATUS_CHANGE |
Short Text | Record a status change into an internal table |
Function Group | BDT_GMGR |
Package | GMMASTERDATA_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_GRANT_NBR | LIKE | GMGR-GRANT_NBR | Grant | |
I_LIFECYCLE_STATUS | LIKE | GMGR-LIFECYCLE_STATUS | Lifecycle status | |
I_STATUS_PROFILE | LIKE | GMGRTYPE-STATUS_PROFILE | Status profile for the user states attached to system states | |
I_USER_STATUS | LIKE | GMGR-USER_STATUS | User status |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.