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

/SAPMP/FM07MEM0_01 SAP ABAP INCLUDE - /SAPMP/FM07MEM001







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

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 = l_sapmp_matnr charg = l_sapmp_charg werks = l_sapmp_werks read_from_buffer = 'X' read_from_db = 'X' IMPORTING batch_db = ls_sapmp_batdb * rc_batch_db = lf_subrc EXCEPTIONS no_material = 1 no_batch = 2 no_plant = 3 OTHERS = 4.

VB_CHANGE_BATCH CALL FUNCTION 'VB_CHANGE_BATCH' EXPORTING ymcha = ls_sapmp_mcha bypass_lock = 'X' no_cfc_calls = 'X' yupdmcha = ls_yupdmcha EXCEPTIONS no_material = 1 no_batch = 2 no_plant = 3 material_not_found = 4 plant_not_found = 5 lock_on_material = 6 lock_on_plant = 7 lock_on_batch = 8 lock_system_error = 9 no_authority = 10 batch_not_exist = 11 no_class = 12 error_in_classification = 13 OTHERS = 14.



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 /SAPMP/FM07MEM0_01 or its description.