BAPIEKBEX 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 BAPIEKBEX
Related tables to BAPIEKBEX
Access table BAPIEKBEX




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

BAPIEKBEX 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_BAPIEKBEX TYPE BAPIEKBEX.

The BAPIEKBEX 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 SERIAL_NO (Sequential Number of Account Assignment), PROCESS_ID (Transaction/event type, purchase order history), DOC_YEAR (Material Document Year), MAT_DOC (Number of Material 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIEKBEX 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
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SERIAL_NOSequential Number of Account Assignment DZEKKNNUMC2NUM02
PROCESS_IDTransaction/event type, purchase order history VGABECHAR1VGABE
DOC_YEARMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MAT_DOCNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MATDOC_ITMItem in Material Document MBLPONUMC4MBLPOPOS
HIST_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOVE_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PSTNG_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VAL_LOCCURUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VAL_FORCURUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CURRENCYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CL_VAL_LOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BLOCKED_QYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BL_QTYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DB_CR_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VAL_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NO_MORE_GRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_DOC_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_DOC_YRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_DOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REF_DOC_ITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MOVE_REASUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ENTRY_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ENTRY_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IVVAL_LOCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IVVAL_FORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATERIALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONF_SERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONDITIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TAX_CODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_QTYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_UNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_MATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOC_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BATCHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DOC_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CURRENCY_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOC_CURR_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_UNIT_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATERIAL_EXTERNALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATERIAL_GUIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATERIAL_VERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_MAT_EXTERNALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_MAT_GUIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUR_MAT_VERSIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPIEKBEX

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