SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MM07MFCL_CHARGEN_KLASSIFIZIERE SAP ABAP INCLUDE - MM07MFCLCHARGENKLASSIFIZIERE







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

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:

CO_WIPB_TCUWIPB_READ CALL FUNCTION 'CO_WIPB_TCUWIPB_READ' IMPORTING e_wipbatch_active = gv_wipbatch_active EXCEPTIONS not_found = 1.

L_LGORT_LGNUM_CHECK * CALL FUNCTION 'L_LGORT_LGNUM_CHECK' * EXPORTING * i_werks = mseg-werks * i_lgort = mseg-lgort * i_lgdat = x * IMPORTING * e_t340d = ls_t340d * EXCEPTIONS * OTHERS = 0.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = cl_mcha i_tabname = cl_ptable IMPORTING e_object = cl_objecttab.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = cl_mcha i_tabname = cl_ptable IMPORTING e_object = cl_objecttab.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = cl_mch1 i_tabname = cl_ptable IMPORTING e_object = cl_objecttab.

CLUC_CONVERT_STRUCTURE CALL FUNCTION 'CLUC_CONVERT_STRUCTURE' EXPORTING i_workarea = cl_mch1 i_tabname = cl_ptable IMPORTING e_object = cl_objecttab.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = 'M7' i_msgnr = '207' i_nolog = x i_output = space IMPORTING rc = rc.

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' EXPORTING class_type = cl_klart object_id = cl_object table = cl_ptable IMPORTING object_number = cl_cuobj EXCEPTIONS lock_problem = 1 object_not_found = 2 OTHERS = 3.

VB_BATCH_WRITE_CLOG_BUFFER CALL FUNCTION 'VB_BATCH_WRITE_CLOG_BUFFER' EXPORTING batch_cuobj = cl_cuobj batch_objek = cl_object batch_class = cl_class.

CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES objects = cl_objecttab.

CLO0_DDB_OBJ_VALUATION_OPEN CALL FUNCTION 'CLO0_DDB_OBJ_VALUATION_OPEN' EXPORTING classtype_imp = cl_klart class_imp = cl_class object_imp = cl_object obj_structure_imp = cl_ptable EXCEPTIONS OTHERS = 99.

CLO0_DDB_OBJ_VALUATION_CLOSE CALL FUNCTION 'CLO0_DDB_OBJ_VALUATION_CLOSE' EXCEPTIONS OTHERS = 99.

CLO0_DDB_SAVE CALL FUNCTION 'CLO0_DDB_SAVE' EXCEPTIONS OTHERS = 99.

VB_BATCH_READ_CLOG_BUFFER CALL FUNCTION 'VB_BATCH_READ_CLOG_BUFFER' EXPORTING imp_object = cl_object EXCEPTIONS object_not_found = 1.

CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES objects = cl_objecttab.

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING batch = x class = cl_class classtype = cl_klart no_display = x no_change_type = x no_f11 = x no_f8 = x object = cl_object
* Begin of note 1146687.

CLFM_OBJECT_CLASSIFICATION CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION' EXPORTING batch = cl_batch class = cl_class classtype = cl_klart no_display = cl_no_display no_change_type = x no_f11 = x no_f8 = x object = cl_object
* Begin of note 1146687.

VB_BATCH_WRITE_CLOG_BUFFER CALL FUNCTION 'VB_BATCH_WRITE_CLOG_BUFFER' EXPORTING batch_cuobj = cl_cuobj batch_objek = cl_object batch_class = cl_class.

CTMS_DDB_CHECK





CALL FUNCTION 'CTMS_DDB_CHECK' EXPORTING free = 'X' EXCEPTIONS inconsistency = 1 incomplete = 2 not_assigned = 4 OTHERS = 0.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = 'LB' i_msgnr = '045' i_msgv1 = cl_class i_output = x.

CTMS_OBJECT_AREA CALL FUNCTION 'CTMS_OBJECT_AREA' TABLES objects = cl_objecttab.



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