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
Below is a list of transaction codes which are relevant to this SAP report
CMM_MTM_DISC - Recalculation of Disc. MtM Values
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: 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
INCLUDE: RCMM_MTM_DISC_TOP, " DEFINITIONS OF GLOBAL DATA
RCMM_MTM_DISC_S01 ##INCL_OK, " SELECTION SCREEN
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.
RCMM_MTM_DISC - Recalculation of Discounted Mark-to-Market Values RCMM_MTM_DISC - Recalculation of Discounted Mark-to-Market Values RCMM_MTM - Mark-to-Market RCMM_MTM - Mark-to-Market RCMM_MD_FIELD_SELECTION - Determine Field Selection in isolated Rollarea RCMM_MD_FIELD_SELECTION - Determine Field Selection in isolated Rollarea