CKMLRUNPERIOD SAP (Material ledger costing run for one month) Table details

Dictionary Type: Table
Description: Material ledger costing run for one month




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




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

CKMLRUNPERIOD is a standard SAP Table which is used to store Material ledger costing run for one month data and is available within R/3 SAP systems depending on the version and release level.

The CKMLRUNPERIOD table consists of various fields, each holding specific information or linking keys about Material ledger costing run for one month data available in SAP. These include RUN_ID (Number of Costing Runs for Material Ledger), RUN_TYPE (Costing Run in Actual Costing), LAST_DAY (Last day of period), GJAHR (Fiscal Year).. 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: Can be enhanced (character-type)


SAP CKMLRUNPERIOD 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
RUN_IDNumber of Costing Runs for Material Ledger CKML_RUN_IDNUMC12CKML_RUN_ID
RUN_TYPECosting Run in Actual Costing CKML_RUN_TYPECHAR8Assigned to domainCKML_RUN_TYPECKML_RUN_TYPE
LAST_DAYLast day of period CKML_RUN_LAST_DAY_OF_PERIODDATS8DATUMCKML_RUN_LAST_DAY
GJAHRFiscal Year CKML_RUN_GJAHRNUMC4GJAHRGJAHRMLB
POPERPosting period CKML_RUN_POPERNUMC3POPERMLP
XSHIFTEDNon-calendar fiscal year determined CKML_XSHIFTED_GJAHRCHAR1BOOLE
LOEKZDeletion indicator for the ML costing run CKML_RUN_LOEKZCHAR1BOOLE
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
RCTIMETime of creation or time of last change CKML_RUN_RC_TIMETIMS6SYTIME
RCDATECreation date or date of last change CKML_RUN_RC_DATEDATS8SYDATS
MGTYPQuantity Structure Type CKML_MGTYPCHAR5CKMLMV006CKML_MGTYPCKML_MGTYP
APPLMaterial Ledger Costing Run Application CKML_RUN_APPLCHAR4CKML_RUN_APPL
UNTPERValue Structure Type CK_UNTPERNUMC3CK_UNTPER
FIRST_DAYFirst day of period CKML_RUN_FIRST_DAY_OF_PERIODDATS8DATUMCKML_RUN_FIRST_DAY
FROM_POPERInitial Period in a Cumulation CKML_RUN_POPER_BEGINNINGNUMC3POPER
FROM_GJAHRInitial Fiscal Year of a Cumulation CKML_RUN_GJAHR_BEGINNINGNUMC4GJAHRGJAHR
MGTYPZAdditional Quantity Structure Type CKML_MGTYPZCHAR5Assigned to domainCKML_MGTYP
KTEXTLong Name of a Costing Run CKML_RUN_TEXTCHAR80TEXT80
VERSN0Version for Price for Cumulation in Legal Valuation CKML_VERSN_LEGALCHAR3Assigned to domainALPHACOVERSI
VERSN1Version for Activity Price for Cumulation in Group Valuation CKML_VERSN_GROUPCHAR3Assigned to domainALPHACOVERSI
VERSN2Version for Price for Kumulation in Profit Center Valuation CKML_VERSN_PCCHAR3Assigned to domainALPHACOVERSI
PREV_RUN_IDRun previous to the current run CKML_PREV_RUNNUMC12Assigned to domainCKML_RUN_ID
PRKZGPrice Name for Ending Inventory/Balance Sheet Valuation CK_PRICE_KZGCHAR3TCKMLPR_EBCK_PRICE_KZG
BWSTRATPrice for Activity Valuation CK_BWSTRATCHAR1BWSTRAT
ERDIFFCumulation of Exchange Rate Differences CKML_ER_DIFFCHAR1CKML_ER_DIFF
.INCLU--AP 0
XPOSTINGIndicator: Valuation Relevant Run CK_AVR_POSTINGCHAR1BOOLE
XCREDITCCIndicator: Credit Cost Center using Closing Entry CK_AVR_CREDITCCCHAR1XFELD
CURTPCurrency Type and Valuation View CURTPCHAR2CURTP
AGGREGATIONAggregation was completed CK_AGGREGATIONCHAR1XFELD
KOMOKAccount Modification KOMOKCHAR3KOMOK
REVAL_CONSRun Relevant for Revaluation of Consumption CKMLAVR_REVAL_CONSCHAR1XFELD
XPCPRelevant for Costing CKMLAVR_PCPCHAR1XFELD
ACC_PRINCIPLEAccounting Principle ACCOUNTING_PRINCIPLECHAR4TACC_PRINCIPLEACCOUNTING_PRINCIPLEACCOUNTING_PRINCIPLE
PST_NO_DELTAAVR Posting Logic CKMLAVR_NO_DELTA_POSTINGCHAR1CKMLAVR_NO_DELTA_POSTING
PRELIMPRICEOrigin of Provisional Price for the Cumulation of the AVRs CKMLAVR_PRELIMPRICECHAR3CKMLAVR_PRELIMPRICE
WITH_SUCC_RUNPosting Connecting Run Exists CKMLAVR_POSTING_SUCCESSOR_RUNCHAR1BOOLE
WRITE_RUNSCALEUpdate of Price Differences in CKMLRUNSCALE CKMLAVR_WRITE_RUNSCALECHAR1BOOLE
XCOGM_RUNIndicator: Run for Parallel Cost of Goods Manufactured CKMLAVR_COGM_RUNCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKMLRUNPERIOD
INTO CORRESPONDING FIELDS OF WA_CKMLRUNPERIOD
WHERE...

How to access SAP table CKMLRUNPERIOD

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