TE809D SAP (Interface MRU meter reading unit) Structure details

Dictionary Type: Structure
Description: Interface MRU meter reading unit




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




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

TE809D 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 "Interface MRU meter reading unit" 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_TE809D TYPE TE809D.

The TE809D table consists of various fields, each holding specific information or linking keys about Interface MRU meter reading unit data available in SAP. These include AB (Date from which time slice is valid), BIS (Date at Which a Time Slice Expires), ABLEINH (Meter reading unit (old value)), MRU_NEW (Meter reading unit (new value)).. 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: Can be enhanced (character-type)


SAP TE809D 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
ANLAGEInstallation ANLAGECHAR10EANLALPHAANLAGEANLEANL
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABLEINHMeter reading unit (old value) ABLEALTCHAR8TE422ABLEINHEIT
MRU_NEWMeter reading unit (new value) ABLENEUCHAR8TE422ABLEINHEIT
MRU_REGMeter reading unit (from regional structure) ABLEREGCHAR8TE422ABLEINHEIT
SPARTEDivision SPARTECHAR2TSPASPARTSPA
AKLASSEBilling class AKLASSECHAR4EAKLASSEAKLASSEAKL
XMRORDERIndicator: meter reading order exists for installation E_XMRORDERCHAR1XFIELD
PORTIONPortion PORTIONCHAR8TE420PORTIONTPRE420
XCONTRACTSSeveral contracts allocated to installation E_XCONTRACTSCHAR1XFIELD
VERTRAGContract VERTRAGCHAR10EVERALPHAVERTRAGVTGEVER
PORTIONABWAlternative portion PORTIONABWCHAR8TE420PORTIONTKY
PYPLTPayment plan type E_PYPLTCHAR4TE015E_PYPLTPYPT
EINZDATMove-In Date EINZDATDATS8DATUM
AUSZDATMove-Out Date AUSZDATDATS8DATUM
VSTELLEPremise VSTELLECHAR10EVBSALPHAVSTELLEVBSEVBS
HAUSConnection Object HAUSCHAR30IFLOTTPLNRTPLNRHAUEHAU
ADRNRAddress number AD_ADDRNUMCHAR10ADRCALPHAAD_ADDRNUMADR
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
CITY_CODECity code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
STREETCODEStreet Number for City/Street File AD_STRNUMCHAR12ADRSTREETALPHASTRT_CODE
HOUSE_NUMHouse number (numerical part) HOUSENUMNUMC10NUMC10
HOUSE_SUPPHouse number affix HSN_SUPPCHAR4TEXT4
ADRESSLINEAddress line ADRESSLINECHAR80LINES

Key field Non-key field



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

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

How to access SAP table TE809D

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