EHPRCD_COST SAP (Cost Monitoring) Table details

Dictionary Type: Table
Description: Cost Monitoring




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




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

EHPRCD_COST is a standard SAP Table which is used to store Cost Monitoring data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_COST table consists of various fields, each holding specific information or linking keys about Cost Monitoring data available in SAP. These include MANDT (Client), GUID (Globally Unique Identifier), RECNROOT (Sequential Number of Data Record), CRDAT (Creation 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: 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 or numeric)


SAP EHPRCD_COST 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
GUIDGlobally Unique Identifier GUIDRAW16
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
CRDATCreation Date EHPRC_CRDATDATS8DATUM
CRNAMCreation User EHPRC_CRNAMCHAR12USNAM
CRTSTMPCreation Time Stamp EHPRC_CRTSTMPDEC15TZNTSTMPS
UPDDATUpdate Date EHPRC_UPDDATDATS8DATUM
UPDNAMUpdate User EHPRC_UPDNAMCHAR12USNAM
UPDTSTMPUpdate Time Stamp EHPRC_UPDTSTMPDEC15TZNTSTMPS
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
LGENTLegal Entity EHPRC_LEGENTCHAR4EHPRCC_LGENTBUKRS
COST_CATEGORYCost Category EHPRC_COST_CATEGORYCHAR21EHPRC_PHR
COST_TYPECost Type EHPRC_COST_TYPECHAR21EHPRC_PHR
STATUSCost Status EHPRC_COST_STATUSCHAR21EHPRC_PHR
PLAN_COSTPlanned Cost EHPRC_COST_PLANNEDCURR11(2) WERT11V
PLAN_COST_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ACTUAL_COSTActual Cost EHPRC_COST_ACTUALCURR11(2) WERT11V
ACTUAL_COST_CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COST_DATEDate EHPRC_COST_DATEDATS8DATS
PARTNERBusiness Partner - Cost EHPRC_COST_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
PARTNER_SUPPLIERAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PARTNER_CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PARTNER_LGENTLegal Entity EHPRC_LEGENTCHAR4Assigned to domainBUKRS
REMARKRemark - Cost EHPRC_COST_REMARKCHAR255EHPRC_TXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_COST
INTO CORRESPONDING FIELDS OF WA_EHPRCD_COST
WHERE...

How to access SAP table EHPRCD_COST

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