SAP Reports / Programs

RDDPUT47 SAP ABAP Report - Search for missing deletes in weekly merges







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


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 RDDPUT47. "Basic submit
SUBMIT RDDPUT47 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUT47 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 = 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


INCLUDES used within this REPORT RDDPUT47

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:

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.



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