SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Menu Painter(BC-DWB-TOO-MEN) SAP BC

MSMPEI01 SAP ABAP INCLUDE - Menu Painter - internal call: Set a function key status







MSMPEI01 is a standard ABAP INCLUDE 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 MSMPEI01 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 MSMPEI01. "Basic submit
SUBMIT MSMPEI01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSMPEI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MSMPEI01

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:

RS_INACTIVE_OBJECTS_LIST call function 'RS_INACTIVE_OBJECTS_LIST' exporting uname = sy-uname suppress_tree_construct = ' '.

RS_CUA_STANDARDS_INFO call function 'RS_CUA_STANDARDS_INFO' exporting object_type = 'SCREENS' display_langu = sy-langu.

ICON_SHOW call function 'ICON_SHOW' exporting onlydisplay = 'X' language = sy-langu button = space status = space message = space function = 'X' textfield = space locked = space icon_name = 'ICON_*' exceptions others = 0.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting choice = 'MP'.

RS_TOOLDOCU_ACCESS call function 'RS_TOOLDOCU_ACCESS' exporting tool_type = 'CUAD' exceptions not_executed = 1 others = 2.

RS_CUA_GENERATE call function 'RS_CUA_GENERATE' exporting objectname = rsmpe-program exceptions others = 04.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'ATC_CHECK' object_name = rsmpe-program enclosing_object = rsmpe-program object_type = 'CUAD' exceptions others = 3.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'ATC_CHECKD' object_name = rsmpe-program enclosing_object = rsmpe-program object_type = 'CUAD' exceptions others = 3.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'ACTIVATE' object_name = rsmpe-program enclosing_object = rsmpe-program object_type = 'CUAD' exceptions others = 3.

RS_CUA_CHECK call function 'RS_CUA_CHECK' exporting objectname = rsmpe-program exit_function = exit_function exceptions others = 04.

RS_CUA_RENAME call function 'RS_CUA_RENAME' exporting objectname = rsmpe-program exit_function = exit_function exceptions others = 0.

RS_CUA_DELETE call function 'RS_CUA_DELETE' exporting objectname = '*' program = rsmpe-program suppress_checks = space exit_function = exit_function exceptions others = 04.

RS_CUA_DELETE call function 'RS_CUA_DELETE' exporting objectname = rsmpe-status program = rsmpe-program suppress_checks = space exceptions others = 04.

RS_CUA_SIMULATE call function 'RS_CUA_SIMULATE' exporting objectname = rsmpe-status program = rsmpe-program exceptions others = 01.

RS_CUA_RESET call function 'RS_CUA_RESET' exporting objectname = rsmpe-program suppress_access_check = space exceptions others = 4.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'.

RS_CUA_PRINT call function 'RS_CUA_PRINT' exporting internal = space program = rsmpe-program status = rsmpe-status.

RS_CUA_VERSION call function 'RS_CUA_VERSION' exporting objectname = rsmpe-program exit_function = exit_function.

RS_CUA_SEARCH





call function 'RS_CUA_SEARCH' exporting exit_function = exit_function program = rsmpe-program exceptions others = 4.

RS_CUA_TRANSLATION call function 'RS_CUA_TRANSLATION' exporting objectname = rsmpe-program exceptions not_executed = 01 object_not_found = 02.

RS_CUA_INTERMEDIATE_VERSION call function 'RS_CUA_INTERMEDIATE_VERSION' exporting objectname = rsmpe-program EXCEPTIONS OTHERS = 3.



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 MSMPEI01 or its description.