CKMLMV003 SAP (Process model: Receipts / mixing strategies) Table details

Dictionary Type: Table
Description: Process model: Receipts / mixing strategies




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




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

CKMLMV003 is a standard SAP Table which is used to store Process model: Receipts / mixing strategies data and is available within R/3 SAP systems depending on the version and release level.

The CKMLMV003 table consists of various fields, each holding specific information or linking keys about Process model: Receipts / mixing strategies data available in SAP. These include MGTYP (Quantity Structure Type), GJAHR (Fiscal Year), PERIO (Posting period), KALNR_IN (Procurement Process).. 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: Not classified


SAP CKMLMV003 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_MGTYPCHAR5CKMLMV006CKML_MGTYPCKML_MGTYP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPosting period POPERNUMC3POPERPOPR
KALNR_INProcurement Process CKML_N_PROCNRNUMC12Assigned to domainCK_KALNR
KALNR_BALProcurement alternative CKML_N_BALTNRNUMC12Assigned to domainCK_KALNR
KALNR_OUTCost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
OTYP_INObject Type CKML_OTYPCHAR2CKML_OTYP
OTYP_OUTObject Type CKML_OTYPCHAR2CKML_OTYP
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
OUT_MENGEQuantity of goods received CKML_OUTMENGEQUAN15(3) MENGV8
MISCH_VERHMixing Ratio CK_CROSSRDEC13(3) DEC10_3
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LAST_PDAYLast day of period CKML_RUN_LAST_DAY_OF_PERIODDATS8DATUMCKML_RUN_LAST_DAY
.INCLU-_PC 0
STLAN_PCBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLAL_PCAlternative BOM STALTCHAR2ALPHAALTNR
LOSGR_PCLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
ALDAT_PCQuantity Structure Date for Costing CK_BRDATDATS8CK_KADAT
MEINS_PCUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
BWVAR_PCValuation Variant in Costing CK_BWVARCHAR3Assigned to domainCK_BWVARBWV
BWDAT_PCValuation Date of a Cost Estimate CK_BWDATDATS8CK_KADAT
PLSCN_PCPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
STATISTIC_PCStatistical Entry (Production Plan) CKML_FLG_STATISTIC_MIXCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV003
INTO CORRESPONDING FIELDS OF WA_CKMLMV003
WHERE...

How to access SAP table CKMLMV003

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