THAHRT_EFF_DATA SAP (Data points for the Effectiveness test) Table details

Dictionary Type: Table
Description: Data points for the Effectiveness test




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




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

THAHRT_EFF_DATA is a standard SAP Table which is used to store Data points for the Effectiveness test data and is available within R/3 SAP systems depending on the version and release level.

The THAHRT_EFF_DATA table consists of various fields, each holding specific information or linking keys about Data points for the Effectiveness test data available in SAP. These include EFF_TEST_ID (Globally Unique Identifier), DATAPOINTNUM (Effectiveness Test Datapoint Number), TEST_DATE_START (Date of calculation), TEST_DATE_END (Date of calculation).. 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_DATA 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_GUIDRAW16THAHRT_EFF_HEADSYSUUID
DATAPOINTNUMEffectiveness Test Datapoint Number THA_TEST_NUMBERINT410THA_TEST_NUMBER
TEST_DATE_STARTDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
TEST_DATE_ENDDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
SCENARIOScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
CURRENCY_DELTACurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DELTA_DERIVDelta in derivative cash flows THM_DELTA_DERIVATIVECURR17(2) WERTV9
SUM_DELTA_DERIVSum of delta in derivatives cash flows THM_SUM_DELTA_DERIVATIVECURR17(2) WERTV9
DELTA_HEDGEDelta in hedge item cash flows THM_DELTA_HEDGECURR17(2) WERTV9
SUM_DELTA_HEDGESum of delta in hedge item cash flows THM_SUM_DELTA_HEDGECURR17(2) WERTV9
LOGUUIDE-HA: Detail Log UUID THA_LOGUUIDRAW16UUID
LOG_ARCHIVEDHas the log been archived? THA_LOG_ARCHIVEDCHAR1FLAG
ARCHIVE_NAMEKey for Archive File ARKEYCHAR20ARKEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM THAHRT_EFF_DATA
INTO CORRESPONDING FIELDS OF WA_THAHRT_EFF_DATA
WHERE...

How to access SAP table THAHRT_EFF_DATA

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