CKMLLACR SAP (ML Activity Type: Period Record/Currency Record) Table details

Dictionary Type: Table
Description: ML Activity Type: Period Record/Currency Record




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




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

CKMLLACR is a standard SAP Table which is used to store ML Activity Type: Period Record/Currency Record data and is available within R/3 SAP systems depending on the version and release level.

The CKMLLACR table consists of various fields, each holding specific information or linking keys about ML Activity Type: Period Record/Currency Record data available in SAP. These include KALNR (Cost Estimate Number for Cost Est. w/o Qty Structure), BDATJ (Posting Date YYYY), POPER (Posting period), UNTPER (Value Structure 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 CKMLLACR 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
BDATJPosting Date YYYY BDATJNUMC4GJAHRGJAHRBDTJ
POPERPosting period POPERNUMC3POPERPOPR
UNTPERValue Structure Type CK_UNTPERNUMC3CK_UNTPER
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
TOGBTRBasic Rate - Total CKML_PRICECURR11(2) WERTV6
TOFBTRFixed Basic Rate CKML_PRICE_FIXCURR11(2) WERTV6
TOGBTRDPrice Variance for Each Unit of Measure TOGDELTACURR11(2) WERTV6
TOEPrice Units in Object Currency TOEXXXNUMC5TOEXXX
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TOGBTR_SBasic Rate - Total CKML_PRICECURR11(2) WERTV6
TOFBTR_SFixed Basic Rate CKML_PRICE_FIXCURR11(2) WERTV6
TOGBTRD_SPrice Variance for Each Unit of Measure TOGDELTACURR11(2) WERTV6
TOE_SPrice Units in Object Currency TOEXXXNUMC5TOEXXX
WAERS_SCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BWSTRATStrategy for Determining an Allocation Price BWSTRATCHAR1BWSTRAT
NO_SETTLEInd.: Do Not Take Activity Type into Account Upon Pr. Determ CKML_NO_SETTLECHAR1XFELD
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLLACR
INTO CORRESPONDING FIELDS OF WA_CKMLLACR
WHERE...

How to access SAP table CKMLLACR

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