THAHRS_ASS_ALV SAP (Display structure for assessments in ALV) Structure details

Dictionary Type: Structure
Description: Display structure for assessments in ALV




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




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

THAHRS_ASS_ALV 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 "Display structure for assessments in ALV" 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_THAHRS_ASS_ALV TYPE THAHRS_ASS_ALV.

The THAHRS_ASS_ALV table consists of various fields, each holding specific information or linking keys about Display structure for assessments in ALV data available in SAP. These include MANDT (Client), BUKRS (Company Code), RFHA (Financial Transaction), HEDGE_ID (Identification Number of Hedge Item).. 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 THAHRS_ASS_ALV 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
EFF_TEST_TYPEEffectiveness Test Type THA_EFF_TEST_TYPECHAR2THA_EFF_TEST_TYPE
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10THMT_HEDGE_ITEMTHM_HEDGE_IDHEDGEID
TEST_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
CALC_DATEDate of calculation THM_CALCULATION_DATEDATS8DATUMKEYDATE
HR_VERSIONVersion of the hedging relationship THM_HR_VERSIONNUMC3THMHRT_HRTHM_HR_VERSION
CALC_TYPECalculation type THM_CALC_TYPECHAR3THMT_CALC_TYPESTHM_CALC_TYPE
CURRENCY_DELTACurrency Key WAERSCUKY5TCURCWAERSFWS
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
EFFECT_RATIOEffectiveness ratio THM_EFFECTIVENESS_RATIODEC10(7) DECV3_7
TEST_RESULTNumeric 1-character NUM1NUMC1NUM1
THRESHOLDThreshold for Effectiveness Calculation in Percent THA_THRESHOLDDEC5(3) PRZ23
TRANS_SPEEDTransition Speed for Effectiveness Calculation THA_TRANS_SPEEDDEC5(2) THA_TRANS_SPEED
LOGUUIDE-HA: Detail Log UUID THA_LOGUUIDRAW16UUID
LOG_ARCHIVEDHas the log been archived? THA_LOG_ARCHIVEDCHAR1FLAG
ARCHIVE_NAMEKey for Archive File ARKEYCHAR20ARKEY
EFF_TEST_REFGlobally Unique Identifier OS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

How to access SAP table THAHRS_ASS_ALV

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