SAP Reports / Programs | Financial Accounting | Consolidation | Basic Functions(FI-LC-LC) SAP FI

FF10CE27 SAP ABAP INCLUDE - Routines for the Automatic Transport Connection







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


Text pool values


Title: Routines for the Automatic Transport Connection


INCLUDES used within this REPORT FF10CE27

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_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = A_KO200 IV_NO_SHOW_OPTION = 'X' "Kein Anzeigen "vhs094622b IMPORTING * WE_ORDER = * WE_TASK = WE_KO200 = A_KO200 WE_OBJECT_APPENDABLE = R_OBJECT_APPENDABLE TABLES WT_E071K = IT_E071K EXCEPTIONS * CANCEL_EDIT_APPEND_ERROR_KEYS = 01 * CANCEL_EDIT_APPEND_ERROR_OBJCT = 02 * CANCEL_EDIT_APPEND_ERROR_ORDER = 03 * CANCEL_EDIT_BUT_SE01 = 04 * CANCEL_EDIT_NO_HEADER_OBJECT = 05 * CANCEL_EDIT_NO_ORDER_SELECTED = 06 * CANCEL_EDIT_REPAIRED_OBJECT = 07 * CANCEL_EDIT_SYSTEM_ERROR = 08 * CANCEL_EDIT_TADIR_MISSING = 09 * CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 * CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 * CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 * SHOW_ONLY_CLOSED_SYSTEM = 01 "vhs017649 * SHOW_ONLY_CONSOLIDATION_LEVEL = 01 "vhs017649 * SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 01 "vhs017649 * SHOW_ONLY_DELIVERY_SYSTEM = 01 "vhs017649 * SHOW_ONLY_DIFFERENT_ORDERTYPES = 01 "vhs017649 * SHOW_ONLY_DIFFERENT_TASKTYPES = 01 "vhs017649 * SHOW_ONLY_ENQUEUE_FAILED = 01 "vhs017649 * SHOW_ONLY_GENERATED_OBJECT = 01 "vhs017649 * SHOW_ONLY_ILL_LOCK = 01 "vhs017649 * SHOW_ONLY_LOCK_ENQUEUE_FAILED = 01 "vhs017649 * SHOW_ONLY_MIXED_ORDERS = 01 "vhs017649 * SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 01 "vhs017649 * SHOW_ONLY_NO_SHARED_REPAIR = 01 "vhs017649 * SHOW_ONLY_OBJECT_LOCKED = 01 "vhs017649 * SHOW_ONLY_REPAIRED_OBJECT = 01 "vhs017649 * SHOW_ONLY_SHOW_CLIENT = 01 "vhs017649 * SHOW_ONLY_TADIR_MISSING = 01 "vhs017649 * SHOW_ONLY_UNKNOWN_DEVCLASS = 01 "vhs017649 * CANCEL_EDIT_NO_CHECK_CALL = 31 * CANCEL_EDIT_CATEGORY_MIXTURE = 32 * SHOW_ONLY_CLOSED_CLIENT = 01 "vhs017649 * SHOW_ONLY_CLOSED_ALE_OBJECT = 01. "vhs017649

G_GIVE_KEYS_FOR_TABLE CALL FUNCTION 'G_GIVE_KEYS_FOR_TABLE' EXPORTING TABNAME = V_TABNAME TABLES TABLE = R_IT_KEYLIST.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = GD_ORDER WI_KO200 = A_KO200 IV_NO_SHOW_OPTION = 'X' "Kein Anzeigen "vhs094622b IMPORTING WE_ORDER = GD_ORDER * WE_TASK = WE_KO200 = A_KO200 TABLES WT_E071K = IT_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 FF10CE27 or its description.