KALSTAT SAP (Costing Run: Statistical Info for Separate Steps) Table details

Dictionary Type: Table
Description: Costing Run: Statistical Info for Separate Steps




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




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

KALSTAT is a standard SAP Table which is used to store Costing Run: Statistical Info for Separate Steps data and is available within R/3 SAP systems depending on the version and release level.

The KALSTAT table consists of various fields, each holding specific information or linking keys about Costing Run: Statistical Info for Separate Steps data available in SAP. These include KALAID (Name of Costing Run), KALADAT (Costing Run Date), TVERS (Costing Version), KALASTEP (Costing Run: Step for Costing Run).. 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 KALSTAT 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
KALASTEPCosting Run: Step for Costing Run CK_KALASTEPCHAR2CK_KALASTEP
KALSTCosting Level CK_KALSTNUMC4CK_KALST
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
REPVARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
REPIDABAP Program Name REPIDCHAR40PROGNAME
AVANZNumber of Objects for Next Step in Costing Run (Worklist) CK_AVANZINT410CK_INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM KALSTAT
INTO CORRESPONDING FIELDS OF WA_KALSTAT
WHERE...

How to access SAP table KALSTAT

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