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
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 = 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_REQUEST_COMP_CHECK - FA: Analyze Objects in Transport Using TADIR and Component RDDPUTJZ_REQUEST_COMP_CHECK - FA: Analyze Objects in Transport Using TADIR and Component RDDPUTJZ_PREP_TABUIMP - EM: Prepare Special Transports for Active BW Objects RDDPUTJZ_PREP_TABUIMP - EM: Prepare Special Transports for Active BW Objects RDDPUTJZ_PREP_APO - FA: Prepare Special Transports for Active BW Objects RDDPUTJZ_PREP_APO - FA: Prepare Special Transports for Active BW Objects