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
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: 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
INCLUDE RDDRSCST.
No SAP DATABASE tables are accessed within this REPORT code!
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 = ' '.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDPUT44 - Erstellung Upgrade Commandfiles RDDPUT44 - Erstellung Upgrade Commandfiles RDDPUT43 - EM: Vergleich zweier Systeme über die importierten Transporte RDDPUT43 - EM: Vergleich zweier Systeme über die importierten Transporte RDDPUT42 - Analyze Inactive Objects During Merge RDDPUT42 - Analyze Inactive Objects During Merge