DBERCHR SAP (Discnt for Bill.Line Item) Table details

Dictionary Type: Table
Description: Discnt for Bill.Line Item




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




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

DBERCHR is a standard SAP Table which is used to store Discnt for Bill.Line Item data and is available within R/3 SAP systems depending on the version and release level.

The DBERCHR table consists of various fields, each holding specific information or linking keys about Discnt for Bill.Line Item data available in SAP. These include BELNR (Number of a billing document), BELZEILE (Billing line item for billing documents), RABLFDNR (Consecutive no. of discount for document line item), RABZUS (Discount key).. 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 DBERCHR 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
RABLFDNRConsecutive no. of discount for document line item RABLFDNRNUMC3LFDNR3
RABZUSDiscount key RABZUSCHAR10Assigned to domainALPHARABZUSRBZ
RABTYPDiscount category RABTYPCHAR1RABTYP
BZGBASISDiscount Reference Base BZGBASISCHAR1BZGBASIS
RABARTDiscount type RABARTCHAR1RABART
RABPROZPercentage rate for discount/surcharge RABPROZDEC10(6) RABPROZ
RABMENGEDiscount/surcharge quantity RABMENGEDEC14(6) ABRMENGE
RABPREISPrice for discount/surcharge RABPREISDEC17(9) RABPREIS
RABLEISTUNGDiscount/surcharge demand RABLEISTUNGDEC14(6) ABRMENGE
TIMBASISTime Basis TIMBASISCHAR3TIMBASIS
TIMTYPTime category (days or months) TIMTYPCHAR1TIMTYP
V_ALTWERTPlaces before decimal point in old value (before discount) V_ALTWERTDEC17V_ALTWERT
N_ALTWERTPlaces after decimal point in old value (before discount) N_ALTWERTDEC14(14) N_ALTWERT
V_NEUWERTPlaces before decimal point in new value (after discount) V_NEUWERTDEC17V_NEUWERT
N_NEUWERTPlaces after decimal point in new value (after discount) N_NEUWERTDEC14(14) N_NEUWERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERCHR
INTO CORRESPONDING FIELDS OF WA_DBERCHR
WHERE...

How to access SAP table DBERCHR

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