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

MSMPEF01 SAP ABAP INCLUDE - documentation and ABAP source code







MSMPEF01 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 MSMPEF01 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 MSMPEF01. "Basic submit
SUBMIT MSMPEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSMPEF01 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 MSMPEF01

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_CUA_STATUS CALL FUNCTION 'RS_CUA_STATUS' EXPORTING OBJECTNAME = PROGRAM " LANGUAGE = " ' ' TABLES STATUS = STA_LIST EXCEPTIONS OBJECT_NOT_FOUND = 01 OBJECT_NOT_SPECIFIED = 02 PROGRAM_NOT_FOUND = 03.

RS_EU_CROSS CALL FUNCTION 'RS_EU_CROSS' EXPORTING " I_EXACT_SPELLING = " ' ' I_FINDSTRING = STATUS I_FIND_OBJ_CLS = 'PC_' I_SCOPE_OBJ = NAME I_SCOPE_OBJ_CLS = 'P__' " I_WITH_TEXTS = " 'X' " I_WITH_NEXT = " ' ' " I_EDITOR_CALL = " ' ' " I_ANSWER = EXCEPTIONS NOT_EXECUTED = 01 NOT_FOUND = 02 ILLEGAL_OBJECT = 03 NO_CROSS_FOR_THIS_OBJECT = 04.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = 'X' MODE = 'SHOW' OBJECT = PERMISSION_OBJECT OBJECT_CLASS = PERMISSION_CLASS SUPPRESS_LANGUAGE_CHECK = 'X' SUPPRESS_EXTEND_DIALOG = SPACE IMPORTING TRANSPORT_KEY = TRANSPORTKEY EXCEPTIONS OTHERS = 10.

CLM_CUAD_DIFFERENCES_SHOW CALL FUNCTION 'CLM_CUAD_DIFFERENCES_SHOW' EXPORTING OBJECT = LOG_KEY EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

CLM_CUAD_MODIFICATION_RESET CALL FUNCTION 'CLM_CUAD_MODIFICATION_RESET' CHANGING MODOBJECT = MODOBJECT EXCEPTIONS PERMISSION_FAILURE = 1 CORR_INSERT_FAILURE = 2 OTHERS = 3.

RS_CUA_ORIGINAL_DISPLAY CALL FUNCTION 'RS_CUA_ORIGINAL_DISPLAY' EXPORTING OBJECTNAME = PROGRAM MONITOR_ACTIVATE = 'X' EXCEPTIONS NO_MODIFICATIONS = 1 PROGRAM_NOT_FOUND = 2 PERMISSION_FAILURE = 3 OTHERS = 4.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING AUTHORITY_CHECK = SPACE MODE = 'SHOW' OBJECT = OBJ_NAME OBJECT_CLASS = OBJ_TYPE IMPORTING TRANSPORT_KEY = TRANSPORT_KEY EXCEPTIONS OTHERS = 10.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'TADIR' OBJECT_NAME = TRANSPORT_KEY-OBJ_NAME OBJECT_TYPE = TRANSPORT_KEY-OBJ_TYPE EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMSMPE' DYNUMB = '0100' * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES DYNPFIELDS = dynpfields EXCEPTIONS OTHERS = 4.

F4_STATUS_LIST CALL FUNCTION 'F4_STATUS_LIST' EXPORTING OBJECT = s_name PROGRAM = p_name SUPPRESS_SELECTION = 'X' * DISPLAY_ONLY = IMPORTING RESULT = s_name.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'SAPMSMPE' DYNUMB = '0100' * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES DYNPFIELDS = dynpfields EXCEPTIONS OTHERS = 4.

F4_MAINPROGRAM call function 'F4_MAINPROGRAM' exporting object = p_name importing result = p_name.



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