KALS SAP (Costing Run: Costing Levels) Table details

Dictionary Type: Table
Description: Costing Run: Costing Levels




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




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

KALS is a standard SAP Table which is used to store Costing Run: Costing Levels data and is available within R/3 SAP systems depending on the version and release level.

The KALS table consists of various fields, each holding specific information or linking keys about Costing Run: Costing Levels data available in SAP. These include KALAID (Name of Costing Run), KALADAT (Costing Run Date), TVERS (Costing Version), KALST (Costing Level).. 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 KALS 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
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM KALS
INTO CORRESPONDING FIELDS OF WA_KALS
WHERE...

How to access SAP table KALS

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