EADZ SAP (Multiple-Installation Billing Data: Register) Table details

Dictionary Type: Table
Description: Multiple-Installation Billing Data: Register




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




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

EADZ is a standard SAP Table which is used to store Multiple-Installation Billing Data: Register data and is available within R/3 SAP systems depending on the version and release level.

The EADZ table consists of various fields, each holding specific information or linking keys about Multiple-Installation Billing Data: Register data available in SAP. These include LOGIKZW (Logical register number), BIS (Date at Which a Time Slice Expires), AB (Date from which time slice is valid), THGVER (Gas procedure).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EADZ table 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
LOGIKZWLogical register number LOGIKZWNUMC18LOGIKZW
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
THGVERGas procedure THGVERCHAR8Assigned to domainTHGVERTHG
FESTTEMPFixed temperature FESTTEMPCHAR8Assigned to domainFESTTEMP
PROFESTConsumption fixed value to be weighted linearly PROFESTDEC7(3) PROFEST
PROPROZConsumption percentage for weighting PROPROZDEC5(2) PRZ32
ZEITRAUMValidity period E_ZEITRAUMCHAR8E_ZEITRAUM
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
GASFACTORConversion factor for gas GASFACTORDEC17(12) GASFACTOR

Key field Non-key field



How do I retrieve data from SAP table EADZ using ABAP code

The following ABAP code Example will allow you to do a basic selection on EADZ to SELECT all data from the table
DATA: WA_EADZ TYPE EADZ.

SELECT SINGLE *
FROM EADZ
INTO CORRESPONDING FIELDS OF WA_EADZ
WHERE...

How to access SAP table EADZ

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