MKAL SAP (Production Versions of Material) Table details

Dictionary Type: Table
Description: Production Versions of Material




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




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

MKAL is a standard SAP Table which is used to store Production Versions of Material data and is available within R/3 SAP systems depending on the version and release level.

The MKAL table consists of various fields, each holding specific information or linking keys about Production Versions of Material data available in SAP. These include MATNR (Material Number), WERKS (Plant), VERID (Production Version), BDATU (Run-time end: production version).. 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 MKAL 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_DCHAR4T001WWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4VERIDVER
BDATURun-time end: production version BDATMDATS8DATUM
ADATUValid-from date of production version ADATMDATS8DATUM
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1T416STLANCSV
PLNTYTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
MDV01Production line for repetitive manufacturing SA_LINE1CHAR8ARBPLAGRRMLINE
MDV02Planning identification MDVCHAR8T437PMDVXX
TEXT1Short text on the production version VERS_TEXTCHAR40TEXT40
EWAHRUsage Probability with Version Control CK_EWAHRDEC3CK_EWAHR
VERTODistribution key for quantity produced SA_VERTOCHAR4T437VSA_VERTL
SERKZRepetitive manufacturing allowed for version SA_VERSICHAR1XFELD
BSTMILower value of the lot-size interval SA_LOSVNQUAN13(3) MENG13
BSTMAUpper value of the lot-size interval SA_LOSBSQUAN13(3) MENG13
RGEKZIndicator: backflush for RS header SA_RGEKZCHAR1CO_RGEKZ
ALORTReceiving storage location for repetitive manufacturing ALORTCHAR4T001LLGORT
PLTYGTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
PLNNGKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAGGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLTYMTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
PLNNMKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAMGroup Counter PLNALCHAR2ALPHAALTNRPAL
CSPLTApportionment Structure CSPLITCHAR4MAKVCSPLIT
MATKOOther material for which BOM and task list are maintained MKAL_MATKOCHAR18MARAMATN1MATNR
ELPROProposed issue storage location for components SA_ELPROCHAR4T001LLGORT
PRVBEDefault supply area for components SA_PRVBECHAR10Assigned to domainPRVBEPVB
PRFG_FCheck status of production version PRFG_FCHAR1PRFG
PRDATDate of last check of production version MKPRDATDATS8DATUM
MKSPProduction version is locked MKSPCHAR1MKSP
PRFG_RRate-based planning - Check status of production version PRFG_RCHAR1PRFG
PRFG_GPreliminary planning - Check status of production version PRFG_GCHAR1PRFG
PRFG_SBOM - check status of production version PRFG_SCHAR1PRFG
UCMATReference Material for Original Batches VBOB_OB_RFMATCHAR18Assigned to domainMATN1MATNRMAT1
.INCLU--AP 0
PPEGUIDInternal Identification for PVS Objects PVS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM MKAL
INTO CORRESPONDING FIELDS OF WA_MKAL
WHERE...

How to access SAP table MKAL

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