SAP Reports / Programs

DMC_IUC_RDDPUT49 SAP ABAP Report - MWB Upgrade: Modified RDDPUT49







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


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


Text pool values


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


INCLUDES used within this REPORT DMC_IUC_RDDPUT49

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:

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 .



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