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

RDDEXPC3 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RDDEXPC3. "Basic submit
SUBMIT RDDEXPC3 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDEXPC3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RDDEXPC3

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:

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.



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