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

SAPMO10M SAP ABAP dialog Program - Split Valuation of Materials







SAPMO10M is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This program allows you to maintain valuation types, valuation categories, and the allocation of valuation types to valuation categories...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPMO10M into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OMWC - C MM-IV Split Material Valuation


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 SAPMO10M. "Basic submit
SUBMIT SAPMO10M AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMO10M VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Split Valuation of Materials
Text Symbol: 110 = Global Definition ;;
Text Symbol: 100 = Y;;
Text Symbol: 092 = you have made? ;;
Text Symbol: 091 = Do you want to save the changes ;;
Text Symbol: 090 = Save Changes ;;
Text Symbol: 081 = Plants ;;
Text Symbol: 080 = Plant ;;
Text Symbol: 070 = Acct Cat. Reference ;;
Text Symbol: 061 = Changes ;;
Text Symbol: 060 = Change ;;
Text Symbol: 052 = Valuation Category Description
Text Symbol: 051 = Valtn Categories ;;
Text Symbol: 050 = Valtn Category ;;
Text Symbol: 041 = Valuation Types ;;
Text Symbol: 040 = Valuation Type ;;
Text Symbol: 031 = Valuation Areas ;;
Text Symbol: 030 = Valuation Area ;;
Text Symbol: 021 = Company Codes ;;
Text Symbol: 020 = Company Code ;;
Text Symbol: 012 = Plant ;;
Text Symbol: 011 = CoCde ;;
Text Symbol: 010 = ValAr ;;
Text Symbol: 007 = Entries ;;
Text Symbol: 006 = Entry ;;
Text Symbol: 002 = Active;;


INCLUDES used within this REPORT SAPMO10M

INCLUDE MO10MTOP. " COMMON PART DEFINITION
INCLUDE MO10MO10. " PBO MODULE
INCLUDE MO10MO12. " PBO MODULE FOR TRANSPORT
INCLUDE MO10MI10. " PAI MODULE
INCLUDE MO10MI12. " PAI MODULE FOR TRANSPORT
INCLUDE MO10MF10. " FORM ROUTINEN
INCLUDE MO10MF12. " FORM ROUTINEN FOR TRANSPORT


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