CKMLAB01Z SAP (Material Update Structure (Line Assignment)) Table details

Dictionary Type: Table
Description: Material Update Structure (Line Assignment)




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




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

CKMLAB01Z is a standard SAP Table which is used to store Material Update Structure (Line Assignment) data and is available within R/3 SAP systems depending on the version and release level.

The CKMLAB01Z table consists of various fields, each holding specific information or linking keys about Material Update Structure (Line Assignment) data available in SAP. These include ASCHEMA (Material Update Structure), PTYP (Process Category (Procurement/Consumption)), BEWARTGRP (Movement Type Group for ML Update), KATEGORIE (Category in Material Update Structure).. 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


SAP CKMLAB01Z 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
ASCHEMAMaterial Update Structure CKML_ASCHEMACHAR4CKMLAB01CKML_ASCHEMA
PTYPProcess Category (Procurement/Consumption) CKML_PROZESS_TYPCHAR4CKMLMV009CKML_PROZESS_TYP
BEWARTGRPMovement Type Group for ML Update CKML_MLBWGCHAR2CKMLMV010CKML_MLBWG
KATEGORIECategory in Material Update Structure CKML_KATEGORIECHAR2CKML_KATEGORIE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLAB01Z
INTO CORRESPONDING FIELDS OF WA_CKMLAB01Z
WHERE...

How to access SAP table CKMLAB01Z

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