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

MSCMPI10 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

COPY_PROGRAMM * call FUNCTION 'COPY_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * PROGRAM_NEW = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = 'X'.

RS_TREE_APPLICATION * CALL FUNCTION 'RS_TREE_APPLICATION' * EXPORTING * PROGRAM = RSCML-REPID * NODE_TYPE = 'CP' * OPERATION = 'COPY'.

RENAME_PROGRAMM * CALL FUNCTION 'RENAME_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * PROGRAM_NEW = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = 'X'.

RS_TREE_APPLICATION * CALL FUNCTION 'RS_TREE_APPLICATION' * EXPORTING * PROGRAM = RSCML-REPID * NODE_TYPE = 'CP' * OPERATION = 'RENAME'.

DELETE_PROGRAMM * CALL FUNCTION 'DELETE_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = 'X'.

RS_TREE_APPLICATION * CALL FUNCTION 'RS_TREE_APPLICATION' * EXPORTING * PROGRAM = RSCML-REPID * NODE_TYPE = 'CP' * OPERATION = 'DELETE'.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCML-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCMR-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCML-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCMR-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCML-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING DEFAULTOPTION = 'J' OBJECTVALUE = RSCMR-REPID TEXT_AFTER = ' wurde verändert. Vor Verlassen des Editors sichern?'(A02)

RS_EDTR_ATTR_EDIT CALL FUNCTION 'RS_EDTR_ATTR_EDIT' EXPORTING PROGRAM_NAME = PROGRAM * PROGRAM_TITLE = ' ' * WITH_TRDIR_ENTRY = ' ' * SUPPRESS_DIALOG = ' ' * CALLED_BY_SHDB = ' ' * IMPORTING * PROGRAM_DEVCLASS = * LEAVED_WITH_MODE = * LEAVE_TO_EDITOR = * LEAVED_WITH_FCODE = * CHANGING * PROGRAM_TRDIR = * PROGRAM_CORRNUM = EXCEPTIONS PROGRAM_NAME_MISSING = 1 PROGRAM_NOT_EXISTS = 2 WRONG_PARAMETER_VALUE = 3 OTHERS = 4.

RS_EDTR_ATTR_SHOW CALL FUNCTION 'RS_EDTR_ATTR_SHOW' EXPORTING PROGRAM_NAME = PROGRAM * WITH_TRDIR_ENTRY = ' ' * CALLED_BY_SHDB = ' ' * IMPORTING * LEAVED_WITH_MODE = * LEAVE_TO_EDITOR = * LEAVED_WITH_FCODE = * PROGRAM_CORRNUM = * CHANGING * PROGRAM_TRDIR = EXCEPTIONS PROGRAM_NAME_MISSING = 1 PROGRAM_NOT_EXISTS = 2 OTHERS = 3.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING ID = 'RE' OBJECT = DOCU_OBJECT TYP = 'E' DISPL = DISP LANGU = SY-LANGU USE_SEC_LANGU = 'X'.

COPY_PROGRAMM * CALL FUNCTION 'COPY_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * PROGRAM_NEW = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = 'X'.

RENAME_PROGRAMM * CALL FUNCTION 'RENAME_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * PROGRAM_NEW = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = 'X'.

DELETE_PROGRAMM * CALL FUNCTION 'DELETE_PROGRAMM' * EXPORTING PROGRAM_OLD = RSCML-REPID * WITH_SCREEN = 'X' * LIST_OBJECTS = '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 MSCMPI10 or its description.