MCEKS SAP (R/2 PURCHIS Data (Status: Last Data Transmission)) Table details

Dictionary Type: Table
Description: R/2 PURCHIS Data (Status: Last Data Transmission)




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




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

MCEKS is a standard SAP Table which is used to store R/2 PURCHIS Data (Status: Last Data Transmission) data and is available within R/3 SAP systems depending on the version and release level.

The MCEKS table consists of various fields, each holding specific information or linking keys about R/2 PURCHIS Data (Status: Last Data Transmission) data available in SAP. These include SSOUR (Statistic(s) origin), BUKRS (Company Code), EBELN (Purchase Order Number), EBELP (Item Number of Purchasing Document).. 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 MCEKS 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 MANDTCLNT3Assigned to domainMANDT
SSOURStatistic(s) origin SSOURCHAR4SSOUR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EBELNPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
EINDTItem Delivery Date EINDTDATS8DATUM
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
BUPERPosting period in the form YYYYMM BUPERACCP6BUPER
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MULKZMulti-indicator: material MULKZCHAR1MULKZ
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP
LOEKZDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
MENGEQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
UMREFConversion factor for quantity conversion MC_UMREFDEC9(5) KURSP
BRTWRGross order value in base unit of measure MC_BRTWRCURR15(2) WERTV8
NETWRNet purchase order value (base unit) MC_NETWRCURR15(2) WERTV8
WAERSPurchase order currency BSTWACUKY5Assigned to domainWAERS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
FFACTFactor for the 'From' Currency Units FFACTDEC9DEC9
REMNGQuantity invoiced REMNGQUAN13(3) MENG13
REWRTInvoice value in local currency REWRTCURR13(2) WRTV7
WEMNGQuantity of Goods Received WEMNGQUAN13(3) MENG13
BEDATPurchase Order Date BEDATDATS8DATUM
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
DLIFZMean average delivery time (R/2->R/3 link) MC_DLIFZDEC5(1) DEC4_1
ALIEFNumber of deliveries MC_ALIEFDEC9MCZAEHLER
WEABWQuantity of Goods Received WEMNGQUAN13(3) MENG13
MAHNZNumber of Reminders/Expediters MAHNZDEC3PACK2
SLFDTStatistics-Relevant Delivery Date SLFDTDATS8DATUM
LMEINBase Unit of Measure LAGMEUNIT3Assigned to domainCUNITMEINS
LAND1Country key of vendor MCLANDLCHAR3Assigned to domainLAND1LND
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO

Key field Non-key field



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

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

SELECT SINGLE *
FROM MCEKS
INTO CORRESPONDING FIELDS OF WA_MCEKS
WHERE...

How to access SAP table MCEKS

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