EZWGD SAP (Structure with Screen Fields for Register Group) Structure details

Dictionary Type: Structure
Description: Structure with Screen Fields for Register Group




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




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

EZWGD 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 "Structure with Screen Fields for Register Group" 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_EZWGD TYPE EZWGD.

The EZWGD table consists of various fields, each holding specific information or linking keys about Structure with Screen Fields for Register Group data available in SAP. These include ZWGRUPPE (Register Group), ZWNUMMER (Register), SPARTYP (Division category for device management), ZWART (Register type).. 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 or numeric)


SAP EZWGD 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 MANDTCLNT3Assigned to domainMANDT
ZWGRUPPERegister Group E_ZWGRUPPECHAR8ALPHAGEGSTEZGEZWG
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
SPARTYPDivision category for device management SPARTYP_G1NUMC2SPARTYP_G1SPT
ZWARTRegister type E_ZWARTCHAR2TE523E_ZWART
BLIWIRKReactive, apparent, or active registers BLIWIRKNUMC2BLIWIRK
ZWTYPRegister category E_ZWTYPNUMC2E_ZWTYP
STANZVORPlaces before the decimal point in a register STANZVORNUMC2STANZVOR
STANZNACPlaces after the decimal in a register STANZNACNUMC2STANZNAC
ZWFAKTRegister factor E_ZWFAKTDEC12(5) E_ZWFAKT
MASSREADUnit of measurement for meter reading E_MASSREADUNIT3T006CUNITMEINS
MEINSUnit of measurement for meter reading MEINS_ISUCHAR6T006CLUNITMSEC6MEINS_ISU
THGBERInclusion of factors in thermal gas billing THGBERCHAR2THGBER
ZWKENNRegister identification E_ZWKENNCHAR2TE065E_ZWKENN
UEBERVERTransformation ratio UEBERVERDEC10(3) UEBERV
ZSPANNPRegister factor: primary transformer voltage E_ZSPANNPDEC6WSPANNP
ZSPANNSRegister factor: secondary transformer voltage E_ZSPANNSDEC4(1) SPANNUNG
ZSTROMPRegister factor: primary transformer current E_ZSTROMPDEC5(1) E_ZSTROMP
ZSTROMSRegister factor: secondary transformer current E_ZSTROMSDEC5(2) E_ZSTROMS
ANZERGNumber of meter reading results per meter reading ANZERGDEC2ANZAHLENT
ZWNABRRegister not relevant to billing E_ZWNABRCHAR1KENNZX
ANZARTRegister display type ANZARTCHAR2TE059ANZART
KENNZIFFCode for Identifying a Register KENNZIFFCHAR15TEKENNZIFFCHAR15
ZWINFOFree entry field for register E_ZWINFOCHAR25CHAR25
KZMESSWNonmetering register KZMESSWCHAR1KENNZX
STEUERGRPControl group for multiple meter reading order creation STEUERGRPCHAR4TE629STEUERGRP
KZDEFAULTPropose register during installation/replacement KZ_DEFAULT_ZWCHAR1KENNZX
PRUEFKLValidation class for independent validations PRUEFKLCHAR4TE408PRUEFKL
NABLESENDo Not Read Register E_NABLESENCHAR1KENNZX
KZ_ETDZRegister used in installed device KZ_ETDZCHAR1KENNZX
MASSBILLUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
MASSBILLC6Unit of measurement for billing MASSBILLC6CHAR6T006CLUNITMSEC6MEINS_ISU
GEWKEYWeighting key GEWKEYCHAR8TE266GEWKEY
INTSIZEIDInterval Length ID INTSIZEIDCHAR4EPROFINTSIZEINTSIZEID
TOUPERIODTime-of-use type E_TOUPERIODCHAR10ETOUE_TOUPERIOD
VEE_CODEExternal VEE Code E_AMI_VEE_CODENUMC4TEAMI_VEE_CODEE_AMI_VEE_CODE

Key field Non-key field



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

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

How to access SAP table EZWGD

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