ETTA SAP (General Rate Category (Header Data)) Table details

Dictionary Type: Table
Description: General Rate Category (Header Data)




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




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

ETTA is a standard SAP Table which is used to store General Rate Category (Header Data) data and is available within R/3 SAP systems depending on the version and release level.

The ETTA table consists of various fields, each holding specific information or linking keys about General Rate Category (Header Data) data available in SAP. These include TARIFTYP (Rate category), SPARTE (Division), AKLASSE (Billing class), GASABART (Type of gas billing).. 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: Can be enhanced (character-type or numeric)

Text table = ETTAT


SAP ETTA 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 TARIFTYPCHAR10TARIFTYPTTYETTAA
SPARTEDivision SPARTECHAR2TSPASPARTSPA
AKLASSEBilling class AKLASSECHAR4EAKLASSEAKLASSEAKL
GASABARTType of gas billing GASABARTCHAR2GASABART
MWSTMBEZIndicator: interpret tax changes on a monthly basis MWSTMBEZCHAR1KENNZX
BACKBIType of backbilling BACKBICHAR1BACKBI
NUMPERBBNumber of periods for backbilling NUMPERBBINT13NUMPERBB
PERENDBIType of period-end billing PERENDBICHAR1PERENDBI
NUMPERPEBNumber of periods for period-end billing NUMPERPEBINT13NUMPERBB
DIFPBPEBDifference between last billing and period-end billing DIFPBPEBINT13DIFPBPEB
AUSGRUPOutsorting check group for billing AUSGRUPCHAR8TE191AUSGRUP
SCHEMANRNumber of the billing schema SCHEMANRCHAR10ESCHSCHEMANRISU_F4_SCHEMA
HOCHARTType of extrapolation in unbilled revenue reporting HOCHARTCHAR1HOCHART
VPERGRUPPrevious period control group VPERGRUPCHAR4VPERGRUP
PRUEFGRValidation group for dependent validations PRUEFGRCHAR4TE413PRUEFGR
ABSSTEUBudget billing control ABSSTEUCHAR1ABSSTEU
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
BEGRUAuthorization Group BEGRUCHAR4BEGRU
LOEVMDeletion Indicator LOEVMCHAR1XFELD
ENDPRIOPriority of Period-End Billing ENDPRIOCHAR1KENNZX
STAGRUTTYPStatistics group for the rate category E_STGRUTCHAR2Assigned to domainE_STGRUT
BIADVANCEBilling in Advance BIADVANCECHAR1KENNZX
DYPERCONDynamic period control DYPERCONCHAR4Assigned to domainALPHADYPERCON
CONDBILLPROGExecute Conditional Billing Program E_CONDBILLPROGCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ETTA
INTO CORRESPONDING FIELDS OF WA_ETTA
WHERE...

How to access SAP table ETTA

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