EKBE_MAV SAP (PO History Multi Acct Assignment for Transfer to Update Task) Structure details

Dictionary Type: Structure
Description: PO History Multi Acct Assignment for Transfer to Update Task




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




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

EKBE_MAV 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 "PO History Multi Acct Assignment for Transfer to Update Task" 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_EKBE_MAV TYPE EKBE_MAV.

The EKBE_MAV table consists of various fields, each holding specific information or linking keys about PO History Multi Acct Assignment for Transfer to Update Task data available in SAP. These include MANDT (Client), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), ZEKKN (Sequential Number of Account Assignment).. 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 EKBE_MAV 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 MANDTCLNT3Assigned to domainMANDT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
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
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
LFBNRDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
LFPOSItem of a Reference Document LFPOSNUMC4MBLPO
PACKNOPackage Number of Service PACKNO_EKBENUMC10Assigned to domainPACKNO
INTROWLine Number of Service INTROW_EKBENUMC10INTROW
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
SHARE_FQuantity Share Account Assignment Line for Item SHARE_FFLTP16(16)
MENGE_FQuantity (Floating Point Number - Internal Field) MENGE_FFLTP16(16)
BPMNG_FQuantity (Floating Point Number - Internal Field) MENGE_FFLTP16(16)
MENGEQuantity MENGE_DQUAN13(3) MENG13
BPMNGQuantity in purchase order price unit MENGE_BPRQUAN13(3) MENG13
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
DMBT2Amount in First ML Currency DMBT2CURR13(2) WERT7
DMBT3Amount in Second ML Currency DMBT3CURR13(2) WERT7
AREWRGR/IR account clearing value in local currency AREWRCURR13(2) WERT7
AREWWClearing value on GR/IR clearing account (transac. currency) AREWWCURR13(2) WERT7
AREWBClearing Value on GR/IR Account in PO Currency AREWBCURR13(2) WERT7
AREW2Clearing Value on GR/IR Account in First ML Currency AREW2CURR13(2) WERT7
AREW3Clearing Value on GR/IR Account in Second ML Currency AREW3CURR13(2) WERT7
REEWRInvoice Value Entered (in Local Currency) REEWRCURR13(2) WRTV7
REFWRInvoice value in foreign currency REFWRCURR13(2) WRTV7
REWRBInvoice Amount in PO Currency REWRBCURR13(2) WERT7
KUDIFExchange Rate Difference Amount KUDIFCURR13(2) WERT7
KUDIF2Exchange Rate Difference Amount KUDIFCURR13(2) WERT7
KUDIF3Exchange Rate Difference Amount KUDIFCURR13(2) WERT7
CURTP2Currency Type and Valuation View CURTPCHAR2CURTP
CURTP3Currency Type and Valuation View CURTPCHAR2CURTP
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
XUNPLUnplanned Account Assignment from Invoice Verification XUNPLCHAR1XFELD
BEKKNNumber of PO Account Assignment BEKKNNUMC2NUM02
WESBB_FQuantity (Floating Point Number - Internal Field) MENGE_FFLTP16(16)
MENGE_PFQuantity (Floating Point Number - Internal Field) MENGE_FFLTP16(16)
XWOFFCalculation of val. open XWOFFCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table EKBE_MAV

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