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
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.
Title: Routines for the Automatic Transport Connection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.