MKOP SAP (Consignment Price Segment) Table details

Dictionary Type: Table
Description: Consignment Price Segment




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




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

MKOP is a standard SAP Table which is used to store Consignment Price Segment data and is available within R/3 SAP systems depending on the version and release level.

The MKOP table consists of various fields, each holding specific information or linking keys about Consignment Price Segment data available in SAP. These include MATNR (Material Number), WERKS (Plant), LIFNR (Account Number of Vendor or Creditor), LVORM (Deletion Flag for All Data on a Consignment Material).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MKOP table 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4MARCWERKSWRKH_T001W_C
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
LVORMDeletion Flag for All Data on a Consignment Material LVOKPCHAR1XFELD
ERSDACreated On ERSDADATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
LAEDADate of Last Change LAEDADATS8DATUM
KONPRConsignment price KONPRCURR11(2) WERT11
KOPEIPrice unit for consignment price KOPEIDEC5DEC5
ZKPRSFuture price for vendor consignment material PRZLKCURR11(2) WERT11
ZKDATDate as of which the price is valid DZKDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table MKOP using ABAP code

The following ABAP code Example will allow you to do a basic selection on MKOP to SELECT all data from the table
DATA: WA_MKOP TYPE MKOP.

SELECT SINGLE *
FROM MKOP
INTO CORRESPONDING FIELDS OF WA_MKOP
WHERE...

How to access SAP table MKOP

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