SAP Reports / Programs

EASYACCESS_PRINT_MENU SAP ABAP Report - Program EASYACCESS_PRINT_MENU - Print Easy Access menu structure







EASYACCESS_PRINT_MENU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter EASYACCESS_PRINT_MENU into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT EASYACCESS_PRINT_MENU. "Basic submit
SUBMIT EASYACCESS_PRINT_MENU AND RETURN. "Return to original report after report execution complete
SUBMIT EASYACCESS_PRINT_MENU VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program EASYACCESS_PRINT_MENU - Print Easy Access menu structure
Text Symbol: FAV = Favorites
Text Symbol: ROO = Print preview of menu structure for:
Text Symbol: USM = User menu


INCLUDES used within this REPORT EASYACCESS_PRINT_MENU

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

NAVIGATION_READ_PARAMETERS CALL FUNCTION 'NAVIGATION_READ_PARAMETERS' IMPORTING FAVOS_AT_TOP_OF_LIST = G_FAVOS_AT_TOP_OF_LIST SHOW_TECHNICAL_NAMES = G_TECHNICAL_NAMES_ON SHOW_AGR_NAME_IN_SESS = G_SHOW_AGR_NAME_IF_POSSIBLE NO_MENU_TREE = G_NO_MENU_TREE TABLES I_SUFFIX = I_SUFFIX URL_TYPE_IMAGES = I_URL_TYPE_IMAGES.

NAVIGATION_LOAD_MENU_DATA CALL FUNCTION 'NAVIGATION_LOAD_MENU_DATA' EXPORTING TYPE = 'T' SHOW_AGR_NAME_IF_POSSIBLE = G_SHOW_AGR_NAME_IF_POSSIBLE TECHNICAL_NAMES_ON = G_TECHNICAL_NAMES_ON USER_NAME = SY-UNAME LANGUAGE = SY-LANGU TABLES NODES = I_START_MENU_NODES TEXTS = I_START_MENU_TEXTS URLS = I_START_MENU_URLS.

NAVIGATION_LOAD_FAVORITES CALL FUNCTION 'NAVIGATION_LOAD_FAVORITES' EXPORTING USER_NAME = SY-UNAME TABLES FAVORITES_TAB = I_FAVORITES_TAB FAVORITES_FOR_GUI = I_FAVORITES_FOR_GUI LINKS_LIST = I_FAVOS_LINK_LIST.

PRGN_STRU_BUILD_KIRCHGAESSNER2 CALL FUNCTION 'PRGN_STRU_BUILD_KIRCHGAESSNER2' TABLES COR_AGR_HIER = I_START_MENU_NODES.

PRGN_STRU_BUILD_KIRCHGAESSNER2 CALL FUNCTION 'PRGN_STRU_BUILD_KIRCHGAESSNER2' TABLES COR_AGR_HIER = I_START_MENU_FAVOS.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = I_TREE_PRINT.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING NODE_ID = 1 ALL = 'X'.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'EASYACCESS_PRINT_MENU' LOWER_CASE_SENSITIVE = 'X' SUPPRESS_NODE_OUTPUT = 'X' USE_CONTROL = 'P'.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'EASYACCESS_PRINT_MENU' STATUS = 'OWN' CALLBACK_USER_COMMAND = 'TREE_USER_COMMAND' CALLBACK_TEXT_DISPLAY = 'TREE_TEXT_DISPLAY' LOWER_CASE_SENSITIVE = 'X' SUPPRESS_NODE_OUTPUT = 'X'.

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING NODE_ID = 1 ALL = 'X'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name EASYACCESS_PRINT_MENU or its description.