DBERCHZ6 SAP (Document line items (device data, unimportant rows)) Table details

Dictionary Type: Table
Description: Document line items (device data, unimportant rows)




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




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

DBERCHZ6 is a standard SAP Table which is used to store Document line items (device data, unimportant rows) data and is available within R/3 SAP systems depending on the version and release level.

The DBERCHZ6 table consists of various fields, each holding specific information or linking keys about Document line items (device data, unimportant rows) data available in SAP. These include BELNR (Number of a billing document), BELZEILE (Billing line item for billing documents), EQUNR (Equipment Number), GERAET (Device).. 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: Cannot Be Enhanced


SAP DBERCHZ6 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
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
BELZEILEBilling line item for billing documents BELZEILENUMC6LFDNR6
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
GERAETDevice GERAETCHAR18GERNRGERNRGEREGER
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
INDEXNRConsecutive number of register relationship INDEXNRNUMC12INDEXNR
ABLESGRMeter reading reason ABLESGRCHAR2TE609ABLESGRABLGRD
ABLESGRVPrevious meter reading reason ABLESGRVCHAR2TE609ABLESGR
ATIMMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ATIMVATime of day of previous meter reading ATIMVACHAR4HH_MMHHMM
ADATMAXDate of maximum meter reading ADATMAXDATS8DATUM
ATIMMAXTime of maximum meter reading ATIMMAXCHAR4HH_MMHHMM
THGDATUMGas allocation date THGDATUMDATS8DATUM
ZUORDDATMeter reading allocation date E_ZUORDDATDATS8DATUM
REGRELSORTSort help for register relationships during bill printout REGRELSORTNUMC2REGRELSORT
ABLBELNRInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
LOGIKNRLogical device number LOGIKNRNUMC18LOGIKNR
LOGIKZWLogical register number LOGIKZWNUMC18LOGIKZW
ISTABLARTMeter reading type ISTABLARTCHAR2Assigned to domainISTABLARTIALISU_MR_ISTABLART
ISTABLARTVAMeter reading type of previous meter reading ISTABLARTVACHAR2Assigned to domainISTABLARTIALISU_MR_ISTABLART
EXTPKZSimulation indicator for meter reading results EXTPKZCHAR1ORIGIN_ESTIM
BEGPROGStart of forecast period BEGPROGDATS8DATUM
ENDEPROGEnd of forecast period ENDEPROGDATS8DATUM
ABLHINWNote from meter reader ABLHINWCHAR4Assigned to domainABLHINW
QDPROCQuantity Determination Procedure E_QD_PROCNUMC2E_QD_PROC
MRCONNECTInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
V_ZWSTANDPlaces Before Decimal Point in Meter Reading V_ZWSTANDDEC17V_ZWSTAND
N_ZWSTANDPlaces After Decimal Point in the Meter Reading N_ZWSTANDDEC14(14) N_ZWSTAND
V_ZWSTNDABPredecimal Places in Billed Meter Reading V_ZWSTNDABDEC17V_ZWSTAND
N_ZWSTNDABDecimal Places in the Billed Meter Reading N_ZWSTNDABDEC14(14) N_ZWSTAND
V_ZWSTVORPredecimal places in previous meter reading result V_ZWSTVORDEC17V_ZWSTAND
N_ZWSTVORDecimal places in previous meter reading N_ZWSTVORDEC14(14) N_ZWSTAND
V_ZWSTDIFFPre-decimal places for the meter reading difference V_ZWSTDIFFDEC17V_ZWSTDIFF
N_ZWSTDIFFDecimal places for the meter reading difference N_ZWSTDIFFDEC14(14) N_ZWSTDIFF

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERCHZ6
INTO CORRESPONDING FIELDS OF WA_DBERCHZ6
WHERE...

How to access SAP table DBERCHZ6

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