BAPIEKBE_MA SAP (Transfer Structure for PO History Account Assignment Level) Structure details

Dictionary Type: Structure
Description: Transfer Structure for PO History Account Assignment Level




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




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

BAPIEKBE_MA 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 "Transfer Structure for PO History Account Assignment Level" 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_BAPIEKBE_MA TYPE BAPIEKBE_MA.

The BAPIEKBE_MA table consists of various fields, each holding specific information or linking keys about Transfer Structure for PO History Account Assignment Level 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: Can be enhanced (character-type or numeric)


SAP BAPIEKBE_MA 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
REF_DOC_YRFiscal Year of a Reference Document LFBJANUMC4GJAHRGJAHR
REF_DOCDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
REF_DOC_ITItem of a Reference Document LFPOSNUMC4MBLPO
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
QUANTITY_FQuantity (Floating Point Number - Internal Field) MENGE_FFLTP16(16)
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
VAL_LOCCURAmount in local currency VAL_LOCCURRDEC23(4) BAPICURR
VAL_FORCURAmount in document currency VAL_FORCURRDEC23(4) BAPICURR
CL_VAL_LOCGR/IR account clearing value in local currency CLEAR_VALDEC23(4) BAPICURR
IVVAL_LOCEntered invoice value in local currency IVVAL_LOCDEC23(4) BAPICURR
IVVAL_FOREntered invoice value in foreign currency IVVAL_FORDEC23(4) BAPICURR
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ

Key field Non-key field



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

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

How to access SAP table BAPIEKBE_MA

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