RDDPUTJ6 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 RDDPUTJ6 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_RFC = Comparison System (RFC Dest.)
Selection Text: GP_TADIR = Compare TADIR
Selection Text: GP_TDEVC = Compare TDEVC
Selection Text: GP_TOOLS = Excl. Upgr.Tools (SAUS, SPDA)
Selection Text: GT_RFC_1 = Reference Systems(1)
Selection Text: PC_ALL = Compare All Objects
Selection Text: PC_COMP1 = Components to Be Compared
Selection Text: PC_COMP2 = Components to Be Compared
Selection Text: PC_COMP3 = Components to Be Compared
Selection Text: PC_COMP4 = Components to Be Compared
Selection Text: PC_COMP5 = Components to Be Compared
Selection Text: PC_COMP6 = Components to Be Compared
Selection Text: PC_COMP7 = Components to Be Compared
Selection Text: PC_EAVAS = Ignore AVAS
Selection Text: PC_GTADI = Get Remote TADIR
Selection Text: P_DEVC = Exclude DEVC
Title: FA: TADIR and TDEVC Comparison
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EMINT_CHECK_DEVCLASS CALL FUNCTION 'EMINT_CHECK_DEVCLASS' EXPORTING ps_tadir = gt_tadir_l IMPORTING CV_DELIVERED = lv_append CV_REAL_DLVUNIT = gt_diff-dlvunit_l TABLES pt_tdevc = gt_tdevc_l.
EMINT_CHECK_DEVCLASS CALL FUNCTION 'EMINT_CHECK_DEVCLASS' EXPORTING ps_tadir = gt_tadir_l IMPORTING CV_DELIVERED = lv_append CV_REAL_DLVUNIT = gt_diff-dlvunit_l TABLES pt_tdevc = gt_tdevc_l.
EMINT_CHECK_DEVCLASS CALL FUNCTION 'EMINT_CHECK_DEVCLASS' EXPORTING ps_tadir = ls_tadir_r IMPORTING CV_DELIVERED = lv_append CV_REAL_DLVUNIT = gt_diff-dlvunit_r TABLES pt_tdevc = gt_tdevc_r.
EMINT_CHECK_DEVCLASS CALL FUNCTION 'EMINT_CHECK_DEVCLASS' EXPORTING ps_tadir = ls_tadir_r IMPORTING CV_DELIVERED = lv_append CV_REAL_DLVUNIT = gt_diff-dlvunit_r TABLES pt_tdevc = gt_tdevc_r.
SUBST_GET_SAPRELEASE CALL FUNCTION 'SUBST_GET_SAPRELEASE' IMPORTING ev_saprelease = lv_saprelease EXCEPTIONS no_svers_entry = 01.
TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = ls_e071 IMPORTING we_tadir = ls_tadir pe_result = lv_result.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Piecelist for consolidation system' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Piecelist for consolidation system' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Piecelist for basis system (deletes)' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Piecelist for aba system (deletes)' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Piecelist for local system (tadir rem)' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
EMINT_CHECK_EXIST CALL FUNCTION 'EMINT_CHECK_EXIST' destination pc_rfc TABLES ct_tadir = pt_tadir EXCEPTIONS others = 1.
EMINT_GET_TADIR_ROW CALL FUNCTION 'EMINT_GET_TADIR_ROW' destination gp_rfc TABLES ct_tadir = gt_tadir_upd EXCEPTIONS others = 1.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = 'Copied tadir entries' wi_trfunction = 'T' wi_client = '000' iv_tarsystem = 'CL5' IMPORTING we_trkorr = lv_trkorr EXCEPTIONS others = 1.
EMINT_GET_TADIR_FIELDS CALL FUNCTION 'EMINT_GET_TADIR_FIELDS' destination gp_rfc TABLES ct_tadirtmp = gt_gtadir_r EXCEPTIONS others = 1.
EMINT_GET_TADIR_FIELDS CALL FUNCTION 'EMINT_GET_TADIR_FIELDS' destination gp_rfc TABLES ct_tadirtmp = gt_gtadir_r EXCEPTIONS others = 1.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TEXT_QUESTION = lv_text TITLEBAR = 'Continue?' IMPORTING ANSWER = LV_ANSWER.
EMINT_GET_TADIR_FIELDS CALL FUNCTION 'EMINT_GET_TADIR_FIELDS' destination gp_rfc TABLES ct_tadirtmp = gt_gtadir_r EXCEPTIONS others = 1.
CALL FUNCTION 'EMINT_GET_TDEVC' destination gp_rfc TABLES ct_tdevc = gt_tdevc_r EXCEPTIONS others = 1.
EMINT_GET_MERGE_INFO_FOR_OBJ CALL FUNCTION 'EMINT_GET_MERGE_INFO_FOR_OBJ' destination pc_rfc TABLES pt_e071 = pt_objects pt_e071k = pt_keys et_e071eu = gt_objinfo et_e07t = gt_trkorrtext * et_keyinfo = gt_keyinfo EXCEPTIONS em_no_req_found = 1 others = 2.
TR_REQUEST_TYPE_TEXT CALL FUNCTION 'TR_REQUEST_TYPE_TEXT' EXPORTING iv_request_type = gt_output-trfunction iv_request_status = gt_output-trstatus IMPORTING ev_request_type_text = gt_output-function_text ev_request_status_text = gt_output-status_text.
TR_GET_PART_OBJECTS * call function 'TR_GET_PART_OBJECTS' * TABLES * it_header_objects = lt_complete_objects * et_part_objects = lt_part_objects_tmp * EXCEPTIONS * others = 1.
CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = 'EM_GTADIR_CHECK' * AGGNAME = ' ' * MTYPE = ' ' IMPORTING EXIST = lv_exist EXCEPTIONS TR_INVALID_TYPE = 1 OTHERS = 2.
EM_GTADIR_CHECK CALL FUNCTION 'EM_GTADIR_CHECK' EXPORTING pgmid = gt_diff-pgmid object = gt_diff-object obj_name = ls_objname IMPORTING pe_status = lv_status pe_gtadir = ls_gtadir.
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 RDDPUTJ6 or its description.
RDDPUTJ6 - FA: TADIR and TDEVC Comparison RDDPUTJ6 - FA: TADIR and TDEVC Comparison RDDPUTJ5 - Fill Switch Nametabs (DDYTT, DDYTF) RDDPUTJ5 - Fill Switch Nametabs (DDYTT, DDYTF) RDDPUTJ2 - FA: Remove Problem Documentation from Transport Requests RDDPUTJ2 - FA: Remove Problem Documentation from Transport Requests