ETTAF SAP (Rate Cat.Facts) Table details

Dictionary Type: Table
Description: Rate Cat.Facts




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




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

ETTAF is a standard SAP Table which is used to store Rate Cat.Facts data and is available within R/3 SAP systems depending on the version and release level.

The ETTAF table consists of various fields, each holding specific information or linking keys about Rate Cat.Facts data available in SAP. These include TARIFTYP (Rate category), OPERAND (Operand), SAISON (Season), BIS (Date at Which a Time Slice Expires).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ETTAF table 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
MANDTClient MANDTCLNT3T000MANDT
TARIFTYPRate category TARIFTYPCHAR10Assigned to domainTARIFTYPTTYETTAA
OPERANDOperand E_OPERANDCHAR10Assigned to domainE_OPERANDOPEH_TE221
SAISONSeason SAISONCHAR10Assigned to domainE_OPERAND
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
TARIFARTRate Type TARIFARTCHAR8TE069TARIFARTTATISU_F4_TARIFART
KONDIGRRate fact group KONDIGRCHAR10Assigned to domainKONDIGR
WERT1Entry value (installed value) for a device E_WERT1DEC16(7) OPWERT
WERT2Value to be billed E_WERT2DEC16(7) OPWERT
STRING1First key field for operand value STRING1CHAR10CHAR10
STRING2Second key field for operand value STRING2CHAR10CHAR10
STRING3Third key field for operand value STRING3CHAR1CHAR1
STRING4Fourth key field for operand value STRING4CHAR1CHAR1
ERSATZWERTReplacement value for operands ERSATZWERTCHAR1ERSATZWERT
BETRAGCurrency-dependent amount E_BETRAGCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP table ETTAF using ABAP code

The following ABAP code Example will allow you to do a basic selection on ETTAF to SELECT all data from the table
DATA: WA_ETTAF TYPE ETTAF.

SELECT SINGLE *
FROM ETTAF
INTO CORRESPONDING FIELDS OF WA_ETTAF
WHERE...

How to access SAP table ETTAF

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