SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RDDPUTJZ_REQUEST_COMP_CHECK SAP ABAP Report - FA: Analyze Objects in Transport Using TADIR and Component







RDDPUTJZ_REQUEST_COMP_CHECK 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_REQUEST_COMP_CHECK 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 RDDPUTJZ_REQUEST_COMP_CHECK. "Basic submit
SUBMIT RDDPUTJZ_REQUEST_COMP_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUTJZ_REQUEST_COMP_CHECK 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_RFC = RFC Destination
Selection Text: GT_DLVS = Include (only) Component
Selection Text: GT_DLV_X = Exclude Component
Selection Text: GV_HOME = HOME
Selection Text: GV_LOCAL = LOCAL
Selection Text: PC_COMF = Transport Request
Selection Text: PC_DISP = Show 'no tadir found' messages
Selection Text: PC_GEN_X = Remove Generated Objects
Selection Text: PC_SAVE = Create Transp. of Removed Obj.
Selection Text: PC_TEST = Test Mode
Title: FA: Analyze Objects in Transport Using TADIR and Component
Text Symbol: 001 = Exclude Component(s)
Text Symbol: 002 = Configuration
Text Symbol: 003 = Include (only) Component(s)
Text Symbol: 004 = Options


INCLUDES used within this REPORT RDDPUTJZ_REQUEST_COMP_CHECK

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:

TR_CHECK_TYPE call function 'TR_CHECK_TYPE' EXPORTING wi_e071 = gt_e071 IMPORTING we_tadir = gs_tadir pe_result = result we_cli_dep = gv_cli_dep.

EMINT_TYPE_CHECK_REMOTE call function 'EMINT_TYPE_CHECK_REMOTE' destination gp_rfc EXPORTING wi_e071 = gt_e071 IMPORTING we_tadir = gs_tadir pe_result = result2 we_cli_dep = gv_cli_dep.

EMINT_CHECK_DEVCLASS call function 'EMINT_CHECK_DEVCLASS' exporting ps_tadir = ps_tadir * PS_OBJ = importing cv_real_dlvunit = lv_real_dlv tables pt_tdevc = pt_tdevc.

EMINT_GET_TDEVC call function 'EMINT_GET_TDEVC' destination gp_rfc TABLES ct_tdevc = gt_tdevc_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.

EM_CREATE_COMM call function 'EM_CREATE_COMM' EXPORTING IC_TRFUNCTION = 'T' IC_TRSTATUS = 'R' IC_TARSYSTEM = 'CL5' IC_AS4TEXT = lv_txt IC_OVERWRITE = 'X' IC_SEL_E071 = 'X' IC_SEL_E071K = ' ' TABLES tt_e071 = gt_e071_removed tt_e071k = lt_e071k CHANGING IC_TRKORR = lv_trkorr EXCEPTIONS ORDER_EXISTS = 1 CREATE_FAILED = 2 OTHERS = 3.

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 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.



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