RDDMCOG0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for This Include executes the mass activation for matchcode objects and matchcode IDs...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RDDMCOG0 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.
Title: Mass Activation Program for Matchcode Objects and Matchcode IDs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MC_ACT_MCO CALL FUNCTION 'MC_ACT_MCO' EXPORTING ACT_CONTROL = ACT_CONTROL ACT_MCONAME = MCONAME PRID = PRID IMPORTING RC = RC TABLES MCTBAT_TAB = MCTBAT_TAB EXCEPTIONS OTHERS = 1.
MC_ACT_MCO CALL FUNCTION 'MC_ACT_MCO' EXPORTING ACT_CONTROL = 'AD' ACT_MCONAME = MCONAME PRID = PRID IMPORTING RC = RC TABLES MCTBAT_TAB = MCTBAT_TAB EXCEPTIONS OTHERS = 1.
MC_ACT_MCID CALL FUNCTION 'MC_ACT_MCID' EXPORTING ACT_CONTROL = ACT_CONTROL ACT_MCID = ACT_MCID ACT_MCONAME = MCONAME PRID = PRID IMPORTING RC = RC TABLES MCTBAT_TAB = MCTBAT_TAB EXCEPTIONS OTHERS = 1.
DD_INSERT_BATCH_REQUEST CALL FUNCTION 'DD_INSERT_BATCH_REQUEST' EXPORTING FUNCTION = MCTBAT_TAB-FUNC ID_NAME = MCTBAT_TAB-OBJNAME2 MODEFLAG = ACT_MODEFLAG OBJ_NAME = OBJNAME OBJ_TYPE = MCTBAT_TAB-OBJECT USER = SY-UNAME IMPORTING SUBRC = RC EXCEPTIONS DELETE_FAILED = 01 FUNCTION_NOT_SUPPORTED = 02 INSERT_FAILED = 03 OBJECT_TYPE_NOT_SUPPORTED = 04.
MC_ACT_MCID CALL FUNCTION 'MC_ACT_MCID' EXPORTING ACT_CONTROL = ACT_CONTROL ACT_MCID = MCID_TAB-MCID ACT_MCONAME = MCONAME PRID = PRID IMPORTING RC = RC TABLES MCTBAT_TAB = MCTBAT_TAB EXCEPTIONS OTHERS = 1.
DD_INSERT_BATCH_REQUEST CALL FUNCTION 'DD_INSERT_BATCH_REQUEST' EXPORTING FUNCTION = FUNK1 "DROP + CREATE ID_NAME = ' ' MODEFLAG = ACT_MODEFLAG OBJ_NAME = POOLN_HELP OBJ_TYPE = 'SQLT' USER = SY-UNAME IMPORTING SUBRC = RC EXCEPTIONS DELETE_FAILED = 01 FUNCTION_NOT_SUPPORTED = 02 INSERT_FAILED = 03 OBJECT_TYPE_NOT_SUPPORTED = 04.
SUBST_GET_UPGRADE_INFO CALL FUNCTION 'SUBST_GET_UPGRADE_INFO' IMPORTING EV_TYPE = UPGRADE_TYPE EV_STATUS = UPGRADE_STATUS EXCEPTIONS UNDEFINED_RELEASE = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDMCOG0 - Mass Activation Program for Matchcode Objects and Matchcode IDs RDDMCOD1 - documentation and ABAP source code RDDMCMRG - Merge of matchcodes for repository switch RDDMCMRG - Merge of matchcodes for repository switch RDDMCI01 - Form Routines for Function Group SMC6 RDDMAU91 - Check Entity Views