SAP Reports / Programs

RMMR1MDC SAP ABAP Report - Automatic Settlement of Planned Delivery Costs (ERS)







RMMR1MDC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report RMMR1MDC to effect automatic settlement of planned see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMMR1MDC 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

MRDC - Automatic Delivery Cost Settlement


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


Text pool values


Selection Text: ERSDCDS = D .
Selection Text: B_FRBNR = D .
Selection Text: B_EBELP = D .
Selection Text: B_EBELN = D .
Selection Text: B_BUKRS = D .
Selection Text: PA_VARIA = Layout
Selection Text: B_XTEST = Test Run
Selection Text: B_LPN = Smart Number
Selection Text: B_LIFNR = Freight Vendor
Title: Automatic Settlement of Planned Delivery Costs (ERS)
Text Symbol: V04 = One Document per B/L
Text Symbol: V03 = One Document per PO Item
Text Symbol: V02 = One Document per PO
Text Symbol: V01 = One Document per Vendor
Text Symbol: P11 = lines be excluded from ERS?
Text Symbol: P10 = Should the selected
Text Symbol: P01 = Save Changes
Text Symbol: E04 = Update Termination
Text Symbol: E03 = No delivery costs found
Text Symbol: E02 = Purchase order item not found
Text Symbol: E01 = Purchase order does not exist
Text Symbol: 011 = FI Doc.
Text Symbol: 010 = Accounting Document
Text Symbol: 009 = Info. Text
Text Symbol: 008 = Information Text
Text Symbol: 007 = Postable
Text Symbol: 006 = ERS-Postable
Text Symbol: 005 = Test Mode
Text Symbol: 004 = Log
Text Symbol: 003 = Display Options
Text Symbol: 002 = Processing Options
Text Symbol: 001 = Document Selection


INCLUDES used within this REPORT RMMR1MDC

INCLUDE MRM_TYPES_NAST.
INCLUDE: MRM_CONST_COMMON,
MRM_CONST_MRM,
MRM_CONST_NAST,
MRM_CONST_ME.


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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = c_save CHANGING cs_variant = s_var_usr EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = c_save CHANGING cs_variant = s_var_usr.



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