CKMLMV013 SAP (Assignment table: Process for production order) Table details

Dictionary Type: Table
Description: Assignment table: Process for production order




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




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

CKMLMV013 is a standard SAP Table which is used to store Assignment table: Process for production order data and is available within R/3 SAP systems depending on the version and release level.

The CKMLMV013 table consists of various fields, each holding specific information or linking keys about Assignment table: Process for production order data available in SAP. These include AUFNR (Order Number), AUTYP (Order category), KALNR_PROC (Production Process), PKOSA (Cost collector for production process PROCNR).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CKMLMV013 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUTYPOrder category AUFTYPNUMC2AUFTYP
KALNR_PROCProduction Process CKML_F_PROCNRNUMC12Assigned to domainCK_KALNRCKML_PROCNR
PKOSACost collector for production process PROCNR PKOSA_DCHAR12Assigned to domainALPHAAUFNR
AEDATChanged on CKML_AEDATDATS8DATUM
FLG_WBWGGoods movemeents have taken place CKML_FLG_WBWGCHAR1BOOLE
LOEKZDeletion indicator CKML_LOEKZCHAR1CHAR1
PRWRKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLWRKPlanning plant for the order CO_PWERKCHAR4Assigned to domainWERKS
PMATNMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
PROJNWork breakdown structure element (WBS element) PS_PSP_ELENUMC8Assigned to domainKONPRPS_POSNR
KDAUFSales order number CO_KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSSales order item CO_KDPOSNUMC6Assigned to domainPOSNRAUP
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLALAlternative BOM STALTCHAR2ALPHAALTNR
PLNTYTask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNALGroup Counter PLNALCHAR2ALPHAALTNRPAL
ERNAMCreated by CKML_ERNAMCHAR12USNAM
ERDATCreated on CKML_ERDATDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV013
INTO CORRESPONDING FIELDS OF WA_CKMLMV013
WHERE...

How to access SAP table CKMLMV013

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