The Function Module RSBB_URL_TREE_SAVE (Speichern einer URL in Browser) is a standard Function Module in SAP ERP and is part of the function group RSMENU within the package RSR.
Function Module | RSBB_URL_TREE_SAVE |
Short Text | Speichern einer URL in Browser |
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_GENERATE_URL | TYPE | MENU_FLAG | 'X' | Flag, ob Customized-Menü ('C') oder Standardmenü ('S') |
I_GUID | TYPE | RSBB_NODES_TREE-GUID | GUID für RSBB_NODES_TREE (AGR_NAME, ORIGIN_ID, SAP_GUID) | |
I_TEXT | TYPE | RSBB_NODES_TREE-TEXT | Text des Menüeintrages | |
I_URL | TYPE | RSBB_NODES-URL | BW Generierungs-Tool: GUID in komprimierter Form (CHAR25) |
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.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.