DMC_IUC_RDDPUT49 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 DMC_IUC_RDDPUT49 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: P_RSVDAT = RSVDAT
Selection Text: P_RSTRT = Restart
Selection Text: P_IMP = Buffer Extract File
Selection Text: GP_TIM_S = Time
Selection Text: GP_TIM_E = To
Selection Text: GP_TEXT3 = Short text
Selection Text: GP_TEXT2 = short text
Selection Text: GP_TEXT1 = short text
Selection Text: GP_DAT_S = Date
Selection Text: GP_DAT_E = To
Selection Text: GP_CRIND = Execute step
Selection Text: GP_CRFIX = Execute step
Selection Text: GP_CRDEP = Execute step
Selection Text: GP_COFIX = Execute step
Selection Text: GP_COFII = Cross-Client Merge
Selection Text: GP_COFID = Client-Specific Merge
Title: MWB Upgrade: Modified RDDPUT49
Text Symbol: S05 = Exclusions Merge
Text Symbol: S04 = Selection Period
Text Symbol: S03 = Client-Specific Merge
Text Symbol: S02 = Cross-Client Merge
Text Symbol: S01 = SLO
Text Symbol: E02 = Execute step
Text Symbol: E01 = CBU Exclusion Request
Text Symbol: C09 = CBU: Cross-Client Merge List
Text Symbol: C08 = CBU: List of Excluded Objects
Text Symbol: C07 = CBU: Client-Specific Merge List
Text Symbol: C04 = To
Text Symbol: C03 = Time
Text Symbol: C02 = Date
Text Symbol: C01 = CBU Transport Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPG_GET_UPGRADE_INFO CALL FUNCTION 'UPG_GET_UPGRADE_INFO' EXPORTING iv_component = gc_basis iv_upgtype = 'A' iv_readmode = 'LSC' iv_buffered = 'X' TABLES tt_upginfo = lt_uvers.
STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING dirtype = 'T' filename = lv_tmp subdir = 'log' IMPORTING file = lv_prot.
DMC_IU_CBU_INIT_MERGE CALL FUNCTION 'DMC_IU_CBU_INIT_MERGE' EXPORTING iv_cofi = cofi iv_text = text iv_trfu = 'T' iv_cli = '000' iv_tsid = 'SAP' iv_user = sy-uname iv_step = 'A' iv_crea = 'O' iv_name = lv_prot iv_veri = 'B' iv_tabu = tabu iv_clidep = clidep iv_mergeta = merge_ta iv_restart = p_rstrt "SLO iv_vdat = p_rsvdat. "SLO
DMC_IU_CBU_MERGE CALL FUNCTION 'DMC_IU_CBU_MERGE' EXPORTING * iv_posl = gp_posl * iv_negl = gp_negl * iv_korrl = gp_korrl * iv_tlogo = gp_logo * iv_dat_s = gp_dat_s * iv_dat_e = gp_dat_e * iv_tim_s = gp_tim_s iv_tim_e = gp_tim_e TABLES it_negl = gt_negl it_posl = gt_posl ir_korrs = lr_korrs ir_korro = lr_korro .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_IUC_RDDPUT49 - MWB Upgrade: Modified RDDPUT49 DMC_IUC_RDDPUT49 - MWB Upgrade: Modified RDDPUT49 DMC_IUC_MODIFY_TA_LIST_STEP_2 - Block TA positions in e071 DMC_IUC_MODIFY_TA_LIST_STEP_2 - Block TA positions in e071 DMC_IUC_FILL_UPG_TRANSPORTS - MWB Upgrade: Fills upgrade transports with content of the object list DMC_IUC_FILL_UPG_TRANSPORTS - MWB Upgrade: Fills upgrade transports with content of the object list