SAP Reports / Programs

SAPMM08R SAP ABAP dialog Program - ?...







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

MR01 - Process Incoming Invoice
MR03 - Display Inv. Verification Document
MRHR - Enter Invoice
MRHG - Enter Credit Memo
MR44 - Post Parked Document
MR41 - Park Invoice
MR43 - Display Parked Invoice
MR42 - Change Parked Invoice


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


Text pool values


Title: ?...
Text Symbol: 029 = Other Variances
Text Symbol: 030 = Possible Entries: Purchase Order
Text Symbol: 031 = Creditor
Text Symbol: 032 = Material
Text Symbol: 033 = Are purchase orders to be
Text Symbol: 034 = selected by vendor, by material
Text Symbol: 035 = or by account assignment?
Text Symbol: 036 = Doc. Lines
Text Symbol: 037 = Acct Assignment
Text Symbol: 038 = Order Selection by...
Text Symbol: 040 = Display material line items
Text Symbol: 041 = Display G/L account line items
Text Symbol: 042 = blocked for payment
Text Symbol: 043 = (blocked for payment)
Text Symbol: PFA = P.O. Box:
Text Symbol: V01 = Delete Parked Document
Text Symbol: V02 = Do you want to delete the document?
Text Symbol: V12 = Do you want to save the document?
Text Symbol: VB1 = You are changing to processing
Text Symbol: VB2 = "Post Parked Document".
Text Symbol: VB3 = Should the changes
Text Symbol: VB4 = be saved first?
Text Symbol: VT1 = Park Document: Taxes
Text Symbol: VT2 = Change Parked Document: Taxes
Text Symbol: VT3 = Display Parked Document: Taxes
Text Symbol: 028 = Manual Block
Text Symbol: 001 = Display Document: Original
Text Symbol: 002 = Display Document: Accounting
Text Symbol: 003 = Display Transaction
Text Symbol: 004 = Change Document
Text Symbol: 005 = Enter Invoice
Text Symbol: 006 = Enter Credit Memo
Text Symbol: 007 = Process Blocked Invoices
Text Symbol: 008 = Maintain GR/IR Clearing Account
Text Symbol: 009 = Display Vendor Line Items
Text Symbol: 010 = Repost Down Payments
Text Symbol: 011 = Exit Processing





Text Symbol: 012 = Do you want to post document?
Text Symbol: 013 = Other Invoice
Text Symbol: 014 = Cancel Invoice Document
Text Symbol: 015 = Exit Selection
Text Symbol: 016 = You have not selected any items
Text Symbol: 017 = from the current list
Text Symbol: 018 = Do you want to exit selection?
Text Symbol: 019 = Selected items
Text Symbol: 020 = not copied
Text Symbol: 022 = Quality
Text Symbol: 023 = Price Variance
Text Symbol: 024 = Quantity Variance
Text Symbol: 025 = Date Variance
Text Symbol: 026 = PO Price Quantity Variance
Text Symbol: 027 = Project Budget Overrun


INCLUDES used within this REPORT SAPMM08R

INCLUDE MM08RTOP.
INCLUDE MM08RO10.
INCLUDE MM08RI10.
INCLUDE MM08RFA0.
INCLUDE MM08RFB0.
INCLUDE MM08RFC0.
INCLUDE MM08RFD0.
INCLUDE MM08RFE0.
INCLUDE MM08RFF0.
INCLUDE MM08RFK0.
INCLUDE MM08RFL0.
INCLUDE MM08RFM0.
INCLUDE MM08RFN0.
INCLUDE MM08RFP0.
INCLUDE MM08RFQ0.
INCLUDE MM08RFR0.
INCLUDE MM08RFS0.
INCLUDE MM08RFT0.
INCLUDE MM08RFU0.
INCLUDE MM08RFV0.
INCLUDE MM08RFW0.
INCLUDE MM08RFX0.
INCLUDE MM08RFZ0.


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