THMHRC_HR_STR SAP (E-HA: Customizing Hedge Strategy) Table details

Dictionary Type: Table
Description: E-HA: Customizing Hedge Strategy




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




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

THMHRC_HR_STR is a standard SAP Table which is used to store E-HA: Customizing Hedge Strategy data and is available within R/3 SAP systems depending on the version and release level.

The THMHRC_HR_STR table consists of various fields, each holding specific information or linking keys about E-HA: Customizing Hedge Strategy data available in SAP. These include HRSTRATEGY (E-HA: Hedge Strategy), ASSESS_TYPE (Assessment type), ASS_CALC_TYPE (Calculation type), MES_CALC_TYPE (Calculation type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = THMHRC_HR_STRT


SAP THMHRC_HR_STR 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
HRSTRATEGYE-HA: Hedge Strategy THM_HRSTRATEGYNUMC4THM_HRSTRATEGY
ASSESS_TYPEAssessment type THM_ASSESSMENT_TYPENUMC2THMT_ASS_TYPESTHM_ASSESSMENT_TYPE
ASS_CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
MES_CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
SHORTCUTShortcut Method THM_SHORTCUTCHAR1THM_FLAG
PROSPECTIVEDetails on the prospective assessment analysis THM_DEFAULT_PROSPECTIVENUMC2THM_DEFAULT_PROSPECTIVE
CF_CATMethod of ineffectiveness measurement THM_CASH_FLOW_EFF_CATINT13THM_CASH_FLOW_EFF_CAT
RETROSPECTDetails on the retrospective assessment analysis THA_DEFAULT_RETROSPECTIVECHAR2THA_DEFAULT_RETROSPECTIVE
PROS_CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
DATA_POINTSNumber of Data Points TMF_NO_OF_POINTSINT410
SLICE_TYPETime Slicing Type TMF_SLICE_TYPENUMC1TMF_SLICE_TYPE
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
HOL_MOVE_TYPEHoliday Movement Type TMF_HOL_MOVE_TYPENUMC1TMF_HOL_MOVE_TYPE
FP_CALC_METHODCalculation Method for expected forward price of exposure THM_FP_CALC_METHODCHAR1THM_FP_CALC_METHOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM THMHRC_HR_STR
INTO CORRESPONDING FIELDS OF WA_THMHRC_HR_STR
WHERE...

How to access SAP table THMHRC_HR_STR

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