The Function Module CACS_STATUS_SELECTION_POPUP (Popup zur Selektion von Status) is a standard Function Module in SAP ERP and is part of the function group CACS_STATUS_SELECTION within the package CACSGT.
Function Module | CACS_STATUS_SELECTION_POPUP |
Short Text | Popup zur Selektion von Status |
Function Group | CACS_STATUS_SELECTION |
Package | CACSGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_STATUSCLASS | LIKE | TCACS_VALSTAT1-STATUSCLASS | Klasse, für die eine Statuskombination gültig ist | |
I_STATUS_TYPE | LIKE | 3 | 1-Schwebe,2-freigegebene,3-alle |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_STATUS_TYPE | LIKE | 1-Schwebe,2-freigegebene,3-alle |
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_STATUS | LIKE | TCACS_VALSTAT1 | Zulässige Statuskombinationen Prozess/Version | |
I_ALL_STATUS | LIKE | TCACS_VALSTAT1 | Zulässige Statuskombinationen Prozess/Version | |
I_STATUS | LIKE | TCACS_VALSTAT1 | Zulässige Statuskombinationen Prozess/Version |
This function module does not define any Exceptions.