SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

SAPMM06I SAP ABAP dialog Program - Module Pool, Purchasing Info Processing







SAPMM06I 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 SAPMM06I 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

ME15 - Flag Purch. Info Rec. for Deletion
ME13 - Display Purchasing Info Record
ME12 - Change Purchasing Info Record
ME11 - Create Purchasing Info Record


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


Text pool values


Title: Module Pool, Purchasing Info Processing
Text Symbol: 221 = Purchasing Group
Text Symbol: 222 = Plant
Text Symbol: 300 = Certificate Number
Text Symbol: 301 = Validity Date
Text Symbol: 302 = Country of Origin
Text Symbol: 303 = Customs Tariff Number
Text Symbol: 401 = Create Purchasing Info Record ;;
Text Symbol: 402 = Change Purchasing Info Record ;;
Text Symbol: 403 = Displ. Purchasing Info Record ;;
Text Symbol: 410 = Entry in TXIT missing ;;
Text Symbol: 420 = Tag Column
Text Symbol: 421 = Short Text
Text Symbol: 422 = Vendor Name
Text Symbol: 423 = Material Description
Text Symbol: 424 = Material Group Description
Text Symbol: 425 = Description of Purch. Org.
Text Symbol: 426 = Plant Description
Text Symbol: 427 = Text for Infotype
Text Symbol: 428 = Status
Text Symbol: 429 = More text exists:
Text Symbol: 430 = Select
Text Symbol: 431 = Yes
Text Symbol: 432 = No
Text Symbol: 504 = Are you sure you want to delete this info memo?
Text Symbol: 505 = Are you sure you want to delete this PO text?
Text Symbol: OI2 = Vendor
Text Symbol: 220 = Purchasing Organization
Text Symbol: 001 = End of transaction reached
Text Symbol: 004 = Save data of current
Text Symbol: 005 = info record?
Text Symbol: 006 = Exit Processing
Text Symbol: 033 = Delete Texts
Text Symbol: 034 = Are you sure you want to delete the
Text Symbol: 035 = selected texts?
Text Symbol: 043 = Cancel screen
Text Symbol: 044 = Are you sure you want to
Text Symbol: 045 = cancel the screen?





Text Symbol: 050 = Change order unit ;;
Text Symbol: 051 = Replace order price unit ;;
Text Symbol: 052 = by order unit? ;;
Text Symbol: 100 = Standard
Text Symbol: 101 = Subcontracting
Text Symbol: 102 = Pipeline
Text Symbol: 103 = Consignment
Text Symbol: 104 = Chargeable
Text Symbol: 173 = Conversion of Order Unit to Order Price Unit - in OUn
Text Symbol: 174 = Conversion of Order Unit to Order Price Unit - in OPUn
Text Symbol: 175 = Order Unit
Text Symbol: 176 = Order Price Unit (Purchasing)
Text Symbol: 200 = Info Record
Text Symbol: 210 = Create
Text Symbol: 211 = Display
Text Symbol: 212 = Change
Text Symbol: 213 = Delete


INCLUDES used within this REPORT SAPMM06I

INCLUDE MM06ITOP.
INCLUDE MM06I_F02_CHECK_INFREC_ARCHIVE. "1450737
INCLUDE MM06IF_ALV.
INCLUDE: MM06I001_PBO_TEXTEDIT ,
MM06I001_LANGUAGE_SELECTED ,
MM06I001_FILL_DROP_LIST ,
MM06I001_GET_SELECTED_LANGU,
MM06I001_PREPARE_SCREEN .
INCLUDE: MM06IIMP01,
MM06IIMP02,
MM06IIMP03,
INCLUDE MM06I_F01.
INCLUDE MM06I_J1IR_MAXRP_MODSCRO01.


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