KALD SAP (Costing Run: Low-Level Codes) Table details

Dictionary Type: Table
Description: Costing Run: Low-Level Codes




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




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

KALD is a standard SAP Table which is used to store Costing Run: Low-Level Codes data and is available within R/3 SAP systems depending on the version and release level.

The KALD table consists of various fields, each holding specific information or linking keys about Costing Run: Low-Level Codes data available in SAP. These include KALAID (Name of Costing Run), KALADAT (Costing Run Date), TVERS (Costing Version), DISST (Low-Level Code).. 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 KALD 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
DISSTLow-Level Code DISSTCHAR3DISST
SELKZField for User Selection CK_SELKZ1CHAR1XFELD
AUFGELOESTLow-Level Code/Costing Level Already Exploded CK_AUFGELCHAR1XFELD
OBJ_A_ANZNumber of Objects Processed CK_ANZAHLINT410CK_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
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 KALD using ABAP code

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

SELECT SINGLE *
FROM KALD
INTO CORRESPONDING FIELDS OF WA_KALD
WHERE...

How to access SAP table KALD

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