SAP Reports / Programs | Materials Management | Inventory Management | Balance Sheet Valuation Procedures(MM-IM-VP) SAP MM

MM08YF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE MM08YF01_INIT_RANGES . " INIT_RANGES
INCLUDE MM08YF01_BRANCH_TO_LAYER_OVERV . " BRANCH_TO_LAYER_OVERVIEW
INCLUDE MM08YF01_BRANCH_TO_LAYER_DETAI . " BRANCH_TO_LAYER_DETAIL
INCLUDE MM08YF01_BRANCH_TO_FIFO_OVERVI . " BRANCH_TO_FIFO_OVERVIEW
INCLUDE MM08YF01_BRANCH_TO_RECEIPTS_OV . " BRANCH_TO_RECEIPTS_OVERVIE
INCLUDE MM08YF01_LOCK_LAYER . " LOCK_LAYER
INCLUDE MM08YF01_LOCK_FIFO_RESULTS . " LOCK_FIFO_RESULTS
INCLUDE MM08YF01_LOCK_RECEIPT_DATA . " LOCK_RECEIPT_DATA
INCLUDE MM08YF01_READ_LAYER . " READ_LAYER
INCLUDE MM08YF01_READ_FIFO_RESULTS . " READ_FIFO_RESULTS
INCLUDE MM08YF01_READ_RECEIPT_DATA . " READ_RECEIPT_DATA
INCLUDE MM08YF01_INSERT_RECORD . " INSERT_RECORD
INCLUDE MM08YF01_SORT_TABLE . " SORT_TABLE
INCLUDE MM08YF01_ERASE_RECORD . " ERASE_RECORD
INCLUDE MM08YF01_CREATE_LAYER . " CREATE_LAYER
INCLUDE MM08YF01_MODIFY_CHANGE_TABLE . " MODIFY_CHANGE_TABLE
INCLUDE MM08YF01_ADJUST_PRICE_FIELDS . " ADJUST_PRICE_FIELDS
INCLUDE MM08YF01_GET_PRICE . " GET_PRICE
INCLUDE MM08YF01_CHECK_ENTRIES . " CHECK_ENTRIES
INCLUDE MM08YF01_CHECK_MATNR . " CHECK_MATNR
INCLUDE MM08YF01_CHECK_POOLN . " CHECK_POOLN
INCLUDE MM08YF01_CHECK_GJAHR . " CHECK_GJAHR
INCLUDE MM08YF01_CHECK_MYPER . " CHECK_MYPER
INCLUDE MM08YF01_CHECK_DATUM . " CHECK_DATUM
INCLUDE MM08YF01_CHECK_MEINS . " CHECK_MEINS
INCLUDE MM08YF01_CHECK_MYKEY . " CHECK_MYKEY
INCLUDE MM08YF01_CHECK_MATERIAL_DOCUME . " CHECK_MATERIAL_DOCUMENT
INCLUDE MM08YF01_CHECK_REMNG . " CHECK_REMNG
INCLUDE MM08YF01_SET_MYKEY . " SET_MYKEY
INCLUDE MM08YF01_SAVE_DATA . " SAVE_DATA
INCLUDE MM08YF01_SWITCH_STATUS . " SWITCH_STATUS
INCLUDE MM08YF01_BRANCH_TO_ENTRY . " BRANCH_TO_ENTRY
INCLUDE MM08YF01_BRANCH_BACK . " BRANCH_BACK
INCLUDE MM08YF01_SAVE_LAYER . " SAVE_LAYER
INCLUDE MM08YF01_SAVE_RECEIPT_DATA . " SAVE_RECEIPT_DATA
INCLUDE MM08YF01_SAVE_FIFO_RESULTS . " SAVE_FIFO_RESULTS
INCLUDE MM08YF01_UNLOCK_DATA . " UNLOCK_DATA
INCLUDE MM08YF01_SAVE_CHANGES . " SAVE_CHANGES
INCLUDE MM08YF01_REORGANIZE_TABLES . " REORGANIZE_TABLES




INCLUDE MM08YF01_SECURITY_POPUP . " SECURITY_POPUP
INCLUDE MM08YF01_CANCEL_POPUP . " CANCEL_POPUP
INCLUDE MM08YF01_MOVE_VALUM_MEINS . " MOVE_VALUM_MEINS
INCLUDE MRYF_MTQ_PROCESS_LIMIT .


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:

No SAP FUNCTION MODULES are executed within this report code!



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