KREPCKPH SAP (Structure for cost object report) Structure details

Dictionary Type: Structure
Description: Structure for cost object report




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




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

KREPCKPH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for cost object report" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KREPCKPH TYPE KREPCKPH.

The KREPCKPH table consists of various fields, each holding specific information or linking keys about Structure for cost object report data available in SAP. These include MANDT (Client), KSTRG (Cost Object), DATBI (Valid To Date), DATAB (Valid-From Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KREPCKPH structure 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 KSTRGCHAR12Assigned to domainKSTRGKTR
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
KTEXTDescription AUFTEXTCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure KREPCKPH using ABAP code?

As KREPCKPH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KREPCKPH as there is no data to select.

How to access SAP table KREPCKPH

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