DBERDLB SAP (Reference of a Print Doc. Line Item to a Bill.Doc. Line Item) Table details

Dictionary Type: Table
Description: Reference of a Print Doc. Line Item to a Bill.Doc. Line Item




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




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

DBERDLB is a standard SAP Table which is used to store Reference of a Print Doc. Line Item to a Bill.Doc. Line Item data and is available within R/3 SAP systems depending on the version and release level.

The DBERDLB table consists of various fields, each holding specific information or linking keys about Reference of a Print Doc. Line Item to a Bill.Doc. Line Item data available in SAP. These include PRINTDOC (Number of print document), PRINTDOCLINE (Billing line item for billing documents), BILLDOC (Number of a billing document), BILLDOCLINE (Billing line item for billing documents).. 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 DBERDLB 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
PRINTDOCNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
PRINTDOCLINEBilling line item for billing documents BELZEILENUMC6LFDNR6
BILLDOCNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
BILLDOCLINEBilling line item for billing documents BELZEILENUMC6LFDNR6
HVORGMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XTOTAL_AMNTConsider Items in Bill Sum Total XTOTAL_AMNTCHAR1E_XTOTAL_AMNT
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ABPOPBELBudget billing plan ABPLANNRCHAR12Assigned to domainALPHAOPBEL_KKOP1EABP
SPARTEDivision SPARTECHAR2TSPASPARTSPA
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
NETTOBTRNet amount of billing line item NETTOBTRCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERDLB
INTO CORRESPONDING FIELDS OF WA_DBERDLB
WHERE...

How to access SAP table DBERDLB

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