CKMLMV009 SAP (Process Catagory) Table details

Dictionary Type: Table
Description: Process Catagory




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




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

CKMLMV009 is a standard SAP Table which is used to store Process Catagory data and is available within R/3 SAP systems depending on the version and release level.

The CKMLMV009 table consists of various fields, each holding specific information or linking keys about Process Catagory data available in SAP. These include FLG_ZUGANG (Receipts), FLG_MSTUF (Multi-level process), FLG_DEFVER (Default procurement / usage), FLG_MASK (Masking).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CKMLMV009T


SAP CKMLMV009 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
PTYPProcess Category (Procurement/Consumption) CKML_PROZESS_TYPCHAR4CKML_PROZESS_TYP
FLG_ZUGANGReceipts CKML_FLG_ZUGANGCHAR1BOOLE
FLG_MSTUFMulti-level process CKML_FLG_MSTUFCHAR1BOOLE
FLG_DEFVERDefault procurement / usage CKML_FLG_DEFVERSCHAR1BOOLE
FLG_MASKMasking CKML_FLG_MASKCHAR1BOOLE
PTYP_PARPartner - process category CKML_PAR_PROZESS_TYPCHAR4CKMLMV009CKML_PROZESS_TYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV009
INTO CORRESPONDING FIELDS OF WA_CKMLMV009
WHERE...

How to access SAP table CKMLMV009

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