SAP Reports / Programs

RDDMCMRG SAP ABAP Report - Merge of matchcodes for repository switch







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


Text pool values


Title: Merge of matchcodes for repository switch


INCLUDES used within this REPORT RDDMCMRG

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:

SUMO_MODIFIED_MCOD CALL FUNCTION 'SUMO_MODIFIED_MCOD' TABLES TT_MOD_MCOD = MCO_TAB EXCEPTIONS NO_OBJECTS_FOUND = 1 OTHERS = 2.

SVRS_GET_VERSION_MCOD_40 CALL FUNCTION 'SVRS_GET_VERSION_MCOD_40' EXPORTING OBJECT_NAME = OBJ_NAME VERSNO = MCO_TAB-SAPVERSION IMPORTING INFO_LINE = INFOLINE TABLES DD20V_TAB = VRS_MCO_TAB DD26V_TAB = SAP_MCOTABS_TAB DD27V_TAB = VRS_MCOFLDS_TAB EXCEPTIONS OTHERS = 1.

SVRS_GET_VERSION_MCOD_40 CALL FUNCTION 'SVRS_GET_VERSION_MCOD_40' EXPORTING OBJECT_NAME = OBJ_NAME VERSNO = MCO_TAB-CUSVERSION IMPORTING INFO_LINE = INFOLINE TABLES DD20V_TAB = VRS_MCO_TAB DD26V_TAB = CUS_MCOTABS_TAB DD27V_TAB = VRS_MCOFLDS_TAB EXCEPTIONS OTHERS = 1.

DD_MCOB_PUT CALL FUNCTION 'DD_MCOB_PUT' EXPORTING CTRL_MCOB_PUT = MC_PUT_STATE DD20V_WA = DD20V_WA_DUMMY MCO_NAME = MCO_TAB-MCONAME PUT_STATE = 'A' TABLES DD26V_TAB = MRG_MCOTABS_TAB DD27P_TAB = MRG_MCOFLDS_TAB EXCEPTIONS OTHERS = 1.

STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING DIRTYPE = GC_ACTTYPE FILENAME = GV_PROTLIST SUBDIR = GC_SUBPROT IMPORTING FILE = PROT_FILE.

SUBST_APPEND_PROTOCOL CALL FUNCTION 'SUBST_APPEND_PROTOCOL' EXPORTING L_LEVEL = LEVEL L_SEVERITY = SEVERITY L_MSAG = 'MC' L_MSGNR = MSGNR L_NEWOBJ = NEWOBJ L_V1 = L_VAR1 L_V2 = L_VAR2 TABLES P_TAB = PROT_TAB.

SUBST_WRITE_PROTOCOL CALL FUNCTION 'SUBST_WRITE_PROTOCOL' EXPORTING ACTTYPE = GC_ACTTYPE IFNAME = PROT_FILE IMPORTING EFNAME = PROT_FILE TABLES P_TAB = PROT_TAB.



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