RMMR1MRR is a standard Executable ABAP Report 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 RMMR1MRR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MRER - Auto. ERS Automotive
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.
Selection Text: SO_WERKS = D Plant
Selection Text: SO_MJAHR = Fiscal Year, Goods Receipt
Selection Text: SO_MBLNR = Goods Receipt Document
Selection Text: SO_LIFNR = D Vendor
Selection Text: SO_EBELP = D Item
Selection Text: SO_EBELN = D Purchasing Document
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_BUDAT = Posting Date of Goods Receipt
Selection Text: PA_XTEST = D Test Run
Selection Text: PA_VARIA = D Layout
Selection Text: PA_SVLOG = Save Application Log
Selection Text: PA_PRICE = New Pricing
Selection Text: PA_NOVAL = D Settle Non-Val. Goods Receipts
Selection Text: PA_NOMES = D No Message Creation
Selection Text: PA_ERSBA = D Document Selection
Selection Text: PA_EMESS = D Workflow for Error Messages
Selection Text: PA_DELNU = D Delete Zero Amounts
Selection Text: PA_BUDAT = D Posting Date
Title: Automotive Evaluated Receipt Settlement (ERS)
Text Symbol: P11 = lines be excluded from ERS?
Text Symbol: P10 = Should the selected
Text Symbol: P01 = Exclude document from ERS?
Text Symbol: 054 = Data of Goods Movement
Text Symbol: 053 = Data of Purchasing Doc.
Text Symbol: 052 = Display Options
Text Symbol: 051 = Processing Options
Text Symbol: 050 = Document Selection
Text Symbol: 013 = Goods movement settled
Text Symbol: 012 = Possible to settle goods mvt
Text Symbol: 011 = Not possible to settle gds mvt
Text Symbol: 010 = Credit Memo Creation
Text Symbol: 009 = Zero Document
Text Symbol: 008 = Invoice Creation
Text Symbol: 007 = Material Document / Item / Year
Text Symbol: 006 = Document Selection:
Text Symbol: 005 = User:
Text Symbol: 004 = Execution Time:
Text Symbol: 003 = Placeholder
INCLUDE R1MRRTOP . "
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_EKCTRDIR CALL FUNCTION 'DEQUEUE_EKCTRDIR' EXPORTING name = gf_repid.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING I_IN_UPDATE_TASK = ' ' I_SAVE_ALL = 'X' EXCEPTIONS LOG_NOT_FOUND = 1 SAVE_NOT_ALLOWED = 2 NUMBERING_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMMR1MRR - Automotive Evaluated Receipt Settlement (ERS) RMMR1MRR - Automotive Evaluated Receipt Settlement (ERS) RMMR1MRB - Revaluation with Logistics Invoice Verification RMMR1MRB - Revaluation with Logistics Invoice Verification RMMR1MIS - Invoicing Plan Settlement with Logistics Invoice Verification RMMR1MIS - Invoicing Plan Settlement with Logistics Invoice Verification