The Function Module TREE_ENTRY (Testfunktionsgruppe, um den Aufreißbaum für die Demo zu implementieren) is a standard Function Module in SAP ERP and is part of the function group TREE within the package CBUI.
Function Module | TREE_ENTRY |
Short Text | Testfunktionsgruppe, um den Aufreißbaum für die Demo zu implementieren |
Function Group | TREE |
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_ACTYPE | LIKE | RCGDIALCTR-ACTYPE | aktueller Aktivitätstyp | |
I_KEYPATH | LIKE | RCGKPATH | Schlüssel des darzustellenden Stoffes | |
I_TRTYPE | LIKE | RCGDIALCTR-TRTYPE | aktueller Transaktionstyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLG_CHANGED | LIKE | zeigt an ob Daten aktualisiert werden müssen | ||
E_OKCODE | LIKE | SY-TCODE | noch nicht behandelter OKCODE |
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.