CKMLMV006 SAP (Control data for the quantity structure types) Table details

Dictionary Type: Table
Description: Control data for the quantity structure types




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




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

CKMLMV006 is a standard SAP Table which is used to store Control data for the quantity structure types data and is available within R/3 SAP systems depending on the version and release level.

The CKMLMV006 table consists of various fields, each holding specific information or linking keys about Control data for the quantity structure types data available in SAP. These include MGTYP (Quantity Structure Type), MGKAT (Quantity Structure Category), FLG_MODIFY (Quantity structure modifiable), ZEIT_STRG (Control of time dependency).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CKMLMV006T


SAP CKMLMV006 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
MGTYPQuantity Structure Type CKML_MGTYPCHAR5CKML_MGTYPCKML_MGTYP
MGKATQuantity Structure Category CKML_MGKATCHAR1CKML_MGKAT
FLG_MODIFYQuantity structure modifiable CKML_FLG_MGMODIFYCHAR1BOOLE
ZEIT_STRGControl of time dependency CKML_ZEIT_STRGCHAR1CKML_ZEIT_STRG
PRZPFGActivate percent validation for mixed costing CKML_FLG_PRZPFGCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV006
INTO CORRESPONDING FIELDS OF WA_CKMLMV006
WHERE...

How to access SAP table CKMLMV006

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