RDEFAULT_UI_FFES SAP (Default: Representation of Charges) Structure details

Dictionary Type: Structure
Description: Default: Representation of Charges




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




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

RDEFAULT_UI_FFES 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 "Default: Representation of Charges" 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_RDEFAULT_UI_FFES TYPE RDEFAULT_UI_FFES.

The RDEFAULT_UI_FFES table consists of various fields, each holding specific information or linking keys about Default: Representation of Charges data available in SAP. These include CHARGES (Settlement Amount), POSTINGS (Natural Number), CURR (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 RDEFAULT_UI_FFES 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
JEARPosting period for charges JEARCHAR30CHAR30
CHARGESSettlement Amount BCWHRCURR13(2) WERTV7
POSTINGSNatural Number INT4INT410INT4
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table RDEFAULT_UI_FFES

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