RDDPUT47 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 RDDPUT47 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 = single Merge
Selection Text: GP_EREL =
Selection Text: GP_MAP = Configuration
Selection Text: GP_SREL =
Selection Text: GR_EXP = Exported merges
Selection Text: GR_IMP = Imported transport requests
Title: Search for missing deletes in weekly merges
Text Symbol: S01 = Select via merge configuration
Text Symbol: S03 = Selection via user defined transport lists
No INCLUDES are used within this REPORT code!
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.
TR_CHECK_TYPE call function 'TR_CHECK_TYPE' exporting wi_e071 = gt_del_obj importing pe_result = lv_result we_tadir = ls_tadir.
TR_CHECK_TYPE call function 'TR_CHECK_TYPE' exporting wi_e071 = gt_e071 importing pe_result = lv_result we_tadir = ls_tadir.
TR_CHECK_TYPE call function 'TR_CHECK_TYPE' exporting wi_e071 = gt_del_obj importing pe_result = lv_result we_tadir = ls_tadir.
TR_INSERT_NEW_COMM call function 'TR_INSERT_NEW_COMM' exporting wi_kurztext = 'Collection of all not del. Objects'
TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = ' ' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = lv_commf2 tables wt_e071 = gt_del_obj wt_e071k = lt_e071k.
TR_INSERT_NEW_COMM call function 'TR_INSERT_NEW_COMM' exporting wi_kurztext = 'Collection of all not del. Objects'
TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = ' ' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = lv_commf tables wt_e071 = gt_not_sure_obj wt_e071k = lt_e071k.
COMM_TABLE_SORT call function 'COMM_TABLE_SORT' tables sort_tab = gt_del_obj.
EMINT_CHECK_EXIST call function 'EMINT_CHECK_EXIST' tables * CT_TADIR = ct_e071 = gt_del_obj.
EMINT_GET_MERGE_INFO_FOR_OBJ call function 'EMINT_GET_MERGE_INFO_FOR_OBJ' destination pc_rfc TABLES pt_e071 = pt_objects pt_e071k = lt_keys et_e071eu = gt_objinfo et_e07t = gt_trkorrtext * et_keyinfo = gt_keyinfo EXCEPTIONS em_no_req_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDPUT47 - Search for missing deletes in weekly merges RDDPUT47 - Search for missing deletes in weekly merges RDDPUT46 - Get and Save Merge Information from Remote System RDDPUT46 - Get and Save Merge Information from Remote System RDDPUT45 - Abgleich inaktiver Objekt-Info verchiedener Systeme RDDPUT45 - Abgleich inaktiver Objekt-Info verchiedener Systeme