CKMLMV007R SAP (Name formation (naming rules)) Table details

Dictionary Type: Table
Description: Name formation (naming rules)




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




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

CKMLMV007R is a standard SAP Table which is used to store Name formation (naming rules) data and is available within R/3 SAP systems depending on the version and release level.

The CKMLMV007R table consists of various fields, each holding specific information or linking keys about Name formation (naming rules) data available in SAP. These include NRULE (Controlling Level Key), PTYP (Process Category (Procurement/Consumption)), FLG_PTYP (Process category forms part of name), FLG_FERTV (Production version forms part of name).. 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: Cannot Be Enhanced

Text table = CKMLMV007RT


SAP CKMLMV007R 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
NRULEControlling Level Key CKML_NAME_RULECHAR4CKML_NAME_RULE
PTYPProcess Category (Procurement/Consumption) CKML_PROZESS_TYPCHAR4CKMLMV009CKML_PROZESS_TYP
FLG_PTYPProcess category forms part of name CKML_FLG_PTYPCHAR1BOOLE
FLG_FERTVProduction version forms part of name CKML_FLG_FERTVCHAR1BOOLE
FLG_STUELIBill of material forms part of name CKML_FLG_STUELICHAR1BOOLE
FLG_STLANBill of material forms part of name CKML_FLG_STUELICHAR1BOOLE
FLG_STALTBill of material forms part of name CKML_FLG_STUELICHAR1BOOLE
FLG_APLANRouting forms part of name CKML_FLG_APLANCHAR1BOOLE
FLG_PLNTYRouting forms part of name CKML_FLG_APLANCHAR1BOOLE
FLG_PLNNRRouting forms part of name CKML_FLG_APLANCHAR1BOOLE
FLG_PLNALRouting forms part of name CKML_FLG_APLANCHAR1BOOLE
FLG_EKORGPurchasing organization froms part of name CKML_FLG_EKORGCHAR1BOOLE
FLG_LIEFVendor forms part of name CKML_FLG_LIEFCHAR1BOOLE
FLG_UMLWKReceiving plant forms part of name CKML_FLG_UMLWKCHAR1BOOLE
FLG_UMLMATransferred material forms part of name CKML_FLG_UMLMACHAR1BOOLE
FLG_PROJProject forms part of name CKML_FLG_PROJCHAR1BOOLE
FLG_KDAUFSales order stock forms part of name CKML_FLG_KDAUFCHAR1BOOLE
FLG_PWERKExternal plant forms part of name (plant without ML) CKML_FLG_PWERKCHAR1BOOLE
FLG_KOSTLCost center forms part of name CKML_FLG_KOSTLCHAR1BOOLE
FLG_KUNDECustomer forms part of name CKML_FLG_KUNDECHAR1BOOLE
FLG_KSTRGCost object forms part of name CKML_FLG_KSTRGCHAR1BOOLE
FLG_SAKNRName-Forming G/L Account CKML_FLG_SAKNRCHAR1BOOLE
FLG_OBJNRName-Forming CO Account Assignment CKML_FLG_OBJNRCHAR1BOOLE
FLG_PRCTRProfit Center Is Name-Forming CKML_FLG_PRCTRCHAR1BOOLE
FLG_GSBERBusiness Area Is Name-Forming CKML_FLG_GSBERCHAR1BOOLE
FLG_BUKRSCompany Code Is Name-Forming CKML_FLG_BUKRSCHAR1BOOLE
FLG_VBUNDTrading Partner Is Name-Forming CKML_FLG_VBUNDCHAR1BOOLE
SPEZ_NAMEUser-defined name for procure.alternatives/consumpt.alternat CKML_SPEZ_NAMECHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV007R
INTO CORRESPONDING FIELDS OF WA_CKMLMV007R
WHERE...

How to access SAP table CKMLMV007R

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