CKML2 SAP (Material Ledger Header Record (Release 3.xx)) Table details

Dictionary Type: Table
Description: Material Ledger Header Record (Release 3.xx)




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




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

CKML2 is a standard SAP Table which is used to store Material Ledger Header Record (Release 3.xx) data and is available within R/3 SAP systems depending on the version and release level.

The CKML2 table consists of various fields, each holding specific information or linking keys about Material Ledger Header Record (Release 3.xx) data available in SAP. These include KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), MATLED (Material ledger type), BWKEY (Valuation Area), BWTAR (Valuation Type).. 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 CKML2 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 MANDTCLNT3T000MANDT
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
MATLEDMaterial ledger type CK_MATLEDCHAR4TCKM1CK_MATLED
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
XABRECHMovements have Occurred Since the Last Price Determination CK_XABRECHCHAR1XFELD
ABRECHDATDate of Last Successful Price Determination CK_ABRDATDATS8SYDATS
XABRERRIndicates that error(s) occurred during last price determ. CK_XABRERRCHAR1CK_XERROR
XSPRSID: standard cost estimate marked CK_XSPRSCHAR1XFELD
SPRSDATDate from which planned S-price is to be valid CK_SPRSDATDATS8SYDATS
SPRSDAT_2Date from which planned S-price is to be valid CK_SPRSDATDATS8SYDATS
SPRSDAT_3Date from which planned S-price is to be valid CK_SPRSDATDATS8SYDATS
XZPRSIndicates that future price has been set CK_XZPRSCHAR1XFELD
ZPRSDATDate from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
ZPRSDAT_2Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
ZPRSDAT_3Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
ZPLPR_1Future planned price DZPLPRCURR11(2) WERT11
ZPLPR_2Future planned price DZPLPRCURR11(2) WERT11
ZPLPR_3Future planned price DZPLPRCURR11(2) WERT11
ZKPRS_1Future price DZKPRSCURR11(2) WERT11
ZKPRS_2Future price DZKPRSCURR11(2) WERT11
ZKPRS_3Future price DZKPRSCURR11(2) WERT11
ABRECHUHRTime of Last Sucessful Price Determination CK_ABRUHRTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKML2
INTO CORRESPONDING FIELDS OF WA_CKML2
WHERE...

How to access SAP table CKML2

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