THAS_EFF_TEST_OUTPUT SAP (Output structure for the Effectiveness test) Structure details

Dictionary Type: Structure
Description: Output structure for the Effectiveness test




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




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

THAS_EFF_TEST_OUTPUT 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 "Output structure for the Effectiveness test" 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_THAS_EFF_TEST_OUTPUT TYPE THAS_EFF_TEST_OUTPUT.

The THAS_EFF_TEST_OUTPUT table consists of various fields, each holding specific information or linking keys about Output structure for the Effectiveness test data available in SAP. These include VALUATION_AREA (Valuation Area), DEAL_NR (Financial Transaction), HEDGE_ID (Identification Number of Hedge Item), HR_VERSION (Version of the hedging relationship).. 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 THAS_EFF_TEST_OUTPUT 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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
DEAL_NRFinancial 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
CALC_TYPECalculation type THM_CALC_TYPECHAR3Assigned to domainTHM_CALC_TYPE
EFF_TEST_TYPEEffectiveness Test Type THA_EFF_TEST_TYPECHAR2THA_EFF_TEST_TYPE
EFF_TEST_METHODEffectiveness Test Method Category THA_EFF_TEST_METHODCHAR2THA_EFF_TEST_METHOD
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
CALC_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
TEST_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
SZENA_FROMScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
SZENA_TOScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
EFF_RATIOText (12 characters) TEXT12CHAR12TEXT12
F_STATISTICF Statistic TMF_FSTATDEC30(10) TMF_VARIABLES
SLOPESlope TMF_CBETA2DEC27(7) TMF_COEFFICIENT
INTERCEPTAxis intercept TMF_CBETA1DEC27(7) TMF_COEFFICIENT
INTERCEPT_RATIOIntercept Ratio TPM_INTERCEPT_RATIODEC27(7) TPM_INTERCEPT_RATIO
T_STATISTICT Statistic of Slope TMF_SLOTSTATDEC30(10) TMF_VARIABLES
R_SQUARECorrelation Coefficient TMF_R2DEC30(10) TMF_VARIABLES
EFFECTIVECharacter field of length 40 CHAR40CHAR40CHAR40
TOTAL_EFFECTIVECharacter field of length 40 CHAR40CHAR40CHAR40
DELTA_DERIVATIVEDelta 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
CURR_DERIVATIVECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
LOGUUIDE-HA: Detail Log UUID THA_LOGUUIDRAW16UUID
LOG_ARCHIVEDHas the log been archived? THA_LOG_ARCHIVEDCHAR1FLAG
ARCHIVE_NAMEKey for Archive File ARKEYCHAR20ARKEY
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
SL_NOFour-digit number NUM4NUMC4NUM04
EFF_TEST_IDGlobally Unique Identifier OS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table THAS_EFF_TEST_OUTPUT

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