SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

SAPMM03S SAP ABAP dialog Program - Maintain Special Stocks







SAPMM03S is a standard Module pool for a dialog screen ABAP Program 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 SAPMM03S 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

MSK1 - Create Vendor Consignment Goods
MSK2 - Change Vendor Consignment Goods
MSK3 - Display Vendor Consignment Goods
MSC1 - Create Batch
MSC2 - Change Batch
MSK4 - Display Vdr Consignment Change Docs
MSC3 - Display Batch
MSC4 - Display Batch Changes


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


Text pool values


Title: Maintain Special Stocks
Text Symbol: S02 = Batch
Text Symbol: O01 = Batch
Text Symbol: A03 = Display
Text Symbol: A02 = Change
Text Symbol: A01 = Create
Text Symbol: 131 = Internal comment
Text Symbol: 124 = Sort by field description
Text Symbol: 123 = Language
Text Symbol: 122 = Text type
Text Symbol: 121 = Vendor
Text Symbol: 120 = Batch
Text Symbol: 119 = Material
Text Symbol: 118 = Plant
Text Symbol: 117 = New value:
Text Symbol: 116 = Old value:
Text Symbol: 115 = Entry
Text Symbol: 114 = Long text entered
Text Symbol: 113 = Deletion
Text Symbol: 112 = Long text deleted
Text Symbol: 111 = Change
Text Symbol: 110 = Long text changed
Text Symbol: 109 = Changed by
Text Symbol: 106 = Time
Text Symbol: 105 = Date
Text Symbol: 104 = No items found
Text Symbol: 102 = "Read" error (please notify your system administrator)
Text Symbol: 101 = No changes documented
Text Symbol: 099 = TCode
Text Symbol: 015 = Other batch
Text Symbol: 012 = Storage location
Text Symbol: 011 = to exit?
Text Symbol: 010 = Do you want
Text Symbol: 009 = No data changed
Text Symbol: 008 = Back
Text Symbol: 007 = Other special stock
Text Symbol: 006 = Exit
Text Symbol: 005 = current data first?





Text Symbol: 004 = Do you want to save the
Text Symbol: 003 = You are about to exit.
Text Symbol: 001 = Last data screen reached


INCLUDES used within this REPORT SAPMM03S

INCLUDE MM03STOP.
INCLUDE MM03SO00.
INCLUDE MM03SI00.
INCLUDE MM03SF00.
INCLUDE MM03SFSQ.
INCLUDE MM03SFAB.


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