LACUTF99 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 LACUTF99 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: Include for call-up FM TR_OBJECTS_CHECK and TR_OBJECTS_INSERT
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 = TR_KO200 IMPORTING WE_ORDER = TR_ORDER WE_TASK = TR_TASK WE_KO200 = TR_KO200 TABLES WT_E071K = XTR_E071K EXCEPTIONS SHOW_ONLY_OTHER_ERROR = 01 OTHERS = 02.
TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' IMPORTING WE_ORDER = TR_ORDER WE_TASK = TR_TASK TABLES WT_KO200 = XTR_KO200 WT_E071K = XTR_E071K EXCEPTIONS OTHERS = 01.
TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' IMPORTING WE_ORDER = TR_ORDER WE_TASK = TR_TASK TABLES WT_KO200 = XTR_KO200 WT_E071K = XTR_E071K EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
LACUTF99 - Include for call-up FM TR_OBJECTS_CHECK and TR_OBJECTS_INSERT LACUTRSP - documentation and ABAP source code LV51RTAB - documentation and ABAP source code LV51RCON - documentation and ABAP source code LRHV6TYP - Include LRHV6Typ: Declaration of Types LHRFPM_FTE_COLUMN_FUNCF03 - LHRFPMFTECOLUMNFUNCF03