CKPHS SAP (Control for Cost Object Category) Table details

Dictionary Type: Table
Description: Control for Cost Object Category




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




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

CKPHS is a standard SAP Table which is used to store Control for Cost Object Category data and is available within R/3 SAP systems depending on the version and release level.

The CKPHS table consists of various fields, each holding specific information or linking keys about Control for Cost Object Category data available in SAP. These include KTRAT (Cost Object Category), KTRTP (Cost object type), HIEKZ (With Hierarchy), VTLKZ (Distribution in Cost Object Hierarchy).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CKPST


SAP CKPHS 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
KTRATCost Object Category KK_KTRARTCHAR4KK_KTRARTKTA
KTRTPCost object type KK_KTRTYPNUMC2KK_KTRTYP
HIEKZWith Hierarchy HIBEACHAR1XFELD
VTLKZDistribution in Cost Object Hierarchy VTLKZCHAR1XFELD
AHZKZIndicator for Time-Dependent Cost object AHZKZCHAR1XFELD
ABWKZVariance Indicator ABWKNCHAR1XFELD
PLAKZCost Object Planning PLKKZCHAR1PLGKZ
WIPKZWIP (Work in Process) WIPKZCHAR1XFELD
KLAKZIndicator: Classification exists KLAKZCHAR1CHAR1
NUMKRNumber range NUMKRCHAR2CHAR2
KTRPRCost Object Profile KK_KTRPROFCHAR6TKKP1KK_KTRPROF
STSMAStatus Profile J_STSMACHAR8TJ20J_STSMA
MATKZIndicator: material allocation MATKZCHAR1FLAG
FVEKZProduction Version FVEKZCHAR1XFELD
PGZKZGroup Counter PGZKZCHAR1XFELD
PGRKZTask List Group PGRKZCHAR1XFELD
APLKZIndicator: Work center APZKZCHAR1APZKZ
AUTKZIndicator: Order AUTKZCHAR1XFELD
SAUKZRun Schedule Header SAUKZCHAR1XFELD
PSPKZIndicator: Project PSPKZCHAR1XFELD
SURKZOverhead on Cost Object SURKZCHAR1XFELD
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
SCOPEObject class (language-independent) SCOPECHAR2SCOPE
KTSKZAccount Assignment Block for Cost Object Categories KTSKZCHAR1XFLAG
VDSKZSummarization Block for Cost Object Categories VDSKZCHAR1XFLAG
KTRZBIndicator for Time Base of Cost Object KK_KTRZBCHAR1KK_KTRZB
KTRFTIndicator for Production Type in Cost Object Controlling KK_KTRFTCHAR1KK_KTRFT
KTRKACompatibility Flag Price Difference Settlement COC Hierarchy KK_KTRKACHAR1KK_KTRKA
PLINTIndicator 'Integrated Planning' for Cost Object Category PLINT_TCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKPHS
INTO CORRESPONDING FIELDS OF WA_CKPHS
WHERE...

How to access SAP table CKPHS

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