THAHRT_EFF_HEAD SAP (Effectiveness test result header) Table details

Dictionary Type: Table
Description: Effectiveness test result header




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




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

THAHRT_EFF_HEAD is a standard SAP Table which is used to store Effectiveness test result header data and is available within R/3 SAP systems depending on the version and release level.

The THAHRT_EFF_HEAD table consists of various fields, each holding specific information or linking keys about Effectiveness test result header data available in SAP. These include EFF_TEST_ID (Globally Unique Identifier), BUKRS (Company Code), VAL_AREA (Valuation Area), DEAL_NUMBER (Financial Transaction).. 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 THAHRT_EFF_HEAD 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
EFF_TEST_IDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VAL_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
HR_VERSIONVersion of the hedging relationship THM_HR_VERSIONNUMC3THM_HR_VERSION
VAL_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
EFF_TEST_TYPEEffectiveness Test Type THA_EFF_TEST_TYPECHAR2THA_EFF_TEST_TYPE
R2Correlation Coefficient TMF_R2DEC30(10) TMF_VARIABLES
SLOPESlope TMF_CBETA2DEC27(7) TMF_COEFFICIENT
INTERCEPTAxis intercept TMF_CBETA1DEC27(7) TMF_COEFFICIENT
T_STATISTICT Statistic of Slope TMF_SLOTSTATDEC30(10) TMF_VARIABLES
EFF_RATIOEffectiveness ratio THM_EFFECTIVENESS_RATIODEC10(7) DECV3_7

Key field Non-key field



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

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

SELECT SINGLE *
FROM THAHRT_EFF_HEAD
INTO CORRESPONDING FIELDS OF WA_THAHRT_EFF_HEAD
WHERE...

How to access SAP table THAHRT_EFF_HEAD

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