DBERDL SAP (Print Document Line Items) Table details

Dictionary Type: Table
Description: Print Document Line Items




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




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

DBERDL is a standard SAP Table which is used to store Print Document Line Items data and is available within R/3 SAP systems depending on the version and release level.

The DBERDL table consists of various fields, each holding specific information or linking keys about Print Document Line Items data available in SAP. These include PRINTDOC (Number of print document), PRINTDOCLINE (Billing line item for billing documents), REFDOCSOURCE (Origin of source document), REFDOCSOURCEKEYA (Main key of source document).. 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 DBERDL 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
REFDOCSOURCEOrigin of source document ISU_REFDOCSOURCECHAR1ISU_REFDOCSOURCE
REFDOCSOURCEKEYAMain key of source document ISU_REFDOCSOURCEKEYACHAR20
REFDOCSOURCEKEYBService key of source document ISU_REFDOCSOURCEKEYBCHAR6
BELZARTLine Item Type BELZARTCHAR6TE835BELZARTISU_BELZART
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SPARTEDivision SPARTECHAR2TSPASPARTSPA
KTOSLTransaction Key KTOSLCHAR3CHAR3
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BUCHRELBilling Line Item Relevant to Posting BUCHRELCHAR1KENNZX
BRUTTOZEILEBlling line item is a gross line item BRUTTOZEILECHAR1KENNZX
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
APERIODICNon-Periodic Posting APERIODICCHAR1KENNZX
XTOTAL_AMNTConsider Items in Bill Sum Total XTOTAL_AMNTCHAR1E_XTOTAL_AMNT
NETTOBTRNet amount of billing line item NETTOBTRCURR13(2) WRTV7
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SBETWTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
SKTOWCash discount amount in transaction currency with +/- sign SKTOW_KKCURR13(2) WRTV7
TWAERSTransaction Currency TWAERSCUKY5TCURCWAERSPCU
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
ERMWSKZIndicator: Tax Determination Code ERMWSKZCHAR2Assigned to domainERMWSKZ
STPRZTax rate in output format STEUERSATZCHAR8CHAR8
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TXDAT_KKDecisive Date for Calculating Taxes TXDAT_KKDATS8DATUM
HVORGMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4TFKTVOTVORG_KK
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
ABPOPBELBudget billing plan ABPLANNRCHAR12Assigned to domainALPHAOPBEL_KKOP1EABP
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CA_OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
LINESORTPresorting of billing line items in billing schema LINESORTCHAR4Assigned to domainLINESORT
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
TAXRATE_INTERNALTax rate STPRZ_KKNUMC6STPRZ_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBERDL
INTO CORRESPONDING FIELDS OF WA_DBERDL
WHERE...

How to access SAP table DBERDL

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