CKMLHD_AGGR SAP (Material Ledger: Header Record) Table details

Dictionary Type: Table
Description: Material Ledger: Header Record




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




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

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

The CKMLHD_AGGR table consists of various fields, each holding specific information or linking keys about Material Ledger: Header Record data available in SAP. These include KALN1 (Cost Estimate Number for Cost Est. w/o Qty Structure), MLAST (Material Price Determination: Control), XABRECH (Movements have Occurred Since the Last Price Determination), ABRECHDAT (Date of Last Successful Price Determination).. 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 CKMLHD_AGGR 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
KALN1Cost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
MLASTMaterial Price Determination: Control CK_ML_ABSTCHAR1CK_ML_ABST
XABRECHMovements have Occurred Since the Last Price Determination CK_XABRECHCHAR1XFELD
ABRECHDATDate of Last Successful Price Determination CK_ABRDATDATS8SYDATS
XABRERRObsolete CKML_D_NOTUSED_CHAR1CHAR1CHAR1
ABRECHUHRTime of Last Sucessful Price Determination CK_ABRUHRTIMS6SYTIME
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
XOBEWVendor Stock Valuation Indicator XOBEWCHAR1XFELD
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLHD_AGGR
INTO CORRESPONDING FIELDS OF WA_CKMLHD_AGGR
WHERE...

How to access SAP table CKMLHD_AGGR

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