WNODE_ETRG SAP (Tree Entries of Billing Orders) Structure details

Dictionary Type: Structure
Description: Tree Entries of Billing Orders




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




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

WNODE_ETRG 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 "Tree Entries of Billing Orders" 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_WNODE_ETRG TYPE WNODE_ETRG.

The WNODE_ETRG table consists of various fields, each holding specific information or linking keys about Tree Entries of Billing Orders data available in SAP. These include ETRG_TYP (Not More Closely Defined Area, Possibly Used for Patchlevels), VKONT (Contract Account Number), VERTRAG (Contract), MANDT (Client).. 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 WNODE_ETRG 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
COUNTER3-Character Integer Field INT3NUMC3TRV03
ETRG_TYPNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
MANDTClient MANDTCLNT3T000MANDT
ANLAGEInstallation ANLAGECHAR10EANLALPHAANLAGEANLEANL
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SPARTEDivision SPARTECHAR2TSPASPARTSPA
PORTIONPortion PORTIONCHAR8TE420PORTIONTPRE420
ABRVORG2Billing Transaction ABRVORGCHAR2ABRVORGABV
TRIGSTATStatus of Billing Order TRIGSTATCHAR1TRIGSTAT
ABLEINHMeter reading unit ABLEINHCHAR8TE422ABLEINHEITTAETE422A
ADATSOLLScheduled meter reading date ADATSOLLDATS8DATUMPLANDAT
ABRDATSUScheduled billing date for suppressed billing order ABRDATSUDATS8DATUM
ABRVORGUBilling Transaction for a Suppressed Billing Order ABRVORGUCHAR2ABRVORG
BEGENDStart of period-end billing period BEGENDDATS8DATUM
SC_BELNRNumber of billing document in adjustment reversal SC_BELNRCHAR12ALPHAE_BELNRBELERCH
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
ENDPRIOPriority of Period-End Billing ENDPRIOCHAR1KENNZX
ABSCHLPANAdjust budget billing plan ABSCHLPANCHAR1KENNZX
ZUORDDATAllocation date for billing E_ZUORDDATABRDATS8DATUM
MEM_OPBELReversed invoicing document no. for new billing/invoicing MEM_OPBELCHAR12ALPHAMEM_OPBEL
MEM_BUDATPosting Date in the Document MEM_BUDATDATS8DATUM
ADATSOLLUScheduled MR date of suppressed meter reading order ADATSOLLUDATS8DATUM
ESTINBILLMeter Reading Results are Estimated in Billing ESTINBILLCHAR2ESTINBILL
ESTINBILLUESTINBILL of a Suppressed Billing Order ESTINBILLUCHAR2ESTINBILL
ESTINBILL_SAVOriginal Value from ESTINBILL ESTINBILL_SAVCHAR2ESTINBILL
ESTINBILL_USAVESTINBILL_SAV of a Suppressed Billing Order ESTINBILL_USAVCHAR2ESTINBILL
OSB_GROUPOn-Site Billing Group E_OSB_GROUPCHAR3
MAINDOCNOBilling Document Number of Primary Installation MAINDOCNOCHAR12ALPHAE_BELNRBELERCH
WAIT_BIBilling Sequence Control WAIT_BICHAR2WAIT_BI
VKONTOContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
MDUSREQUESTIDMDUS Request ID E_MDUSREQUESTIDCHAR22EMDUSDRQHEADSYSUUID_22
MDUSRQSTATMDUS Status of Billing Order E_MDUSRQSTATCHAR2E_MDUSRQSTAT

Key field Non-key field



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

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

How to access SAP table WNODE_ETRG

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