CKPH SAP (Master Record: Cost Object ID Number) Table details

Dictionary Type: Table
Description: Master Record: Cost Object ID Number




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




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

CKPH is a standard SAP Table which is used to store Master Record: Cost Object ID Number data and is available within R/3 SAP systems depending on the version and release level.

The CKPH table consists of various fields, each holding specific information or linking keys about Master Record: Cost Object ID Number data available in SAP. These include KSTRG (Cost Object), DATBI (Valid To Date), DATAB (Valid-From Date), KOKRS (Controlling Area).. 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: Can be enhanced (character-type)


SAP CKPH 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
KSTRGCost Object KSTRGCHAR12KSTRGKTR
DATBIValid To Date DATBIDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
UEKTRCO-PC: Higher-level cost object CO_UKSTRCHAR12Assigned to domainKSTRG
KTRTYCost object type KK_KTRTYPNUMC2KK_KTRTYP
VAKTRPerson Responsible for Cost Object KK_VAKTRCHAR20KK_VAKTR
LTEXTIndicator: Text exists KTR_LTEXTCHAR1XFELD
ERNAMCreated by KTR_ERNAMCHAR12USNAM
ERDATCreated on KTR_ERDATDATS8DATUM
AENAMLast changed by KTR_AENAMCHAR12USNAM
AEDATChanged on KTR_AEDATDATS8DATUM
KSTATCost Object Status KK_KSTATNUMC2KK_KSTAT
STDATDate of last status change KK_STDATDATS8DATUM
LOEKZDeletion Flag KTR_LOEKZCHAR1XFELD
OBJWRCurrency Key OWAERCUKY5TCURCWAERSOWS
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMCosting sheet KTR_KALSMCHAR6T683KALSM
ZSCHLOverhead key KTR_ZSCHLCHAR6CHAR6
AWOBAVariances: Object Type AWOBACHAR2Assigned to domainJ_OBARTKVO
AWSLSVariance Key AWSLSCHAR6TKV01AWSLS
FCPMGDistribution Key SPREDCHAR4T821SSPREDGSP
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SAPRLRelease the document as it was last saved KK_SAPRLCHAR4CHAR4
KTRATCost Object Category KK_KTRARTCHAR4Assigned to domainKK_KTRARTKTA
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KLVARCosting Variant CK_KLVARCHAR4TCK03KLVARKRT
LOEKENNZDeletion Indicator KTR_LOEKNZCHAR1XFELD
KTRZBIndicator for Time Base of Cost Object KK_KTRZBCHAR1KK_KTRZB
.INCLU--AP 0
FERC_INDRegulatory indicator FE_INDCHAR4FERC_C7ALPHAFE_IND

Key field Non-key field



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

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

SELECT SINGLE *
FROM CKPH
INTO CORRESPONDING FIELDS OF WA_CKPH
WHERE...

How to access SAP table CKPH

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