THA_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 THA_EFF_TEST_OUTPUT
Related tables to THA_EFF_TEST_OUTPUT
Access table THA_EFF_TEST_OUTPUT




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

THA_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_THA_EFF_TEST_OUTPUT TYPE THA_EFF_TEST_OUTPUT.

The THA_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 THA_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
STATUSText (12 characters) TEXT12CHAR12TEXT12
CALC_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
TEST_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
EFF_RATIOText (12 characters) TEXT12CHAR12TEXT12
F_STATISTICF Statistic TMF_FSTATDEC30(10) TMF_VARIABLES
SLOPET 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

Key field Non-key field



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

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

How to access SAP table THA_EFF_TEST_OUTPUT

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