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
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
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.
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?
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.