SAP Reports / Programs

RDDPUTJT SAP ABAP Report - FA: Determine All Objects in Non-Delivered Packages







RDDPUTJT 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 RDDPUTJT 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 RDDPUTJT. "Basic submit
SUBMIT RDDPUTJT AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUTJT 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: GC_CLEAN = Clean Up Parent System
Selection Text: GC_TABUS = Include All TABUs
Selection Text: GC_TRANS = Transport for In-House Systems
Selection Text: GC_VARIS = Include All Variants
Selection Text: GP_RFC = Reference System for TDEVC
Selection Text: GT_DEVCN = Exclude DEVC
Selection Text: GT_DEVCS = Include DEVC
Selection Text: GT_OBJS = Ignore Objects
Selection Text: P_S_LOC = Sort by Local DEVC
Selection Text: P_S_NON = Sort Alphabetically
Selection Text: P_S_REM = Sort by Remote DEVC
Title: FA: Determine All Objects in Non-Delivered Packages
Text Symbol: 100 = Purpose of Piece List
Text Symbol: 101 = Other Restrictions on Piece List


INCLUDES used within this REPORT RDDPUTJT

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_CHECK_DEVCLASS * CALL FUNCTION 'EMINT_CHECK_DEVCLASS' * EXPORTING * ps_tadir = tadir * IMPORTING * cv_delivered = gv_append * TABLES * pt_tdevc = gt_tdevc.

EM_CREATE_COMM call function 'EM_CREATE_COMM' exporting ic_trstatus = 'D' ic_tarsystem = 'SAP' *" VALUE(IC_OVERWRITE) DEFAULT 'X' *" VALUE(IC_UPDATE_E071_K) DEFAULT ' ' ic_trfunction = 'T' ic_as4text = lv_text ic_sel_e071 = 'X' ic_sel_e071k = 'X' tables tt_e071 = lt_e071 tt_e071k = lt_e071k changing ic_trkorr = gv_trkorr.

EMINT_GET_TADIR_FIELDS CALL FUNCTION 'EMINT_GET_TADIR_FIELDS' destination lv_rfc TABLES ct_tadirtmp = lt_tadir_tmp EXCEPTIONS others = 1.

EMINT_GET_TDEVC CALL FUNCTION 'EMINT_GET_TDEVC' destination lv_rfc TABLES ct_tdevc = lt_tdevc EXCEPTIONS others = 1.

EMINT_CHECK_DEVCLASS CALL FUNCTION 'EMINT_CHECK_DEVCLASS' EXPORTING ps_tadir = wa_tadir IMPORTING cv_delivered = lv_delivered cv_real_dlvunit = dlvunit TABLES pt_tdevc = lt_tdevc.

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_hist-trfunction iv_request_status = gt_output_hist-trstatus IMPORTING ev_request_type_text = gt_output_hist-function_text ev_request_status_text = gt_output_hist-status_text.



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