EKBZDATA SAP (Delivery Costs for Purchasing Document) Structure details

Dictionary Type: Structure
Description: Delivery Costs for Purchasing Document




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




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

EKBZDATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Delivery Costs for Purchasing Document" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EKBZDATA TYPE EKBZDATA.

The EKBZDATA table consists of various fields, each holding specific information or linking keys about Delivery Costs for Purchasing Document data available in SAP. These include BUDAT (Posting Date in the Document), MENGE (Quantity), DMBTR (Amount in Local Currency), WRBTR (Amount in document currency).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EKBZDATA structure 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
BEWTPPO history category BEWTPCHAR1T163BBEWTP
BUDATPosting Date in the Document BUDATDATS8DATUM
MENGEQuantity MENGE_DQUAN13(3) MENG13
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
AREWRGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
FRBNRNumber of Bill of Lading at Time of Goods Receipt FRBNR1CHAR16XBLNR1
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
REEWRInvoice Value Entered (in Local Currency) REEWRCURR13(2) WRTV7
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
AREWWClearing value on GR/IR clearing account (transac. currency) AREWWCURR13(2) WERT7
HSWAELocal currency key HSWAECUKY5TCURCWAERS
VNETWNet value of condition (predefined externally) VNETWRCURR13(2) WERT7
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
SHKKODebit/Credit Indicator SHKZGCHAR1SHKZG
AREWBClearing Value on GR/IR Account in PO Currency AREWBCURR13(2) WERT7
REWRBInvoice Amount in PO Currency REWRBCURR13(2) WERT7
SAPRLSAP Release SAPRLCHAR4SAPRL
MENGE_POPQuantity MENGE_DQUAN13(3) MENG13
DMBTR_POPAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTR_POPAmount in document currency WRBTRCURR13(2) WERT7
BPMNG_POPQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
AREWR_POPGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
KUDIFExchange Rate Difference Amount KUDIFCURR13(2) WERT7
XMACCMultiple Account Assignment XMACCCHAR1CHAR1
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP

Key field Non-key field



How do I retrieve data from SAP structure EKBZDATA using ABAP code?

As EKBZDATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EKBZDATA as there is no data to select.

How to access SAP table EKBZDATA

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