SAP Reports / Programs

RDDEXECU SAP ABAP Report - Execute Post-Import Methods and XPRAs for Transport Request







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


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 RDDEXECU. "Basic submit
SUBMIT RDDEXECU AND RETURN. "Return to original report after report execution complete
SUBMIT RDDEXECU 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: 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


INCLUDES used within this REPORT RDDEXECU

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



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