The Function Module C100_STATUS_GET (EHS: Ermittelt den aktuellen Status (internal use only!)) is a standard Function Module in SAP ERP and is part of the function group C100 within the package CBUI.
Function Module | C100_STATUS_GET |
Short Text | EHS: Ermittelt den aktuellen Status (internal use only!) |
Function Group | C100 |
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_OBJTYPE | TYPE | ESEOBJTYPE | Spezifikationstyp | |
I_REPID | TYPE | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | |
I_SCREEN | TYPE | SYDYNNR | ABAP-Programm, Nummer des aktuellen Dynpros |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CUA_PROG | TYPE | SYREPID | ABAP-Programm, aktuelles Rahmenprogramm | |
E_CUA_SCREEN | TYPE | SYDYNNR | ABAP-Programm, Nummer des aktuellen Dynpros | |
E_CUA_STATUS | TYPE | TC01-CUASTATUS | CUA-Status | |
E_CUA_TITLE | TYPE | SYTITLE | Bildschirmbilder, Text in der Titelzeile | |
E_NUM_OF_HITS | LIKE | SY-TABIX | Interne Tabellen, aktueller Zeilenindex |
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_EXCL_TAB | LIKE | CUAFCODE | Struktur des Fcode-Feldes |
This function module does not define any Exceptions.