MEPOACCOUNTING_DATAX SAP (Acct Assgt Structure for Ext. Purch. Docs (and Requisitions)) Structure details

Dictionary Type: Structure
Description: Acct Assgt Structure for Ext. Purch. Docs (and Requisitions)




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




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

MEPOACCOUNTING_DATAX 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 "Acct Assgt Structure for Ext. Purch. Docs (and Requisitions)" 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_MEPOACCOUNTING_DATAX TYPE MEPOACCOUNTING_DATAX.

The MEPOACCOUNTING_DATAX table consists of various fields, each holding specific information or linking keys about Acct Assgt Structure for Ext. Purch. Docs (and Requisitions) data available in SAP. These include LOEKZ (Updated information in related user data field), AEDAT (Updated information in related user data field), MENGE (Updated information in related user data field), VPROZ (Updated information in related user data field).. 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 MEPOACCOUNTING_DATAX 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
ZEXKNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOEKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AEDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MENGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VPROZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NETWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SAKTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GSBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOSTLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBELNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VBELPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VETENUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANLN1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANLN2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUFNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WEMPFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ABLADUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOKRSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KSTRGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PAOBJNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRCTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PS_PSP_PNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NPLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUFPLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IMKEYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APLZLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VPTNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FIPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RECIDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FISTLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GEBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FKBERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DABRZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUFPL_ORDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APLZL_ORDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MWSKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TXJCDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NAVNWUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LSTARUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRZNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBLNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KBLPOSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VORNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DUMMYCheckbox XFELDCHAR1XFELD
BUDGET_PDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AA_FINAL_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AA_FINAL_REASONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
.INCLU--AP 0
FM_SPLIT_BATCHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FM_SPLIT_BEGRUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table MEPOACCOUNTING_DATAX

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