HRHCP_S_DET_COST_DATA SAP (Cost Data) Structure details

Dictionary Type: Structure
Description: Cost Data




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




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

HRHCP_S_DET_COST_DATA 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 "Cost Data" 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_HRHCP_S_DET_COST_DATA TYPE HRHCP_S_DET_COST_DATA.

The HRHCP_S_DET_COST_DATA table consists of various fields, each holding specific information or linking keys about Cost Data data available in SAP. These include RUNID (Planning Run Number), VIEW_OTYPE (Object Type), VIEW_OBJID (Object Key), VIEW_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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP HRHCP_S_DET_COST_DATA 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
RUNIDPlanning Run Number HCP_PRUNNUMC10NUMC10
VIEW_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
VIEW_OBJIDObject Key HCP_VIEW_OBJIDCHAR20HCP_VIEW_OBJID
VIEW_KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
VIEW_STEXTObject Name STEXTCHAR40TEXT40
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OTYPE_TEXTObject Type Text OTEXTCHAR25TEXT25
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
STEXTObject Name STEXTCHAR40TEXT40
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD
PROZTAssignment Percentage HCP_REL_PERCENTAGEDEC8(2) HCP_REL_PERCENTAGE
CITEMCost Item HCP_COSTITEMCHAR4Assigned to domainHCP_COSTITEM
CITEM_TEXTName HCP_TEXTCHAR40TEXT40
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNITTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
UNIT_TEXTText (20 Characters) TEXT20CHAR20TEXT20
RATEAmount per Unit HCP_RATECURR15(2) PRBETPE
NUMBER_OBJECTSNumber of Objects HCP_NUMBER_OBJECTSCHAR10HCP_NUMBER_OBJECTS
BET_M1Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M1Number HCP_NUMBERDEC15(2) PRANZHL
BET_M2Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M2Number HCP_NUMBERDEC15(2) PRANZHL
BET_M3Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M3Number HCP_NUMBERDEC15(2) PRANZHL
BET_M4Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M4Number HCP_NUMBERDEC15(2) PRANZHL
BET_M5Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M5Number HCP_NUMBERDEC15(2) PRANZHL
BET_M6Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M6Number HCP_NUMBERDEC15(2) PRANZHL
BET_M7Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M7Number HCP_NUMBERDEC15(2) PRANZHL
BET_M8Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M8Number HCP_NUMBERDEC15(2) PRANZHL
BET_M9Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M9Number HCP_NUMBERDEC15(2) PRANZHL
BET_M10Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M10Number HCP_NUMBERDEC15(2) PRANZHL
BET_M11Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M11Number HCP_NUMBERDEC15(2) PRANZHL
BET_M12Amount HCP_AMOUNTCURR15(2) PRBETRG
ANZ_M12Number HCP_NUMBERDEC15(2) PRANZHL
TOT_BETAmount HCP_AMOUNTCURR15(2) PRBETRG
TOT_ANZNumber HCP_NUMBERDEC15(2) PRANZHL
COBJ_IMAGEIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
SNAMEEmployee's Name (Sortable by LAST NAME FIRST NAME) SMNAMCHAR30CHAR30

Key field Non-key field



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

As HRHCP_S_DET_COST_DATA 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 HRHCP_S_DET_COST_DATA as there is no data to select.

How to access SAP table HRHCP_S_DET_COST_DATA

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