BAPIEKBEADDON SAP (Additional Data of Transfer Structure for PO History) Structure details

Dictionary Type: Structure
Description: Additional Data of Transfer Structure for PO History




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




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

BAPIEKBEADDON 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 "Additional Data 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_BAPIEKBEADDON TYPE BAPIEKBEADDON.

The BAPIEKBEADDON table consists of various fields, each holding specific information or linking keys about Additional Data 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 BAPIEKBEADDON 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
QUANTITYPurchase Order Quantity BSTMGQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3Assigned to domainISOCD_UNIT
DLV_QTY_STOCKActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
DLV_QTYActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BAPIEKBEADDON

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