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

/SAPHT/MESZTMS_LCTMSF1M SAP ABAP INCLUDE - /SAPHT/MESZTMSLCTMSF1M







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

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:

CTCU_ENTER_VALUES CALL FUNCTION 'CTCU_ENTER_VALUES' EXPORTING GROUP = MI-GROUP DISPLAY = F_CHANGE LANGUAGE = RCTMS-SPRAS NEUTRAL_LANGUAGE = RCTMS-NEUTR MODE = F_MODE IMP_STATUS = F_STATUN IMP_CLASSTYPE = COMO-KLART EXCEPTIONS "db H129955 GROUP_NOT_FOUND = 1 " USERDEFINED_TYPE_NOT_FOUND = 2 " GROUP_OR_USERDEFINED_TYPE = 3 " OTHERS = 4. "

CTCU_ENTER_VALUES CALL FUNCTION 'CTCU_ENTER_VALUES' EXPORTING USERDEFINED_TYPE = S_CLINT "4.0C: UDEF

CTMS_DDB_DEL_VALUE CALL FUNCTION 'CTMS_DDB_DEL_VALUE' "4.0C: UDEF

CTMS_DDB_SET_VALUE CALL FUNCTION 'CTMS_DDB_SET_VALUE' "4.0C: UDEF

CTMS_DDB_DEL_VALUE CALL FUNCTION 'CTMS_DDB_DEL_VALUE' "4.0C: UDEF

CTL6_VALUES_HIERARCHY CALL FUNCTION 'CTL6_VALUES_HIERARCHY' EXPORTING MODEL = ' ' atinn = mi-atinn ATBEZ = MI-MNAME atein = mi-atein anzst = mi-mazst DISPLAY = F_CHANGE IMPORTING "3.1I

CTL6_VALUES_HIERARCHY CALL FUNCTION 'CTL6_VALUES_HIERARCHY' EXPORTING MODEL = ' ' atinn = mi-atinn ATBEZ = MI-MNAME atein = mi-atein anzst = mi-mazst DISPLAY = F_CHANGE IMPORTING "3.1I



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