WPMKAL SAP (Extended MKAL Structure (Engineering Change Management)) Structure details

Dictionary Type: Structure
Description: Extended MKAL Structure (Engineering Change Management)




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




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

WPMKAL 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 "Extended MKAL Structure (Engineering Change Management)" 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_WPMKAL TYPE WPMKAL.

The WPMKAL table consists of various fields, each holding specific information or linking keys about Extended MKAL Structure (Engineering Change Management) data available in SAP. These include UTIME (Time of Last Change), AENNR (Change Number), CHGFLAG (POS interface: flag for certain field changes), MANDT (Client).. 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: Not classified


SAP WPMKAL 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
DATUMPOS interface: date WJDPOSDATDATS8DATUM
UTIMETime of Last Change UTIMETIMS6UZEIT
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
CHGFLAGPOS interface: flag for certain field changes WJDPOSFLAGCHAR1X
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

Key field Non-key field



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

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

How to access SAP table WPMKAL

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