RMF64O SAP (Field string for screen fields without database) Structure details

Dictionary Type: Structure
Description: Field string for screen fields without database




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




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

RMF64O 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 "Field string for screen fields without database" 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_RMF64O TYPE RMF64O.

The RMF64O table consists of various fields, each holding specific information or linking keys about Field string for screen fields without database data available in SAP. These include DORDERB (Order day), SCWHR1 (Currency Key), SCWHR (Currency Key), SNWHR_U (Currency Key).. 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: Cannot Be Enhanced


SAP RMF64O 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
DORDERVOrder day DORDERDATS8DATUM
DORDERBOrder day DORDERDATS8DATUM
SCWHR1Currency Key WAERSCUKY5TCURCWAERSFWS
SCWHRCurrency Key WAERSCUKY5TCURCWAERSFWS
SNWHR_UCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SCWHR_U1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
SCWHR_U2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
SHWHR_UCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
XSTATUS30 Characters CHAR30CHAR30CHAR30
XKONTRAText field for contracting party XKONTRACHAR10CHAR10
XSPESEN30 Characters CHAR30CHAR30CHAR30
XORDZU30 Characters CHAR30CHAR30CHAR30
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
XSTORNOChar 20 CHAR20CHAR20CHAR20
ENTRACTNumber or index of first entry displayed ENTRACTINT410INT4
ENTRSUMNumber of entries ENTRSUMINT410INT4
SVERK6BSingle-Character Indicator CHAR1CHAR1CHAR1
KURS2Exchange rate KURSFDEC9(5) EXCRTKURSF
XSTCKKZChar 20 CHAR20CHAR20CHAR20
XSTCKTGChar 20 CHAR20CHAR20CHAR20
XINCLIndicator date inclusive VVXINCLCHAR1XFELD
PDEFEKTNegative interest percentage rate VVPDEFEKTDEC10(7) DECV3_7
SSORTSort field for automatic debit position VVSSORT1CHAR1CHAR1
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
XVALUTValue date as text field WP_XVALUTCHAR10T_XDATUM
XORDEROrder date as text field WP_XORDERCHAR10T_XDATUM
XDISPOValue date as text field WP_XDISPOCHAR10T_XDATUM
XBESTANDPosition value date as text field WP_XBESTCHAR10T_XDATUM
XBNWHRNominal amount as text field WP_XBNWHRCHAR18T_XBETRG18
XFELDCheckbox XFELDCHAR1XFELD
TBEGRUAuthorization Group TBEGRUCHAR4Assigned to domainTRBEGRU
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
DBUDATPosting Date in the Document BUDATDATS8DATUM
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
XKURZBEZShort name for ATAB tables XKURZBEZCHAR15XKBEZ
SSTOGRDFIReason for Reversal STGRDCHAR2T041CSTGRDFSG
STOGRDTXTText, length 40 TXT40CHAR40TEXT40
RPZAHLAAlternative payer/payee TB_RPZAHLACHAR10Assigned to domainALPHAKUNNR
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
HBANKLBank Keys BANKKCHAR15BANKKBNK
HBANKNBank account number BANKNCHAR18BANKN

Key field Non-key field



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

As RMF64O 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 RMF64O as there is no data to select.

How to access SAP table RMF64O

Within an ECC or HANA version of SAP you can also view further information about RMF64O 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!