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

MM07MFL0_LAGERORTDATEN SAP ABAP INCLUDE - MM07MFL0LAGERORTDATEN







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

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:

VB_BATCH_READ_BUFFER_DB CALL FUNCTION 'VB_BATCH_READ_BUFFER_DB' EXPORTING matnr = mseg-matnr charg = mseg-charg werks = mseg-werks * READ_FROM_BUFFER = X IMPORTING batch_buffer = w_mcha mch1_buffer = w_mch1 EXCEPTIONS OTHERS = 5.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' "412562 EXPORTING "412562 schluessel = ls_mtcom "412562 IMPORTING "412562 return = ls_mtcor "412562 EXCEPTIONS "412562 OTHERS = 1. "412562

MB_KZVBR_SICHERN CALL FUNCTION 'MB_KZVBR_SICHERN' EXPORTING kzvbr = mseg-kzvbr mseg_zeile = mseg-zeile umkzvbr = dm07m-umkzvbr IMPORTING umkzvbr = dm07m-umkzvbr.

T320_SINGLE_READ CALL FUNCTION 'T320_SINGLE_READ' EXPORTING t320_werks = mseg-werks t320_lgort = mseg-lgort * OBEST_FLAG = ' ' * KZRFB = ' ' * IMPORTING * WT320 = EXCEPTIONS not_found = 1 OTHERS = 2 .

T320_SINGLE_READ CALL FUNCTION 'T320_SINGLE_READ' EXPORTING t320_werks = mseg-werks t320_lgort = mseg-lgort * OBEST_FLAG = ' ' * KZRFB = ' ' * IMPORTING * WT320 = EXCEPTIONS not_found = 1 OTHERS = 2 .

ME_CHECK_T160M CALL FUNCTION 'ME_CHECK_T160M' EXPORTING i_arbgb = 'M7' i_msgnr = '242' i_msgvs = msgvs EXCEPTIONS nothing = 00 warning = 01 error = 02.

MICK_MESSAGE_ADD CALL FUNCTION 'MICK_MESSAGE_ADD' " 607325 EXPORTING " 607325 i_msgty = w " 607325 i_msgid = 'M7' " 607325 i_msgno = '242'. " 612451

MB_CHECK_MATERIAL_STRING CALL FUNCTION 'MB_CHECK_MATERIAL_STRING' TABLES x156m = x156m x156w = x156w CHANGING dm07m = dm07m vm07m = vm07m mseg = mseg.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mtcom "657671 IMPORTING return = charg_mtcor.

MB_FILL_MCHA_ENQUEUE_TABLE CALL FUNCTION 'MB_FILL_MCHA_ENQUEUE_TABLE' EXPORTING mbefu = mbefu rmcha = charg_mtcor-rmcha kzdch = kzdch TABLES xmcha = xmcha.

MB_FILL_MCH1_ENQUEUE_TABLE CALL FUNCTION 'MB_FILL_MCH1_ENQUEUE_TABLE' EXPORTING mbefu = mbefu rmch1 = charg_mtcor-rmch1 kzdch = kzdch TABLES xmch1 = xmch1.



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