SAP Reports / Programs | Materials Management (MM) enhancements | Mill Products Industry Solution | Materials Management (MM) enhancements(IS-MP-MM) SAP IS

MM06IFIS_MILL_SE_KLAS SAP ABAP INCLUDE - MM06IFISMILLSEKLAS







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

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:

CLAF_CHECK_ALLOCATION CALL FUNCTION 'CLAF_CHECK_ALLOCATION' EXPORTING CLASSTYPE = '057' OBJECT = OBJECT TABLE = 'EINA' IMPORTING ALLOCATION_EXIST = ALLOC_EXIST.

CLAF_CHECK_ALLOCATION CALL FUNCTION 'CLAF_CHECK_ALLOCATION' EXPORTING CLASSTYPE = '057' OBJECT = OBJECT IMPORTING ALLOCATION_EXIST = ALLOC_EXIST.

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING CLASSTYPE = '057' "bei EINA INITFLAG = MILL_SE_INIT_KLAS NO_F11 = 'X' NO_F8 = 'X' OBJECT = OBJECT PTABLE = 'EINA' STATUS = STATUS TABLE = 'EINA' BI_DIALOG = 'X' IMPORTING UPDATEFLAG = lf_updkz EXCEPTIONS CLASSIFICATION_NOT_FOUND = 1 CLASS_NOT_FOUND = 2 CLASS_NOT_VALID = 3 FOREIGN_LOCK = 4 NO_MULTI_CLASSIF = 5 SYSTEM_FAILURE = 6 ONLY_WITH_CHANGE_NUMBER = 7 CHANGE_NR_NOT_COMPATIBLE = 8 NO_AUTH_KLART = 9 CHANGE_NR_CHANGED = 10.



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