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

TPC00F01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exporting reset = gc_true.

MESSAGES_STOP call function 'MESSAGES_STOP' exceptions a_message = 4 e_message = 3 i_message = 2 w_message = 1.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting corrections_option = gc_true show_linno = space object = text-030 " Titel PopUp importing corrections_wanted = lf_selection_screen.

TRINT_REQUEST_CHOICE * call function 'TRINT_REQUEST_CHOICE' * exporting iv_request_types = 'W' * iv_category = 'CUST' * importing es_request = ls_request * exceptions no_objects_appended = 5 * cancelled_by_user = 7.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_request_types = 'W' importing es_request = ls_request exceptions no_objects_appended = 4 cancelled_by_user = 6.

TRINT_REQUEST_CHOICE * call function 'TRINT_REQUEST_CHOICE' * exporting iv_suppress_dialog = 'X' * iv_request_types = 'W' * iv_category = 'CUST' * iv_request = gd_trkorr * tables it_e071 = lt_e071 * it_e071k = gt_e071k.

TR_REQUEST_CHOICE call function 'TR_REQUEST_CHOICE' exporting iv_suppress_dialog = 'X' iv_request_types = 'W' iv_request = gd_trkorr * it_e071 = lt_e071 "bal/alrk204086 it_e071 = gt_e071 "bal/alrk204086 it_e071k = gt_e071k *begin of insertion "wms084612 EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 others = 8.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Transport der Validierungen'(068) diagnose_object = 'FICTPC00_PTC_VAL' * text_question = 'Transportauftrag für Validierungen * erstellen ?'(067) text_question = "line break "bal/al0k93894 'Transportauftrag für Validierungen erstellen ?'(067) text_button_1 = 'Ja'(069) * icon_button_1 = 'ICON_OKAY' text_button_2 = 'Abbrechen'(070) icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = space importing answer = ld_answer.



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