RDDEXPC3 is a standard ABAP INCLUDE 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 RDDEXPC3 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EMINT_CHECK_EXIST_OBJ call function 'EMINT_CHECK_EXIST_OBJ' exporting IV_PGMID = lt_xlist-pgmid IV_OBJECT = lt_xlist-object IV_OBJ_NAME = lt_xlist-obj_name is_tadir = ls_tadir changing lv_result = lv_exist.
TR_INSERT_NEW_COMM call function 'TR_INSERT_NEW_COMM' exporting wi_kurztext = 'TADIR-Leichen zum Export' wi_trfunction = 'K' * WI_STRKORR = ' ' * WI_CATEGORY = ' ' * IV_TARSYSTEM = ' ' wi_client = '000' * WI_TARGET_CLIENT = ' ' * IV_TARDEVCL = ' ' * IV_DEVCLASS = ' ' * IV_TARLAYER = ' ' * WI_PROTECT = ' ' * IV_SIMULATION = ' ' importing we_trkorr = lv_trkorr * WE_E070 = * WE_E07T = * WE_E070C = * ES_E070M = exceptions client_range_full = 1 e070l_insert_error = 2 e070l_update_error = 3 e070_insert_error = 4 e07t_insert_error = 5 e070c_insert_error = 6 e070m_insert_error = 7 no_systemname = 8 no_systemtype = 9 sap_range_full = 10 unallowed_trfunction = 11 unallowed_user = 12 order_not_found = 13 invalid_targetsystem = 14 invalid_target_devclass = 15 invalid_devclass = 16 invalid_target_layer = 17 invalid_status = 18 not_an_order = 19 order_lock_failed = 20 no_authorization = 21 wrong_client = 22 file_access_error = 23 wrong_category = 24 internal_error = 25 others = 26.
COMM_TABLE_SORT call function 'COMM_TABLE_SORT' tables sort_tab = lt_xlist.
TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = ' ' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = lv_trkorr tables wt_e071 = lt_xlist wt_e071k = lt_e071k.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDDEXPC3 - documentation and ABAP source code RDDEXGC1 - documentation and ABAP source code 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