SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

TPC00F03 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = LS_I3BE-APPLCLASS I_RKB1X = LS_RKB1X IMPORTING E_TABLE = LS_I3BE-TABNAME.

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING IV_CATEGORY = 'SYST' * IMPORTING EV_TASK = GD_SYST_TASK * EXCEPTIONS NO_CORRECTION_SELECTED = 2.

RKD_TRANSPORT_OBJECTS CALL FUNCTION 'RKD_TRANSPORT_OBJECTS' EXPORTING CORRECTION_NUMBER = GD_SYST_TASK LANGUAGE = LS_LANGU-SPRAS MANDANT = LS_I3BE-MANDT APPLICATION = LS_I3BE-APPLCLASS OBJECTKEY = LS_I3BE OBJECTTYPE = 'I3BE' RETURN_OBJECTTYPES = 'R3BE,R3ZS' WITH_USER_ACTION = SPACE OPERATION_TYPE = 'B' "bal/elrk235 EXCEPTIONS OBJECT_NOT_FOUND = 2.

TR_ORDER_CHOICE_CORRECTION * CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING IV_CATEGORY = 'SYST' * IMPORTING EV_TASK = GD_SYST_TASK * EXCEPTIONS NO_CORRECTION_SELECTED = 2.

RKD_TRANSPORT_OBJECTS CALL FUNCTION 'RKD_TRANSPORT_OBJECTS' EXPORTING CORRECTION_NUMBER = GD_SYST_TASK LANGUAGE = LS_LANGU-SPRAS MANDANT = LS_I3ZS-MANDT APPLICATION = LS_I3ZS-APPLCLASS OBJECTKEY = LS_I3ZS OBJECTTYPE = 'I3ZS' RETURN_OBJECTTYPES = 'R3ZS' WITH_USER_ACTION = SPACE OPERATION_TYPE = 'B' EXCEPTIONS OBJECT_NOT_FOUND = 2.

G_SET_LIST_SELECT_RANGES CALL FUNCTION 'G_SET_LIST_SELECT_RANGES' TABLES TABNAME_TAB = LT_RA_TABNAME CLASS_TAB = LT_RA_SETCLASS SUBCLASS_TAB = LT_RA_SUBCLASS SETNAME_TAB = LT_RA_SETNAME FOUND_SETS = LT_SETHIER.

TR_INSERT_NEW_COMM * CALL FUNCTION 'TR_INSERT_NEW_COMM' * EXPORTING WI_KURZTEXT = SPACE ** WI_TRFUNCTION = 'S' "bal/p9ck57235 * WI_TRFUNCTION = 'Q' "bal/p9ck57235 * WI_STRKORR = GD_TRKORR * WI_CATEGORY = 'CUST' * IMPORTING WE_TRKORR = GD_TASK.

G_SET_APPEND_TO_TASK * CALL FUNCTION 'G_SET_APPEND_TO_TASK' * EXPORTING KORRNUM = GD_TASK * TABLES T_SETS = LT_SETLIST.

G_SET_APPEND_TO_TASK CALL FUNCTION 'G_SET_APPEND_TO_TASK' EXPORTING KORRNUM = GD_TRKORR SHOW_PROT = space importing EX_PROT = lt_msg TABLES T_SETS = LT_SETLIST.

DEQUEUE_E_TRKORR CALL FUNCTION 'DEQUEUE_E_TRKORR' EXPORTING TRKORR = gd_syst_task.

G_VSR_VALIDATION_TRANSPORT CALL FUNCTION 'G_VSR_VALIDATION_TRANSPORT' EXPORTING VALIDATION = LS_VALID-VALID CORR_NUMBER = gd_syst_task X_W_RULES = gc_true X_W_SETS = LD_VLSET X_W_MESSAGES = LD_VLMSG X_NO_MESS = gc_true.

ENQUEUE_E_TRKORR CALL FUNCTION 'ENQUEUE_E_TRKORR' EXPORTING TRKORR = gd_syst_task EXCEPTIONS FOREIGN_LOCK = 1.

G_TRANS_NUMBER * CALL FUNCTION 'G_TRANS_NUMBER' * EXPORTING CATEGORY = 'SYST' * IMPORTING KORRNR = LD_TRKORR * EXCEPTIONS NO_NUMBER = 1.

DEQUEUE_E_TRKORR * CALL FUNCTION 'DEQUEUE_E_TRKORR' * EXPORTING TRKORR = LD_TRKORR.

ENQUEUE_E_TRKORR * CALL FUNCTION 'ENQUEUE_E_TRKORR' * EXPORTING TRKORR = LD_TRKORR * EXCEPTIONS FOREIGN_LOCK = 1.



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