MSMPEF02 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 MSMPEF02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OBJ WHEN 'OBJ'. CALL FUNCTION 'RS_CUA_OBJECTS'
STA WHEN 'STA'. CALL FUNCTION 'RS_CUA_CHANGE'
TIT WHEN 'TIT'. CALL FUNCTION 'RS_CUA_TITLE_CHANGE'
STX WHEN 'STX'. CALL FUNCTION 'RS_CUA_STATEXT_CHANGE'
BAR WHEN 'BAR'. CALL FUNCTION 'RS_CUA_ABAR_CHANGE'
MEN WHEN 'MEN'. CALL FUNCTION 'RS_CUA_MENU_CHANGE'
FUN WHEN 'FUN'. CALL FUNCTION 'RS_CUA_FUNL_CHANGE'
PFK WHEN 'PFK'. CALL FUNCTION 'RS_CUA_PFKL_CHANGE'
OBJ WHEN 'OBJ'. CALL FUNCTION 'RS_CUA_OBJECTS'
STA WHEN 'STA'. CALL FUNCTION 'RS_CUA_ADD'
TIT WHEN 'TIT'. CALL FUNCTION 'RS_CUA_TITLE_ADD'
STX WHEN 'STX'. CALL FUNCTION 'RS_CUA_STATEXT_ADD'
BAR WHEN 'BAR'. CALL FUNCTION 'RS_CUA_ABAR_ADD'
MEN WHEN 'MEN'. CALL FUNCTION 'RS_CUA_MENU_ADD'
FUN WHEN 'FUN'. CALL FUNCTION 'RS_CUA_FUNL_ADD'
PFK WHEN 'PFK'. CALL FUNCTION 'RS_CUA_PFKL_ADD'
OBJ WHEN 'OBJ'. CALL FUNCTION 'RS_CUA_OBJECTS'
STA WHEN 'STA'. CALL FUNCTION 'RS_CUA_DISPLAY'
TIT
WHEN 'TIT'. CALL FUNCTION 'RS_CUA_TITLE_DISPLAY'
STX WHEN 'STX'. CALL FUNCTION 'RS_CUA_STATEXT_DISPLAY'
BAR WHEN 'BAR'. CALL FUNCTION 'RS_CUA_ABAR_DISPLAY'
MEN WHEN 'MEN'. CALL FUNCTION 'RS_CUA_MENU_DISPLAY'
FUN WHEN 'FUN'. CALL FUNCTION 'RS_CUA_FUNL_DISPLAY'
PFK WHEN 'PFK'. CALL FUNCTION 'RS_CUA_PFKL_DISPLAY'
WB_EVALUATE_ENVIRONMENT_MENU CALL FUNCTION 'WB_EVALUATE_ENVIRONMENT_MENU' CHANGING FCODE = tcode.
RS_CUA_CHECK CALL FUNCTION 'RS_CUA_CHECK' EXPORTING EXIT_FUNCTION = EXIT_FUNCTION OBJECTNAME = RSMPE-PROGRAM "#EC DOM_EQUAL CHECK_TYPE = CHK_TYPE MONITOR_ACTIVATE = 'X' EXCEPTIONS OBJECT_NOT_FOUND = 1 OBJECT_NOT_SPECIFIED = 2 PERMISSION_FAILURE = 3 PROGRAM_NOT_FOUND = 4 OTHERS = 5.
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 MSMPEF02 or its description.