The Function Module RSBB_TREE_READ ((Nach-)Einlesen des Menüs) is a standard Function Module in SAP ERP and is part of the function group RSMENU within the package RSR.
Function Module | RSBB_TREE_READ |
Short Text | (Nach-)Einlesen des Menüs |
Function Group | RSMENU |
Package | RSR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ALL_ROLES | TYPE | MENU_FLAG | Read all Roles | |
I_CHILDREN | TYPE | MENU_FLAG | (Re-)read children only | |
I_CRYSTAL_REPORT | TYPE | MENU_FLAG | Crystal Reports only | |
I_DOCUMENT | TYPE | MENU_FLAG | Documents only | |
I_FAVORITES_ONLY | TYPE | MENU_FLAG | Favorites only | |
I_FOLDER | TYPE | MENU_FLAG | Folders only | |
I_INFOSET_QUERY | TYPE | MENU_FLAG | InfoSet Queries only | |
I_ITEM_LIBRARY | TYPE | MENU_FLAG | Item Libraries only | |
I_LEVEL | TYPE | RSBB_NODES-MENU_LEVEL | Menu Level | |
I_MINIAPP | TYPE | MENU_FLAG | MiniApps only | |
I_NODE | TYPE | RSBB_NODES-OBJECT_ID | Node ID | |
I_OPEN | TYPE | MENU_FLAG | 'X' | Open with 'X', Save with ' ' |
I_QUERY | TYPE | MENU_FLAG | Queries only | |
I_REFRESH | TYPE | MENU_FLAG | Refresh with 'X' (read from database) | |
I_REFRESH_CACHE | TYPE | MENU_FLAG | 'X' | Refresh internal memory cache |
I_ROLE | TYPE | RSBB_NODES-AGR_NAME | Role Name | |
I_ROLES_ONLY | TYPE | MENU_FLAG | Roles only | |
I_SHORTCUT | TYPE | MENU_FLAG | Shortcuts only | |
I_SORT | TYPE | MENU_FLAG | Sort hierarchy with 'X' | |
I_TEMPLATE | TYPE | MENU_FLAG | Templates only | |
I_TRANSACTION | TYPE | MENU_FLAG | Transactions only | |
I_URL | TYPE | MENU_FLAG | URLs only | |
I_VIEW | TYPE | MENU_FLAG | Views of Queries only | |
I_WEB_REPORT | TYPE | MENU_FLAG | Web Reports only | |
I_WORKBOOK | TYPE | MENU_FLAG | Workbooks only |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_SUBRC | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
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_T_TREENODES | LIKE | RSZW_TREENODES | Übergabestruktur für Browser |
This function module does not define any Exceptions.