CKIKALST SAP (Costing Levels in Product Costing) Structure details

Dictionary Type: Structure
Description: Costing Levels in Product Costing




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




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

CKIKALST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Costing Levels in Product Costing" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CKIKALST TYPE CKIKALST.

The CKIKALST table consists of various fields, each holding specific information or linking keys about Costing Levels in Product Costing data available in SAP. These include MANDT (Client), KALAID (Name of Costing Run), KALADAT (Costing Run Date), TVERS (Costing Version).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CKIKALST structure 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
KALAIDName of Costing Run CK_KALAIDCHAR8CHAR8KKFCKKAT
KALADATCosting Run Date CK_KALADATDATS8DATUMKK1
TVERSCosting Version CK_TVERSNUMC2CK_VERSIONVSN
KALSTCosting Level CK_KALSTNUMC4CK_KALST
AUFGELOESTLow-Level Code/Costing Level Already Exploded CK_AUFGELCHAR1XFELD
OBJ_A_ANZNumber of Objects That Can Be Costed CK_OBJANZINT410CK_INT4
OBJ_K_ANZNumber of Objects Costed CK_KALANZINT410CK_INT4
OBJ_R_ANZNumber of Costing Objects Without BOM (Material Components) CK_ROHANZINT410CK_INT4
FEH_STATUSCosting Status CK_FEH_STACHAR2CK_STATUSFEHSTA
FEH_A_ANZNo. System Messages in Selection/Qty Structure Determination CK_FEH_ANZINT410CK_INT4
FEH_K_ANZNumber of System Messages in Costing CK_FEH_ANKINT410CK_INT4
KALKKZCosting Level Anticipated for Cost Estimate CK_KALKKZCHAR1CHAR1
VORMKZCosting Level Marked for Release CK_VORMKZCHAR1CHAR1
FREIKZProceed with Release CK_FREIKZCHAR1CHAR1
FEH_STATUFCosting Status for Marked/Released Objects CK_FEH_STFCHAR2CK_STATUS
ERSTERField defined as in SY-TABIX TABIX_DINT410TABIX
LETZTERField defined as in SY-TABIX TABIX_DINT410TABIX
GELESENObjects Already Imported from Database CK_GELESENCHAR1XFELD
STRUNRStructure Number for Associated Costing Structure CK_STRUNRNUMC12CK_STRUNR
DISSTLow-Level Code DISSTCHAR3DISST
SELKZField for User Selection CK_SELKZ1CHAR1XFELD
OBJANZNumber of Objects Processed CK_ANZAHLINT410CK_INT4
FEHOBJANZNumber of Materials Processed with Errors CK_ANZOBJ_FEHINT410CK_INT4
MAXMSGTYPMaximum Message Type of Executed Action CK_MAXMSGTYPCHAR1SYCHAR01
AVANZNumber of Objects for Next Step in Costing Run (Worklist) CK_AVANZINT410CK_INT4
VOANZNumber of Marked Cost Estimates Overwritten by New Cost Ests CK_VOANZINT410CK_INT4

Key field Non-key field



How do I retrieve data from SAP structure CKIKALST using ABAP code?

As CKIKALST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CKIKALST as there is no data to select.

How to access SAP table CKIKALST

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