Menu

SAP Function Module RSBB_URL_TREE_SAVE

Speichern einer URL in Browser

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.

Technical Information

Function Module RSBB_URL_TREE_SAVE
Short Text Speichern einer URL in Browser
Function Group RSMENU
Package RSR
Module Type Remote-Enabled

Importing Parameters

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)

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.