DBERCHZ7 SAP (Document line items (amount/price data, unimportant rows)) Table details

Dictionary Type: Table
Description: Document line items (amount/price data, unimportant rows)




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




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

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

The DBERCHZ7 table consists of various fields, each holding specific information or linking keys about Document line items (amount/price data, unimportant rows) data available in SAP. These include BELNR (Number of a billing document), BELZEILE (Billing line item for billing documents), MWSKZ (Tax on sales/purchases code), ERMWSKZ (Indicator: Tax Determination Code).. 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 DBERCHZ7 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
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ERMWSKZIndicator: Tax Determination Code ERMWSKZCHAR2Assigned to domainERMWSKZ
NETTOBTRNet amount of billing line item NETTOBTRCURR13(2) WRTV7
TWAERSTransaction Currency TWAERSCUKY5TCURCWAERSPCU
PREISTUFPrice level PREISTUFCHAR10TE471PREISTUFPRZ
PREISTYPPrice category PREISTYPCHAR1PREISTYPPRY
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
PREISZUSIndicator: Price Summary PREISZUSCHAR4KENNZ4
VONZONEFrom-block VONZONENUMC10E_ZONE
BISZONETo-block BISZONENUMC10E_ZONE
ZONENNRNumber of price block or price scale E_ZONENNRNUMC3E_ZONENNR
PREISBTRPrice amount PRSBTRDEC17(8) PRSBTR
MNGBASISLong quantity base for amount MENGENBASDEC9(2) MENGENBAS
PREIGKLPrice adjustment clause PREIGKLCHAR10Assigned to domainPREIGKLPAC
URPREISBase price to which the price adjustment clause relates URPREISDEC17(8) PRSBTR
PREIADDPrice to be added for price adjustment PREIADDDEC17(8) PRSBTR
PREIFAKTPrice adjustment factor PREIFAKTDEC12(7) PREIFAKT
OPMULTAddition first OPMULTCHAR1KENZX
TXDAT_KKDecisive Date for Calculating Taxes TXDAT_KKDATS8DATUM
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PAOBJNR_SProfitability Segment No. for CO-PA Post. Acc. to Cons. Mth RKEOBJNR_SNUMC10RKEOBJNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
APERIODICNon-Periodic Posting APERIODICCHAR1KENNZX
GROSSGROUPGross group GROSSGROUPCHAR4GROSSGROUP
BRUTTOZEILEBlling line item is a gross line item BRUTTOZEILECHAR1KENNZX
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
LINE_CLASSClassification Criteria for Billing Line LINE_CLASSCHAR4LINE_CLASS
PREISARTPrice type E_PREISARTCHAR1E_PREISART
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10FAGL_SEGMALPHAFB_SEGMENT
V_NETTOBTR_LPredecimal Places of Long Nett Amount V_NETTOBTR_LDEC17V_NETTOBTR_L
N_NETTOBTR_LDecimal Places for Long Nett Amount N_NETTOBTR_LDEC14(14) N_NETTOBTR_L

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERCHZ7
INTO CORRESPONDING FIELDS OF WA_DBERCHZ7
WHERE...

How to access SAP table DBERCHZ7

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