RFSETTINGS SAP (Interactive reporing: structure for popup settings) Structure details

Dictionary Type: Structure
Description: Interactive reporing: structure for popup settings




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




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

RFSETTINGS 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 "Interactive reporing: structure for popup settings" 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_RFSETTINGS TYPE RFSETTINGS.

The RFSETTINGS table consists of various fields, each holding specific information or linking keys about Interactive reporing: structure for popup settings data available in SAP. These include MERKA (List: Formatting info for features), WAERA (List: Formatting info for currency), WERTA (List: Formatting info for values), SKALA (List: Formatting info for scaling - display).. 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: Not classified


SAP RFSETTINGS 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
MERKAList: Formatting info for features RR_MERKACHAR1CHAR1
WAERAList: Formatting info for currency RR_WAERACHAR1CHAR1
WERTAList: Formatting info for values RR_WERTACHAR1CHAR1
SKALAList: Formatting info for scaling - display RR_SKALACHAR20CHAR20
SKALPList: Formatting info for scaling - decimal power RR_SKALPNUMC1NUM01
SKALKList: Formatting info for scaling - decimal places RR_SKALKNUMC1NUM01
OWAERList: Original currency RR_OWAERCUKY5TCURCWAERS
AWAERList: Analysis currency RR_AWAERCUKY5TCURCWAERS
UMRDTKey Date for Translation BILASTIDDATS8DATUM
KURSTExchange Rate Type KURST_CURRCHAR4TCURVKURST
OFFPOIndicator: Select open items ? XAWOP_XPOCHAR1XFELD
AUGPOIndicator: Select cleared items? XAWAP_XPOCHAR1XFELD
VORPOIndicator: Selection of parked items ? XAWPP_XPOCHAR1XFELD
SONPOIndicator: Select special G/L transactions ? XAWUM_XPOCHAR1XFELD
LIFPOIndicator: Also display vendor items ? XMKRD_XPOCHAR1XFELD
KUNPOIndicator: Also display customer items ? XMDEB_XPOCHAR1XFELD
VARNRLayout VARNRCHAR3VARNR
EDOWNList: Preparation info for valuation view text RR_EDOWNCHAR1CHAR1
EDAWTList: Preparation info for valuation type text RR_EDAWTCHAR1CHAR1
EDAWBList: Preparation info for valuation name text RR_EDAWBCHAR1CHAR1
VARNR_ALVLayout SLIS_VARICHAR12SLIS_VARI
WERTPRZValue format RR_WERTCHAR1FLAG
MERKBEZDetail format: name or key RR_MERKCHAR1FLAG
MERKSCHDetail format: name or key RR_MERKCHAR1FLAG
WAEHRORGValue format RR_WERTCHAR1FLAG
WAEHRANAValue format RR_WERTCHAR1FLAG
FRMWAENumber format (by currency or scale) RR_FORMCHAR1FLAG
FRMSKNumber format (by currency or scale) RR_FORMCHAR1FLAG
VRBEZName of Layout VRBEZCHAR35VRBEZ
DECI0Number of decimal places RR_DECICHAR1FLAG
DECI1Number of decimal places RR_DECICHAR1FLAG
DECI2Number of decimal places RR_DECICHAR1FLAG
EINH0Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH1Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH2Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH3Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH4Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH5Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINH6Unit for number format (1,10, 100, ...) RR_EINHCHAR1FLAG
EINHTEXT0Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT1Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT2Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT3Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT4Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT5Text for unit format RR_ETXTCHAR10CHAR10
EINHTEXT6Text for unit format RR_ETXTCHAR10CHAR10
DECITEXT0Text for decimal point format RR_DTXTCHAR10CHAR10
DECITEXT1Text for decimal point format RR_DTXTCHAR10CHAR10
DECITEXT2Text for decimal point format RR_DTXTCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table RFSETTINGS

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