ETRGD SAP (Screen Fields for Billing Trig.) Structure details

Dictionary Type: Structure
Description: Screen Fields for Billing Trig.




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




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

ETRGD 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 "Screen Fields for Billing Trig." 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_ETRGD TYPE ETRGD.

The ETRGD table consists of various fields, each holding specific information or linking keys about Screen Fields for Billing Trig. data available in SAP. These include MANDT (Client), ANLAGE (Installation), ABRDATS (Scheduled Billing Date), ABRVORG (Billing Transaction).. 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 ETRGD 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
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_BELNRCHAR12Assigned to domainALPHAE_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
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
DDTEXTAVText, 40 Characters Long TEXT40CHAR40TEXT40
DDTEXTAV2Text, 40 Characters Long TEXT40CHAR40TEXT40
DDTEXTTSText, 40 Characters Long TEXT40CHAR40TEXT40
DDTEXTMSText, 40 Characters Long TEXT40CHAR40TEXT40
MDUSREQUESTID_EXISTIndicator for Displaying MDUS Request Data E_MDUSREQUESTID_EXISTCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table ETRGD

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