SAP Reports / Programs

RDDPUT44 SAP ABAP Report - Erstellung Upgrade Commandfiles







RDDPUT44 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 RDDPUT44 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 RDDPUT44. "Basic submit
SUBMIT RDDPUT44 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUT44 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: GP_DELTA = Delta-Character
Selection Text: GP_EREL = Targetrelease
Selection Text: GP_LANG = Ignore language dep. tables
Selection Text: GP_MAP = Mergeconfiguration
Selection Text: GP_NAME = File
Selection Text: GP_REST = Restart aborted/new tasks
Selection Text: GP_SREL = Startrelease
Selection Text: GP_TLOGO = Resolve TLOGO
Title: Erstellung Upgrade Commandfiles
Text Symbol: S01 = @1E@
Text Symbol: S02 = Repository-Switch
Text Symbol: S03 = Merge
Text Symbol: S04 = Protocol


INCLUDES used within this REPORT RDDPUT44

INCLUDE RDDRSCST.


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:

EMINT_F4_MAPNAME call function 'EMINT_F4_MAPNAME' changing cv_map = gp_map exceptions others = 1.

EM_INIT_MERGE call function 'EM_INIT_MERGE' exporting iv_map = gp_map * iv_cofi = gp_cofi * iv_text = gp_text * iv_trfu = gp_trfu * iv_cli = gp_cli * iv_tsid = gp_tsid * iv_step = gp_step * iv_imap = gp_imap * iv_nmap = gp_nmap * iv_cmap = gp_cmap iv_exp = lv_exchange_mode iv_crea = gc_over_mode iv_prot = gc_fileonly * iv_name = lv_name iv_veri = gc_delivered iv_tabu = 'X' " no cli. indep. C/A tabus

EM_MERGE_FAST call function 'EM_MERGE_FAST' exporting * iv_posl = gp_posl * iv_negl = gp_negl * iv_korrl = gp_korrl iv_tlogo = gp_tlogo * 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 = lt_negl * it_posl = lt_posl * ir_korrs = lr_korrs * ir_korro = lr_korro exceptions others = 1.

SUBST_GET_REPORT_PARM call function 'SUBST_GET_REPORT_PARM' exporting iv_parmname = lv_name importing ev_parameter = lv_value.

SUBST_WRITE_DEFAULT_PROTOCOL call function 'SUBST_WRITE_DEFAULT_PROTOCOL' exporting iv_suppress_footer = ' '.



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