EKBO SAP (Index of Docs. for Price Determ./Updating, Subsequent Sett.) Table details

Dictionary Type: Table
Description: Index of Docs. for Price Determ./Updating, Subsequent Sett.




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




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

EKBO is a standard SAP Table which is used to store Index of Docs. for Price Determ./Updating, Subsequent Sett. data and is available within R/3 SAP systems depending on the version and release level.

The EKBO table consists of various fields, each holding specific information or linking keys about Index of Docs. for Price Determ./Updating, Subsequent Sett. data available in SAP. These include KNUMH (Condition record number), KOPOS (Sequential number of the condition), BUDAT (Date of LIS update (subsequent settlement)), EBELN (Document number of update-relevant 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)


SAP EKBO 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
KNUMHCondition record number KNUMHCHAR10KNUMB
KOPOSSequential number of the condition KOPOSNUMC2NUM02
BUDATDate of LIS update (subsequent settlement) FODATDATS8DATUM
EBELNDocument number of update-relevant document BELNR_NTRCHAR10Assigned to domainALPHAEBELN
EBELPItem number of document relevant to cum. updating process POSNR_NTRNUMC6NUMC6
BELNRNumber of a document (updating of business volumes) FBLNRCHAR10ALPHABELNR
BUZEIDocument item (updating of cum. vendor business volumes) FBLPONUMC6NUMC6
LIFNRPartner (Vendor or Customer) Business Volume Relevant Doc. BOPAR_EKBOCHAR10Assigned to domainALPHALIFNR
MATNRMaterial Number Sales-Relevant Document MATNR_EKBOCHAR18Assigned to domainMATN1MATNRMATMAT1
BLTYPNDocument category price determination (subseq. settlement) BLTYPNCHAR2BLTYPN
BLTYPFDoc. type: updating of vendor business volumes BLTYPFCHAR2BLTYPF
ETENRDelivery Schedule Line Counter FETENNUMC4Assigned to domainEETEN
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
GJAHRDocument year: updating of business volumes FJAHRNUMC4GJAHRGJAHR

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKBO
INTO CORRESPONDING FIELDS OF WA_EKBO
WHERE...

How to access SAP table EKBO

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