RFEDITI SAP (Interactive reporting: Formatting information list) Structure details

Dictionary Type: Structure
Description: Interactive reporting: Formatting information list




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




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

RFEDITI 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 reporting: Formatting information list" 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_RFEDITI TYPE RFEDITI.

The RFEDITI table consists of various fields, each holding specific information or linking keys about Interactive reporting: Formatting information list data available in SAP. These include WAERA (List: Formatting info for currency), WERTA (List: Formatting info for values), SKALA (List: Formatting info for scaling - display), SKALP (List: Formatting info for scaling - decimal power).. 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 RFEDITI 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

Key field Non-key field



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

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

How to access SAP table RFEDITI

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