MERE_OUTTAB_ME2O SAP (Output Table: List Displays in Purchasing) Structure details

Dictionary Type: Structure
Description: Output Table: List Displays in Purchasing




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




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

MERE_OUTTAB_ME2O 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 "Output Table: List Displays in Purchasing" 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_MERE_OUTTAB_ME2O TYPE MERE_OUTTAB_ME2O.

The MERE_OUTTAB_ME2O table consists of various fields, each holding specific information or linking keys about Output Table: List Displays in Purchasing data available in SAP. These include LIFNR (Vendor Account Number), MATNR (Material Number), MAKTX (Material Description (Short Text)), WERKS (Plant).. 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 MERE_OUTTAB_ME2O 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
SELKZSelection flag SELKZCHAR1SELKZ
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
ETYPEReporting in Purchasing: Line Type MERE_ETYPECHAR1
ETTXTReporting in Purchasing: Description of Totals Line MERE_ETTXTCHAR40TEXT40
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
ICON_EXPIcon for List Output in Purchasing: Show/Hide MERE_ICON_EXPCHAR40
MENGEReporting in Purchasing: Quantity Requirement or Receipt MERE_MENGEQUAN13(3) MENG13
LAGMEBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
ERFMGReporting in Purchasing: Available Stock of Mat. with Vendor MERE_ERFMGQUAN13(3) MENG13
ERFMEBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
ICON_SIGNIcon for List Output in Purchasing: Plus/Minus MERE_ICON_SIGNCHAR40
EBDATPurchasing Document Date EBDATDATS8DATUM
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
EINDTItem Delivery Date EINDTDATS8DATUM
NAME1Name NAME1CHAR30TEXT30
ORT01City ORT01CHAR25TEXT25
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VSTELProposed shipping point VSTEDCHAR4Assigned to domainVSTEL
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
SERNPSerial Number Profile SERAILCHAR4Assigned to domainSERAIL
LBLFADelivery Type for Materials Provided to Subcontractor LBLFACHAR4Assigned to domainLFART
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
ESTKZCreation Indicator (Purchase Requisition/Schedule Lines) ESTKZCHAR1ESTKZ
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
XDETAILGeneral Flag FLAGCHAR1FLAG
KOPKZGeneral Flag FLAGCHAR1FLAG
AZPOSNo. of Positions MEREP_AZPOSINT410
BDTERRequirement Date for the Component BDTERDATS8DATUM

Key field Non-key field



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

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

How to access SAP table MERE_OUTTAB_ME2O

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