EKBEX SAP (Checkbox Bar of Transfer Structure for PO History) Structure details

Dictionary Type: Structure
Description: Checkbox Bar of Transfer Structure for PO History




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




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

EKBEX 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 "Checkbox Bar of Transfer Structure for PO History" 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_EKBEX TYPE EKBEX.

The EKBEX table consists of various fields, each holding specific information or linking keys about Checkbox Bar of Transfer Structure for PO History data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ZEKKN (Sequential Number of Account Assignment), VGABE (Transaction/event type, purchase order history).. 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: Not classified


SAP EKBEX 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
MANDTClient MANDTCLNT3T000MANDT
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
VGABETransaction/event type, purchase order history VGABECHAR1VGABE
GJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
BELNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
BUZEIItem in Material Document MBLPONUMC4MBLPOPOS
BEWTPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BWARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BPMNGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DMBTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WRBTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WAERSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AREWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WESBSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BPWESUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SHKZGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BWTARUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ELIKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XBLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LFGJAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LFBNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LFPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GRUNDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CPUDTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CPUTMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REEWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EVEREUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REFWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WERKSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XWSBRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ETENSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KNUMVUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MWSKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LSMNGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LSMEHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EMATNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AREWWUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HSWAEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BAMNGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHARGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BLDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XWOFFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
XUNPLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SRVPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PACKNOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INTROWUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BEKKNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

As EKBEX 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 EKBEX as there is no data to select.

How to access SAP table EKBEX

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