SAP Reports / Programs

RCMM_MTM_DISC SAP ABAP Report - Recalculation of Discounted Mark-to-Market Values







RCMM_MTM_DISC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use repricing or revaluation of logistics documents to update mark-to-market values using a delta queue for the Business Information Warehouse (BW) or an Operational Data Provider (ODP)...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 RCMM_MTM_DISC 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

CMM_MTM_DISC - Recalculation of Disc. MtM Values


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 RCMM_MTM_DISC. "Basic submit
SUBMIT RCMM_MTM_DISC AND RETURN. "Return to original report after report execution complete
SUBMIT RCMM_MTM_DISC 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: S_VTWEGG = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VKORGG = D .
Selection Text: S_VKORG = D .
Selection Text: S_VKGRPG = D .
Selection Text: S_VKGRP = D .
Selection Text: S_VKBURG = D .
Selection Text: S_VKBUR = D .
Selection Text: S_VBELN = D .
Selection Text: S_TKONN = D .
Selection Text: S_TKONEX = D .
Selection Text: S_TCTYP = D .
Selection Text: S_TCCAT = D .
Selection Text: S_SPARTG = D .
Selection Text: S_SPART = D .
Selection Text: S_EKORGG = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRPG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_EBELN = D .
Selection Text: S_BUKRSV = Company Code
Selection Text: S_BUKRSG = D .
Selection Text: S_BUKRS = D .
Selection Text: P_SLS = D .
Selection Text: P_SIMUL = D .
Selection Text: P_PUR = D .
Selection Text: P_MAX_J = D .
Selection Text: P_LG_ERR = D .
Selection Text: P_JSIZE = D .
Selection Text: P_GTM = D .
Selection Text: P_DISPL = D .
Title: Recalculation of Discounted Mark-to-Market Values
Text Symbol: 005 = Trading Contract
Text Symbol: 004 = Report Mode
Text Symbol: 002 = Sales
Text Symbol: 001 = Purchasing


INCLUDES used within this REPORT RCMM_MTM_DISC

INCLUDE: RCMM_MTM_DISC_TOP, " DEFINITIONS OF GLOBAL DATA
RCMM_MTM_DISC_S01 ##INCL_OK, " SELECTION SCREEN




RCMM_MTM_DISC_F01 ##INCL_OK. " FORMS


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