MERE_OUTTAB_MKVZ 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_MKVZ
Related tables to MERE_OUTTAB_MKVZ
Access table MERE_OUTTAB_MKVZ




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

MERE_OUTTAB_MKVZ 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_MKVZ TYPE MERE_OUTTAB_MKVZ.

The MERE_OUTTAB_MKVZ 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 NAME1 (Name of vendor), STRAS (House number and street), LAND1 (Country Key), PSTLZ (Postal Code).. 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_MKVZ 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
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
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
SPERM_LFM1Purchasing block at purchasing organization level SPERM_MCHAR1XFELD
LOEVM_LFM1Delete flag for vendor at purchasing level LOEVM_MCHAR1XFELD
MINBWMinimum order value MINBWCURR13(2) WERT7
WAERSPurchase order currency BSTWACUKY5Assigned to domainWAERS
VERKFResponsible Salesperson at Vendor's Office EVERKCHAR30TEXT30
TELF1Vendor's telephone number TELFECHAR16TEXT16
EKORZReference Purchasing Organization WEKORGCHAR4Assigned to domainEKORGEKO
AZEKORGReporting in Purchasing: Number of Purchasing Organizations MERE_AZEKORGINT410INT4

Key field Non-key field



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

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

How to access SAP table MERE_OUTTAB_MKVZ

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