The Function Module C14F_LOV_STATUS (EHS: Wertehilfe für mögliche Status zu einer Objektart) is a standard Function Module in SAP ERP and is part of the function group C14F within the package CBUI.
Function Module | C14F_LOV_STATUS |
Short Text | EHS: Wertehilfe für mögliche Status zu einer Objektart |
Function Group | C14F |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_GENERIC | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Generische Eingabe möglich |
I_FLG_ONLY_INIT | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_ONLY_INIT_AT_SPEC | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_ONLY_SUCC | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Nur Folgestatus von I_STATUS anzeigen |
I_FLG_ONLY_SYS | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Nur Systemstatus anzeigen |
I_FLG_WITH_INT_ID | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_OBJCAT | TYPE | J_OBART | Objektart | |
I_STATUS | TYPE | J_STATUS | aktueller Status |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SHSTATNAM | TYPE | J_TXT04 | Statuskurzbezeichnung | |
E_STATNAM | TYPE | J_TXT30 | Statusbezeichnung | |
E_STATUS | TYPE | J_STATUS | Status (intern) |
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 |
---|---|---|---|---|
I_STATUS_TAB | LIKE | TCGST01 | Status für I_FLG_ONLY_INIT (sortiert n. STATUS!) |
This function module does not define any Exceptions.