MEPO1340GRID SAP (Confirmation Grid Control Structure) Structure details

Dictionary Type: Structure
Description: Confirmation Grid Control Structure




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




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

MEPO1340GRID 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 "Confirmation Grid Control Structure" 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_MEPO1340GRID TYPE MEPO1340GRID.

The MEPO1340GRID table consists of various fields, each holding specific information or linking keys about Confirmation Grid Control Structure data available in SAP. These include ETENS (Sequential Number of Vendor Confirmation), EBTYP (Confirmation Category), LPEIN (Category of Delivery Date), EINDT (Item Delivery Date).. 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 (Deep)


SAP MEPO1340GRID 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
OBJREF 0
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
EBTYPConfirmation Category EBTYPCHAR2Assigned to domainEBTYP
LPEINCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
EINDTItem Delivery Date EINDTDATS8DATUM
ELPEICategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
EEINDDelivery Date EEINDCHAR10CHAR10
UZEITDelivery Date Time-Spot in Vendor Confirmation BBUZETIMS6UZEIT
MENGEQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
NETPRConfirmed Price CPREISCURR11(2) WERTV6
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference Document Number (for Dependencies see Long Text) XBLNR_LONGCHAR35XBLNR_LONG
CRDATCreation Date of Confirmation CCRDTCHAR10CHAR10
ERDATCreation Date of Confirmation BBERDDATS8DATUM
EZEITTime at Which Vendor Confirmation was Created BBEZETIMS6UZEIT
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
VBELPDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
DABMGQuantity Reduced (MRP) DABMGQUAN13(3) MENGE
KZDISIndicator: Confirmation is Relevant to Materials Planning KZDISCHAR1XFELD
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
ESTKZCreation Indicator: Vendor Confirmation BBESTCHAR1BBEST
CELL_LAYOUT 0
ALV_DATA_CHANGEDBoolean type MMPUR_BOOLCHAR1CHAR1
EDITIn Process ICON_EDITCHAR40
STATUSICONStatus icon STATUSICONCHAR60
MECONFDUMMYBoolean type MMPUR_BOOLCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table MEPO1340GRID

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