MKAL_EXPAND SAP (For Buffer and Internal Tables of Production Version) Structure details

Dictionary Type: Structure
Description: For Buffer and Internal Tables of Production Version




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




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

MKAL_EXPAND 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 "For Buffer and Internal Tables of Production Version" 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_MKAL_EXPAND TYPE MKAL_EXPAND.

The MKAL_EXPAND table consists of various fields, each holding specific information or linking keys about For Buffer and Internal Tables of Production Version data available in SAP. These include MANDT (Client), MATNR (Material Number), WERKS (Plant), VERID (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MKAL_EXPAND 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
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
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DATUVValid-From Date DATUVDATS8DATUM
DATUBValid-to date DATUBDATS8DATUM
ANDATDate record created on ANDATDATS8DATUM
ANNAMUser who created record ANNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
VBKZUpdate indicator VBKZCHAR1VERBUCHER
MARKIndicator: posting line selected? MARKCHAR1XFELD
ZAEHLCount parameters NUMC4NUMC4NUMC4
REMStatus indicator of run schedule header in prod. version FV_STATS_REMCHAR1FV_VB_FLAG
RECIPEStatus indicator for recipe in production version FV_STATS_RECIPECHAR1FV_VB_FLAG
NEW_AENRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PRFG_XCheck status of production version PRFG_FCHAR1PRFG
MESSAGEDisplay Whether Message Exists FV_STATS_MEASSAGECHAR1FV_VB_FLAG
EXT_SCREEN_SETSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table MKAL_EXPAND

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