TE224 SAP (Determination of Billing Lines for Consumpt. Hist. Structure) Table details

Dictionary Type: Table
Description: Determination of Billing Lines for Consumpt. Hist. Structure




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




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

TE224 is a standard SAP Table which is used to store Determination of Billing Lines for Consumpt. Hist. Structure data and is available within R/3 SAP systems depending on the version and release level.

The TE224 table consists of various fields, each holding specific information or linking keys about Determination of Billing Lines for Consumpt. Hist. Structure data available in SAP. These include LFDNR (Sequence number (four characters)), TARIFNR (Rate key), NO_TARIFNR (Do not Use Rate), PROGRAMM (Variant program).. 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)


SAP TE224 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 MANDTCLNT3Assigned to domainMANDT
LFDNRSequence number (four characters) LFDNR4NUMC4NUMC4
TARIFNRRate key TARIFNRCHAR10Assigned to domainTARIFNRTRFISU_F4_TARIF
NO_TARIFNRDo not Use Rate DONT_USE_RATECHAR1KENNZX
PROGRAMMVariant program E_PROGRAMMCHAR8Assigned to domainE_PROGRAMMVPMISU_F4_VARIANT
NO_PROGRAMMDo not Use Variant Program DONT_USE_PROGCHAR1KENNZX
BELZARTLine Item Type BELZARTCHAR6Assigned to domainBELZARTISU_BELZART
NO_BELZARTDo Not Use Document Line Type DONT_USE_BELZARTCHAR1KENNZX
STGRQNTQuantity statistics group STGRQNTCHAR6Assigned to domainSTGRQNT
NO_STGRQNTDo Not Use Statitistics Group Quantity DONT_USE_STGRQNTCHAR1KENNZX
STGRAMTAmount statistics group STGRAMTCHAR6Assigned to domainSTGRAMT
NO_STGRAMTDo not Use Statistics Group Amount DONT_USE_STGRAMTCHAR1KENNZX
OPERAND1Input operand EINOPERANDCHAR10Assigned to domainE_OPERAND
NO_OPERAND1Do not Use Operand 1 DONT_USE_OPER1CHAR1KENNZX
OPERAND2Input operand EINOPERANDCHAR10Assigned to domainE_OPERAND
NO_OPERAND2Do not Use Operand 2 DONT_USE_OPERCHAR1KENNZX
ARTMENGEClassification of billed quantity for statistics ARTMENGECHAR1ARTMENGE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE224
INTO CORRESPONDING FIELDS OF WA_TE224
WHERE...

How to access SAP table TE224

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