EKBEDATA_MA SAP (History for Purchasing Document w. Multiple Acct Assignment) Structure details

Dictionary Type: Structure
Description: History for Purchasing Document w. Multiple Acct Assignment




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




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

EKBEDATA_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 "History for Purchasing Document w. Multiple Acct Assignment" 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_EKBEDATA_MA TYPE EKBEDATA_MA.

The EKBEDATA_MA table consists of various fields, each holding specific information or linking keys about History for Purchasing Document w. Multiple Acct Assignment data available in SAP. These include LFBNR (Document No. of a Reference Document), LFPOS (Item of a Reference Document), PACKNO (Package Number of Service), INTROW (Line Number of Service).. 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 EKBEDATA_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
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

Key field Non-key field



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

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

How to access SAP table EKBEDATA_MA

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