SAP Reports / Programs | Manufacturing Execution System | Industry Solution High Tech | Manufacturing Execution System(IS-HT-MES) SAP IS

/SAPHT/MESZTMS_LCTMSF1Q SAP ABAP INCLUDE - /SAPHT/MESZTMSLCTMSF1Q







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

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:

CLHI_MULT_ALLOC_HAS_CHANGES CALL FUNCTION 'CLHI_MULT_ALLOC_HAS_CHANGES' EXCEPTIONS HAS_CHANGES = 1.

/SAPHT/MESZLSE_SELECT_CABN CALL FUNCTION '/SAPHT/MESZLSE_SELECT_CABN' EXPORTING KEY_DATE = F_DATE IMPORTING AMBIGUOUS_OBJ_CHARACTERISTIC = X_MOBJ TABLES IN_CABN = AMM T_CABN = ICABN EXCEPTIONS NO_ENTRY_FOUND = 00.

/SAPHT/MESZLSE_SELECT_CAWN CALL FUNCTION '/SAPHT/MESZLSE_SELECT_CAWN' EXPORTING KEY_DATE = F_DATE TABLES IN_CABN = AMM T_CAWN = ICAWN EXCEPTIONS NO_ENTRY_FOUND = 04.

CTCF_EVALUATE_CHARACTERISTIC CALL FUNCTION 'CTCF_EVALUATE_CHARACTERISTIC' EXPORTING S_NEUTRAL = CABN S_OBJECT = ICABN IMPORTING S_CHARACTERISTIC = CABN S_INFORMATION = OCABN.

CTCF_SET_EDIT_MASK CALL FUNCTION 'CTCF_SET_EDIT_MASK' EXPORTING FORMAT = CABN-ATFOR IMPORTING EDIT_MASK = CABN-ATSCH EXCEPTIONS FORMAT_NOT_SUPPORTED.

CTCF_SET_EDIT_MASK CALL FUNCTION 'CTCF_SET_EDIT_MASK' EXPORTING FORMAT = CABN-ATFOR IMPORTING EDIT_MASK = CABN-ATSCH EXCEPTIONS FORMAT_NOT_SUPPORTED.

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING INPUT = CABN-MSEHI LANGUAGE = RCTMS-SPRAS IMPORTING OUTPUT = MI-MSEH6 EXCEPTIONS UNIT_NOT_FOUND = 01.

/SAPHT/MESZLSE_SELECT_CAWN CALL FUNCTION '/SAPHT/MESZLSE_SELECT_CAWN' EXPORTING KEY_DATE = F_DATE TABLES IN_CABN = RCAWN T_CAWN = ICAWN EXCEPTIONS NO_ENTRY_FOUND = 04.

CLHI_STRUCTURE_CLASSES CALL FUNCTION 'CLHI_STRUCTURE_CLASSES' EXPORTING I_KLART = P_KLART I_CLASS = P_CLASS I_DATE = F_DATE I_OBJECT = COMO-OBJEK I_OBJ_ID = COMO-MAFID I_LANGUAGE = ' ' I_BUP = 'X' I_TDWN = X_TOP_DOWN I_BATCH = YES I_ENQUEUE = 'X' I_INCLUDING_TEXT = ' ' I_CALLED_BY_CLASSIFY = 'X' TABLES INDEX = KVI DATEN = GHCL EXCEPTIONS OTHERS = 1.

CLHI_STRUCTURE_CLASSES CALL FUNCTION 'CLHI_STRUCTURE_CLASSES' EXPORTING I_KLART = P_KLART I_CLASS = P_CLASS I_DATE = F_DATE I_OBJECT = COMO-OBJEK I_OBJ_ID = COMO-MAFID I_LANGUAGE = ' ' I_BUP = 'X' I_TDWN = ' ' I_BATCH = YES I_ENQUEUE = ' ' I_INCLUDING_TEXT = ' ' TABLES INDEX = KVI DATEN = GHCL EXCEPTIONS OTHERS = 1.

CTIH_HAS_ATTR_INHERITANCE CALL FUNCTION 'CTIH_HAS_ATTR_INHERITANCE' TABLES EXP_ATTRIBUTES = IATT.

CTCU_LOAD_CUSTOMIZING * CALL FUNCTION 'CTCU_LOAD_CUSTOMIZING' * EXPORTING * CLINT = KLAH-CLINT * SCENARIO = F_SCENARIO * TABLES * T_CUSD = ICUSD * T_CUSDT = ICUSDT * EXCEPTIONS * OTHERS = 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 /SAPHT/MESZTMS_LCTMSF1Q or its description.