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

MM07MFCL_CHARGENFINDUNG SAP ABAP INCLUDE - MM07MFCLCHARGENFINDUNG







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

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:

DELTA_MANAGEMENT CALL FUNCTION 'DELTA_MANAGEMENT' EXPORTING p_atpdt = atpdt EXCEPTIONS OTHERS = 0.

BF_RESET_LOC_LSMSLB CALL FUNCTION 'BF_RESET_LOC_LSMSLB'.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = ls_bfstock-erfmg kzmeinh = 'X' matnr = ls_bfstock-matnr meinh = ls_bfstock-erfme meins = ls_bfstock-meins IMPORTING output = l_menge EXCEPTIONS others = 4.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = ls_bfstock-erfmg kzmeinh = 'X' matnr = ls_bfstock-matnr meinh = ls_bfstock-erfme meins = ls_bfstock-meins IMPORTING output = l_menge EXCEPTIONS others = 4.

BF_SET_LOC_ENQ_TAB CALL FUNCTION 'BF_SET_LOC_ENQ_TAB' EXPORTING lifnr = fuss-lifnr TABLES l_bfstock = lt_bfstock.

VB_BATCH_DETERMINATION CALL FUNCTION 'VB_BATCH_DETERMINATION' EXPORTING i_komkh = xkomkh i_komph = xkomph x_bdcom = xbdcom IMPORTING e_problems = vw x_bdcom = xbdcom TABLES e_bdbatch = e_bdbatch i_bdbatch = i_bdbatch i_mdva = mdva i_atpcsx = atpcsx e_atpcsx = e_atpcsx EXCEPTIONS OTHERS = 4.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING I_ARBGB = 'M7' I_msgnr = '389' I_MSGV1 = MSEG-MATNR I_MSGV2 = LOC_TEXT I_MSGV3 = LOC_TEXT2 I_OUTPUT = X.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING I_ARBGB = 'LB' I_msgnr = '031' I_MSGV1 = MSEG-MATNR I_MSGV2 = LOC_TEXT I_MSGV3 = LOC_TEXT2 I_OUTPUT = X.

CUOB_GET_OBJECT CALL FUNCTION 'CUOB_GET_OBJECT' EXPORTING object_number = xbdcom-cuobj IMPORTING table = lv_table EXCEPTIONS not_found = 1 OTHERS = 2.

CLFM_CLEAR_CLASSIFICATION CALL FUNCTION 'CLFM_CLEAR_CLASSIFICATION' EXPORTING object = xbdcom-objec puffer_only = 'X' table = cl_mseg EXCEPTIONS foreign_lock = 1 system_failure = 2 table_not_found = 3 date_not_allowed = 4 not_deleted = 5 OTHERS = 6.



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