MILL_SE_F01 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 MILL_SE_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING I_WORKAREA = H_KNMT I_TABNAME = OBJECTTAB-TNAME IMPORTING E_OBJECT = OBJECTTAB.
CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES OBJECTS = OBJECTTAB.
CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING * BATCH = ' ' * CHANGE_SERVICE_NUMBER = * CLASS = ' ' CLASSTYPE = '052' "bei KNMT = 300 * DATE_OF_CHANGE = * DYNPRO_HEADER = ' ' * INITFLAG = INITFLAG INITFLAG = ' ' " init in TRANSAKTIONS_INIT * MEINS = ' ' * MULTI_CLASSIF = ' ' * NO_CHANGE_TYPE = ' ' * NO_DISPLAY = ' ' NO_F11 = 'X' * NO_F8 = 'X' "ab 4.6B nicht mehr?
CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING I_WORKAREA = H_KNMT I_TABNAME = OBJECTTAB-TNAME IMPORTING E_OBJECT = OBJECTTAB.
CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES OBJECTS = OBJECTTAB.
CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING * BATCH = ' ' * CHANGE_SERVICE_NUMBER = * CLASS = ' ' CLASSTYPE = '052' "bei MARA = 300 * DATE_OF_CHANGE = * DYNPRO_HEADER = ' ' * INITFLAG = INITFLAG INITFLAG = ' ' " init in TRANSAKTIONS_INIT * MEINS = ' ' * MULTI_CLASSIF = ' ' * NO_CHANGE_TYPE = ' ' * NO_DISPLAY = ' ' NO_F11 = 'X' * NO_F8 = 'X' "ab 4.6B nicht mehr?
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.