MERE_OUTTAB_MKVZE 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_MKVZE
Related tables to MERE_OUTTAB_MKVZE
Access table MERE_OUTTAB_MKVZE




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

MERE_OUTTAB_MKVZE 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_MKVZE TYPE MERE_OUTTAB_MKVZE.

The MERE_OUTTAB_MKVZE 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 (Account Number of Vendor or Creditor), NAME1 (Name of vendor), STRAS (House number and street), LAND1 (Country Key).. 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_MKVZE 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
STATUS_ICONProcessing Status MEREP_ICON_STATUSCHAR40
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
NAME1Name of vendor NAME1_LICHAR35NAME
STRASHouse number and street STRAS_GPCHAR35TEXT35
LAND1Country Key LAND1_GPCHAR3Assigned to domainLAND1C_LAND1
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
KTOKKVendor account group KTOKKCHAR4Assigned to domainKTOKKKGK
SORTLSort field SORTLCHAR10CHAR10
SPERMCentrally imposed purchasing block SPERM_XCHAR1XFELD
SPERQFunction That Will Be Blocked QSPERRFKTCHAR2Assigned to domainQSPERRFKT
LOEVMCentral Deletion Flag for Master Record LOEVM_XCHAR1XFELD
XCPDKIndicator: Is the account a one-time account? XCPDKCHAR1XFELD
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKOTXDescription of Purchasing Organization EKOTXCHAR20TEXT20
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
SPERM_LFM1Purchasing block at purchasing organization level SPERM_MCHAR1XFELD
LOEVM_LFM1Delete flag for vendor at purchasing level LOEVM_MCHAR1XFELD
MINBW_OLDMinimum order value MINBWCURR13(2) WERT7
WAERS_OLDPurchase order currency BSTWACUKY5Assigned to domainWAERS
MINBW_NEWMinimum order value MINBWCURR13(2) WERT7
WAERS_NEWPurchase order currency BSTWACUKY5Assigned to domainWAERS
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_MKVZE using ABAP code?

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

How to access SAP table MERE_OUTTAB_MKVZE

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