VDMKAL SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VDMKAL 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 "Change Document Structure; Generated by RSSCD000" 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_VDMKAL TYPE VDMKAL.

The VDMKAL table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include WERKS (Plant), VERID (Production Version), BDATU (Date validity ends), ADATU (Date for beginning of validity).. 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 VDMKAL 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
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
BDATUDate validity ends BDATUDATS8DATUM
ADATUDate for beginning of validity ADATUDATS8DATUMADT
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
PLNTYTask List Type PLNTYCHAR1PLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
MDV01Production line MDV01CHAR8Assigned to domainMDVXX
MDV02Planning identification 2 MDV02CHAR8Assigned to domainMDVXX
TEXT1Short text on the production version VERS_TEXTCHAR40TEXT40
EWAHRUsage Probability with Version Control CK_EWAHRDEC3CK_EWAHR
VERTODistribution key for quantity produced SA_VERTOCHAR4Assigned to domainSA_VERTL
SERKZRepetitive manufacturing allowed for version SA_VERSICHAR1XFELD
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
RGEKZIndicator: backflush for RS header SA_RGEKZCHAR1CO_RGEKZ
ALORTReceiving storage location for repetitive manufacturing ALORTCHAR4Assigned to domainLGORT
PLTYGTask List Type PLNTYCHAR1PLNTYPTYH_TCA01
PLNNGKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAGGroup Counter PLNALCHAR2ALPHAALTNRPAL
PLTYMTask List Type PLNTYCHAR1PLNTYPTYH_TCA01
PLNNMKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
ALNAMGroup Counter PLNALCHAR2ALPHAALTNRPAL
CSPLTApportionment Structure CSPLITCHAR4Assigned to domainCSPLIT
MATKOOther material for which BOM and task list are maintained MKAL_MATKOCHAR18Assigned to domainMATN1MATNR
ELPROProposed issue storage location for components SA_ELPROCHAR4Assigned to domainLGORT
PRVBEDefault supply area for components SA_PRVBECHAR10Assigned to domainPRVBEPVB
MKSPProduction version is locked MKSPCHAR1MKSP
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
MARAMEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
T001WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table VDMKAL

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