SAP RMF67X Work table for SAPMF67X Table data and field list

RMF67X 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 "Work table for SAPMF67X" 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_RMF67X TYPE RMF67X.

The RMF67X table consists of various fields, each holding specific information or linking keys about Work table for SAPMF67X data available in SAP. These include SBEZ (Table ID), SVYM (Main file version (YYYYMM)), SVNR (File Version Sequential Number), XTEXT (Name)... 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. .

RMF67X structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


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

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RMF67X table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SBEZTable ID VVSBEZCHAR10Assigned to domainVVSBEZFPMH_VD_SBEZ
SVYMMain file version (YYYYMM) VVSVYMACCP6VVSVYMFPX
SVNRFile Version Sequential Number VVSVNRNUMC3Assigned to domainVVSVNRFPZ
XTEXTName XLBEZCHAR50XTEXT50
XSTATChar 15 CHAR15CHAR15CHAR15
XTYPField for Key Texts VVXKEYSCHAR12CHAR12
XEINTRAGEntry EINTRAGCHAR10CHAR10
XENTRACTNumber or index of first entry displayed ENTRACTINT410INT4
XENTRSUMNumber of entries ENTRSUMINT410INT4
XRBUT1Radio Button Number 1 VVXRBUT1CHAR1KENZX
XRBUT2Radio Button Number 1 VVXRBUT1CHAR1KENZX
XRBUT3Radio Button Number 1 VVXRBUT1CHAR1KENZX
XCBUT1Check button no.1 VVXCBUT1CHAR1KENZX
XNOTIZText (30 Characters) TEXT30CHAR30TEXT30
SNOTIZIndicator for stored memo SNOTIZCHAR1JANEI
XTILGEffective Interest Rate VVXTILGCHAR1CHAR01
XTILGVRepayment settlement VVXTILGVCHAR1CHAR01
XNOMZNominal interest rate VVXNOMZCHAR1CHAR01
XVARIAVariants general heading VVXVARIACHAR1CHAR01
XMODIModifications general heading VVXMODICHAR1CHAR01
XSTEXTSelect Button Heading VVXSTEXTCHAR2CHAR02
XCBUT2Check button no.2 VVXCBUT2CHAR1KENZX

Key field Non-key field



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

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

How to access SAP table RMF67X

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

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