MERE_OUTTAB_ME3P 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_ME3P
Related tables to MERE_OUTTAB_ME3P
Access table MERE_OUTTAB_ME3P




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

MERE_OUTTAB_ME3P 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_ME3P TYPE MERE_OUTTAB_ME3P.

The MERE_OUTTAB_ME3P 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 BSART (Purchasing Document Type), LIFNR (Vendor Account Number), NAME1 (Name of vendor), EKGRP (Purchasing Group).. 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_ME3P 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BSARTPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name of vendor NAME1_LICHAR35NAME
EKGRPPurchasing Group BKGRPCHAR3Assigned to domainEKGRPEKG
BEDATPurchasing Document Date EBDATDATS8DATUM
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
TXZ01Short Text TXZ01CHAR40TEXT40
NETPR_OLDNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
WAERS_OLDCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_OLDPrice Unit EPEINDEC5DEC5
BPRME_OLDOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
NETPR_NEWNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
WAERS_NEWCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_NEWPrice Unit EPEINDEC5DEC5
BPRME_NEWOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
TEXT_NEWShort Text TXZ01CHAR40TEXT40
AZEKORGReporting in Purchasing: Number of Purchasing Organizations MERE_AZEKORGINT410INT4
STATUSGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table MERE_OUTTAB_ME3P

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