RDDEXECU 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 RDDEXECU 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: COMFILE = Transport Request
Selection Text: DATNAME = Data File Name (from TRBAT)
Selection Text: LOGNAME = Log Name (from TRBAT)
Selection Text: P_CLI = Client for Method Execution
Title: Execute Post-Import Methods and XPRAs for Transport Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING systemname = system_name.
TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_dialog = ' ' wi_langu = sy-langu wi_sel_e070 = 'X' wi_sel_e07t = 'X' wi_trkorr = comfile wi_sel_e070c = 'X' IMPORTING we_e070 = gs_e070 * we_e07t = gs_e07t we_e070c = gs_e070c TABLES wt_e071 = e071_tab wt_e071k = e071k_tab EXCEPTIONS not_exist_e070 = 01 no_authorization = 02.
TR_INITIALIZE_LOG CALL FUNCTION 'TR_INITIALIZE_LOG' EXPORTING acttype = acttype dirtype = dirtype sysname = sysname trkorr = comfile trbat_logname = gv_trbat_logname iv_check_levels = 'X'.
TR_INITIALIZE_LOG CALL FUNCTION 'TR_INITIALIZE_LOG' EXPORTING acttype = acttype dirtype = dirtype sysname = sysname trkorr = comfile trbat_logname = gv_trbat_logname iv_check_levels = 'X'.
TRINT_CALL_AFTER_IMP_METHOD CALL FUNCTION 'TRINT_CALL_AFTER_IMP_METHOD' EXPORTING iv_trkorr = comfile is_e070 = gs_e070 it_e071 = e071_tab[] it_e071k = e071k_tab[] iv_datname = gv_trbat_datname iv_update_lockflag = 'X' iv_ctc = gv_ctc iv_sfw_call = space iv_statlog_file = gv_statlog_file CHANGING it_client = gt_client.
UPG_IS_SHADOW_SYSTEM CALL FUNCTION 'UPG_IS_SHADOW_SYSTEM' IMPORTING EV_SHADOW = gs_shadow_system.
TRINT_CALL_XPRA CALL FUNCTION 'TRINT_CALL_XPRA' EXPORTING iv_trkorr = comfile it_e071 = e071_tab[] iv_determine_xpras = 'X' iv_sfw_check_active = 'X' iv_handle_lockflag = 'X' iv_sfw_call = ' ' iv_statlog_file = gv_statlog_file CHANGING ct_xpras = gt_xpra.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = xmsg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDEXECU - Execute Post-Import Methods and XPRAs for Transport Request RDDEXECU - Execute Post-Import Methods and XPRAs for Transport Request RDDEXECL - Execute Reports after Import for Transport Requests from TRBAT RDDEXECL - Execute Reports after Import for Transport Requests from TRBAT RDDESC21 - Object Description: Common Data Area for Output Routines RDDEPLOY - Execute T Transport Step