CKMLMV004 SAP (Process model: Withdrawals) Table details

Dictionary Type: Table
Description: Process model: Withdrawals




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




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

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

The CKMLMV004 table consists of various fields, each holding specific information or linking keys about Process model: Withdrawals data available in SAP. These include MGTYP (Quantity Structure Type), GJAHR (Fiscal Year), PERIO (Posting period), WERKS (Plant).. 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 CKMLMV004 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_MGTYPCHAR5Assigned to domainCKML_MGTYPCKML_MGTYP
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPosting period POPERNUMC3POPERPOPR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
KALNR_INMATCost Estimate Number - Product Costing CK_KALNR1NUMC12Assigned to domainCK_KALNRKNE
KALNR_PRZProcurement Process CKML_N_PROCNRNUMC12Assigned to domainCK_KALNR
OTYP_INMATObject Type CKML_OTYPCHAR2CKML_OTYP
OTYP_PRZObject Type CKML_OTYPCHAR2CKML_OTYP
BWKEYValuation Area BWKEYCHAR4Assigned to domainBWKEYBWK
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
IN_MENGEWithdrawal quantity CKML_INMENGEQUAN15(3) MENGV8
IN_MENGE_FIXFixed withdrawl quantity (planned quantity structure) CKML_MENGE_FIXQUAN15(3) MENGV8
LAST_PDAYLast day of period CKML_RUN_LAST_DAY_OF_PERIODDATS8DATUMCKML_RUN_LAST_DAY

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLMV004
INTO CORRESPONDING FIELDS OF WA_CKMLMV004
WHERE...

How to access SAP table CKMLMV004

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