RDDPUTJZ_EXTREACT_MISSING_DEL 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 RDDPUTJZ_EXTREACT_MISSING_DEL 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: GV_COMM = D Request/Task
Selection Text: GV_DEST = D RFC Destination
Selection Text: GV_RFC = Check TABL Entries in RFC Dest
Selection Text: GV_TEST = Test Mode
Title: FA: Copy (Nonexistent) TABLs Without 'D' to Different Transport
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EM_GET_NUMBER_OF_ENTRIES CALL FUNCTION 'EM_GET_NUMBER_OF_ENTRIES' DESTINATION gv_dest TABLES IT_TABLES = it_tables.
TR_INSERT_NEW_COMM call function 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Extracted missing deletes' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = gv_trkorr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDPUTJZ_EXTREACT_MISSING_DEL - FA: Copy (Nonexistent) TABLs Without 'D' to Different Transport RDDPUTJZ_EXTREACT_MISSING_DEL - FA: Copy (Nonexistent) TABLs Without 'D' to Different Transport RDDPUTJZ_COPY_TRANSPORT - FA: Copy Piece List to/from Other System Using RFC RDDPUTJZ_COPY_TRANSPORT - FA: Copy Piece List to/from Other System Using RFC RDDPUTJZ_COLLECT_TRANSPORTS - Collect Weekly Deltas in Old Export System RDDPUTJZ_COLLECT_TRANSPORTS - Collect Weekly Deltas in Old Export System