RMCSROAN 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 RMCSROAN 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.
Selection Text: DATUM = Date
Selection Text: DEL_LOG = Delete change docs
Selection Text: MCINFQ = Source info structure
Selection Text: MCINFZ = Target info structure
Selection Text: O_DUMPS = Only terminated CM runs
Selection Text: UNAME = User
Title: Logs of Copy Management Runs
Text Symbol: 013 = Data target
Text Symbol: 012 = Data source
Text Symbol: 011 = User
Text Symbol: 010 = No. of records not processed
Text Symbol: 009 = No. of processed records
Text Symbol: 008 = Duration in seconds
Text Symbol: 007 = Time
Text Symbol: 006 = Date
Text Symbol: 005 = Transformation
Text Symbol: 004 = Processing
Text Symbol: 003 = CM run (variant)
Text Symbol: 002 = Version
Text Symbol: 001 = Info structure
Text Symbol: 019 = Source data was only changed
Text Symbol: 020 = Source data was only deleted
Text Symbol: 021 = Target version was initialized
Text Symbol: 022 = Source data was copied and deleted
Text Symbol: 023 = Only initial data records were deleted (QUAN/CURR - Indic.)
Text Symbol: 024 = Initial data records were not copied
Text Symbol: 018 = Source data was copied and changed
Text Symbol: 035 = CM run
Text Symbol: 034 = Target structure should be reset
Text Symbol: 033 = Deletion and new setup of secondary index(es) complete
Text Symbol: 032 = External data was imported
Text Symbol: 031 = Automatic data enhancement
Text Symbol: 030 = Self-defined method
Text Symbol: 029 = SAP method
Text Symbol: 028 = To:
Text Symbol: 027 = From:
Text Symbol: 026 = Restrictions
Text Symbol: 025 = Source info structure
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING LANGU = SY-LANGU ROLL_NAME = HLP_RSPARAMS_PROT-ROLLNAME IMPORTING TPARA_WA = HLP_TPARA TABLES DD04T_TAB_A = DD04T_DUMMY_1 DD04T_TAB_N = DD04T_DUMMY_2 EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.
DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING LANGU = SY-LANGU ROLL_NAME = HLP_RSPARAMS_PROT-ROLLNAME IMPORTING TPARA_WA = HLP_TPARA TABLES DD04T_TAB_A = DD04T_DUMMY_1 DD04T_TAB_N = DD04T_DUMMY_2 EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = HLP_GSTRU TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING DOKCLASS = 'TX' DOKLANGU = SY-LANGU DOKNAME = 'LIS_CM_HELP_03' DOKTITLE = TEXT-056 HOMETEXT = TEXT-057 EXCEPTIONS CLASS_UNKNOWN = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3.
GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING ACCESSIBILITY = gf_acc_on EXCEPTIONS ITS_NOT_AVAILABLE = 1 OTHERS = 2.
F4_USER CALL FUNCTION 'F4_USER' EXPORTING OBJECT = HLP_UNAME IMPORTING RESULT = HLP_UNAME.
F4_USER CALL FUNCTION 'F4_USER' EXPORTING OBJECT = HLP_UNAME IMPORTING RESULT = HLP_UNAME.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING I_FLG_EVALUATION = ' ' I_FLG_ONLY_GENERATED = ' ' I_FLG_ONLY_WITH_TABLE = 'X' I_FLG_PLANNING = ' ' I_HIERT = ' ' I_MCAPP = ' ' I_DISPLAY_ONLY = ' ' IMPORTING E_MCINF = MCINFZ-LOW EXCEPTIONS NO_FIELD_SELECTED = 01.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING I_FLG_EVALUATION = ' ' I_FLG_ONLY_GENERATED = ' ' I_FLG_ONLY_WITH_TABLE = 'X' I_FLG_PLANNING = ' ' I_HIERT = ' ' I_MCAPP = ' ' I_DISPLAY_ONLY = ' ' IMPORTING E_MCINF = MCINFZ-HIGH EXCEPTIONS NO_FIELD_SELECTED = 01.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING I_FLG_EVALUATION = ' ' I_FLG_ONLY_GENERATED = ' ' I_FLG_ONLY_WITH_TABLE = 'X' I_FLG_PLANNING = ' ' I_HIERT = ' ' I_MCAPP = ' ' I_DISPLAY_ONLY = ' ' IMPORTING E_MCINF = MCINFQ-LOW EXCEPTIONS NO_FIELD_SELECTED = 01.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING I_FLG_EVALUATION = ' ' I_FLG_ONLY_GENERATED = ' ' I_FLG_ONLY_WITH_TABLE = 'X' I_FLG_PLANNING = ' ' I_HIERT = ' ' I_MCAPP = ' ' I_DISPLAY_ONLY = ' ' IMPORTING E_MCINF = MCINFQ-HIGH EXCEPTIONS NO_FIELD_SELECTED = 01.
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = 'TX' LANGU = SY-LANGU OBJECT = 'LIS_CM_DUMP_CODING_00' TABLES LINE = SC_TEMPLATE EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 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 RMCSROAN or its description.