EUE_EANLH_NODE SAP (EANLH) Structure details

Dictionary Type: Structure
Description: EANLH




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




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

EUE_EANLH_NODE 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 "EANLH" 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_EUE_EANLH_NODE TYPE EUE_EANLH_NODE.

The EUE_EANLH_NODE table consists of various fields, each holding specific information or linking keys about EANLH data available in SAP. These include MATCH (Indicators), EANLH (), MANDT (Client), ANLAGE (Installation).. 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 (Deep)


SAP EUE_EANLH_NODE 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
NODE 0
MATCHIndicators KENNZXCHAR1KENNZX
EANLH 0
MANDTClient MANDTCLNT3MANDT
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
TARIFTYPRate category TARIFTYP_ANLCHAR10TARIFTYPTTYEANL_TTYP
ANLSTATInstallation Status ANLSTATCHAR2ANLSTAT
KONZBEFRExempt from franchise fee KONZBEFRCHAR1KONZBEFR
PAUSCHALDevice allocation is not possible E_PAUSCHALCHAR1KENNZX
BRANCHEIndustry BU_IND_SECTORCHAR10BU_INDSECTOR
AKLASSEBilling class AKLASSECHAR4AKLASSEAKL
ABLEINHMeter Reading Unit ABLEINHEITCHAR8ABLEINHEITTAETE422A
TEMP_AREATemperature area TEMP_AREACHAR8TEMP_AREA
KONZVERFranchise contract KONZVERCHAR10ALPHAKONZVERKZVEKONA
BILLING_PARTYService Provider that Bills the Installation BILLING_PARTYCHAR10SERVICE_PROVSERVICEPROVIDER
INVOICING_PARTYService Provider That Invoices the Contract INVOICING_PARTYCHAR10SERVICE_PROVSERVICEPROVIDER
PROV_LAST_RESObligation to Supply PROV_LAST_RESSORTCHAR10SERVICE_PROVSERVICEPROVIDER
MAININSTKey of Primary Installation MAININSTCHAR10ALPHAANLAGE
INSTROLERole of an Installation Within the Installation Group INSTROLECHAR4INSTROLE
INSTGRTYPEGrouping Type for Installation Group INSTGRTYPECHAR4INSTGRTYPE
ISTYPEIndustry System BU_ISTYPECHAR4BU_ISTYPE
HIGHLEVINSTHigher-Level Installation HIGHLEVINSTCHAR10ALPHAANLAGE
SCHEMANRNumber of the billing schema SCHEMANRCHAR10SCHEMANRISU_F4_SCHEMA
HOCHARTType of extrapolation in unbilled revenue reporting HOCHARTCHAR1HOCHART
VPERGRUPPrevious period control group VPERGRUPCHAR4VPERGRUP
PRUEFGRValidation group for dependent validations PRUEFGRCHAR4PRUEFGR
ABSSTEUBudget billing control ABSSTEUCHAR1ABSSTEU

Key field Non-key field



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

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

How to access SAP table EUE_EANLH_NODE

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