RMRM_FLOW SAP (Cumulative Values for MRM) Structure details

Dictionary Type: Structure
Description: Cumulative Values for MRM




ABAP Code to SELECT data from RMRM_FLOW
Related tables to RMRM_FLOW
Access table RMRM_FLOW




Structure field list including key, data, relationships and ABAP select examples

RMRM_FLOW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cumulative Values for MRM" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RMRM_FLOW TYPE RMRM_FLOW.

The RMRM_FLOW table consists of various fields, each holding specific information or linking keys about Cumulative Values for MRM data available in SAP. These include RANTYP (Contract Type), BUKRS (Company Code), RANLVD (Contract Number), BBWHR (Amount in position currency).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RMRM_FLOW structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
RANTYPContract Type RANTYPCHAR1RANTYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANLVDContract Number RANLCHAR13ALPHARANLRAN
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
SSIGNSign SSIGNCHAR1PD_SIGN
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5TCURCWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5TCURCWAERS
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DZTERMTerms of Payment Key DZTERMCHAR4ZTERM
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
DPKONDDetermination date for percentage rate of condition items VVDPKONDDATS8DATUM
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5TCURCWAERS
BBASISCalculation base amount BBASISCURR13(2) WERTV7
SFORMREFFormula reference for the cash flow calculator VVSFORMREFCHAR4AT30T_FORMBE
DBUDATPosting Date in the Document BUDATDATS8DATUM
KURS1Exchange rate into settlement currency VVKURS1DEC9(5) KURSF
KURS2Exchange rate from settlement currency into local currency VVKURS2DEC9(5) KURSF
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
ATAGENumber of days VVATAGENUMC6INT6
SBEWZITIFlow category SBEWZITICHAR4TZB03SBEWZITI
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
DBESTANDPosition value date DBESTANDDATS8DATUM
SSOLHABDebit/credit indicator VVSSOLHABCHAR1VVSSOLHAB
DVALUTCalculation Date DVALUTDATS8DATUM
SVORGKZActivity indicator for debit/credit control VVSVORGKZNUMC2VVSVORGKZ
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4AT40SBEWFIMA
DZFESTInterest rate fixing date TB_DZFESTDATS8DATUM
RKONDGRDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
T_MRM_FORMULA 0
DVERRECHSettlement date VVDVERRECHDATS8DATUM
JEXPOZINSExponential Interest Calculation TB_JZINSRECHAR1XFELD
AMMRHYZVInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
DCRDATEntered On TB_DCRDATDATS8DATUM
SOFFSETFixer offset for variable interest rate reference TV_SOFFSETDEC10(7) DECV3_7

Key field Non-key field



How do I retrieve data from SAP structure RMRM_FLOW using ABAP code?

As RMRM_FLOW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RMRM_FLOW as there is no data to select.

How to access SAP table RMRM_FLOW

Within an ECC or HANA version of SAP you can also view further information about RMRM_FLOW and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!