SAP Reports / Programs

RTHMHR_ASSESS_RESULT SAP ABAP Report - Display hedging assessmant data







RTHMHR_ASSESS_RESULT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RTHMHR_ASSESS_RESULT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

THM87 - Reverse Regression Assessment


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RTHMHR_ASSESS_RESULT. "Basic submit
SUBMIT RTHMHR_ASSESS_RESULT AND RETURN. "Return to original report after report execution complete
SUBMIT RTHMHR_ASSESS_RESULT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_VAREA = Valuation Area
Selection Text: SO_PLNID = D .
Selection Text: SO_HEDGE = Hedge Item ID
Selection Text: SO_DERI = Hedging Instrument
Selection Text: P_TEST = Test Run
Selection Text: P_RETRO = Retrospective test
Selection Text: P_PROSP = Prospective test
Selection Text: P_BUKRS = Company Code
Title: Display hedging assessmant data
Text Symbol: 123 = Hedging Relationship
Text Symbol: 121 = Hedging Relationship Effective
Text Symbol: 033 = Calculation not performed
Text Symbol: 025 = Eff.Test Dte
Text Symbol: 023 = Effectiveness Rate
Text Symbol: 022 = Effect.Rate
Text Symbol: 010 = Effective
Text Symbol: 007 = Hedging Relationship Status
Text Symbol: 006 = Status
Text Symbol: 005 = Effectiveness Assessment Calculation On
Text Symbol: 004 = Hedged Instrument
Text Symbol: 003 = Hedged Item
Text Symbol: 002 = Calculation performed
Text Symbol: 001 = Hedging Relationship (HR)


INCLUDES used within this REPORT RTHMHR_ASSESS_RESULT

INCLUDE RTHMHR_ASSESS_RESULT_TOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

THMHR_HR_READ_ALL_ST_FOR_HR CALL FUNCTION 'THMHR_HR_READ_ALL_ST_FOR_HR' EXPORTING hr = ls_thmhrt_hr IMPORTING strat = ls_hrstrategy EXCEPTIONS no_strat_found = 1 OTHERS = 2.

THMHR_READ_STRATEGY CALL FUNCTION 'THMHR_READ_STRATEGY' EXPORTING hr_strategy = ls_hrstrategy-strat IMPORTING c_strat = ls_hr_str EXCEPTIONS no_customized_strat = 1 OTHERS = 2.

THAHR_DETERMINE_EFFECTIVNESS CALL FUNCTION 'THAHR_DETERMINE_EFFECTIVNESS' EXPORTING im_eff_test_method = ls_eff_test_output-eff_test_method im_assess_type = ls_hr_str-assess_type im_effect_ratio = ls_ass_header-eff_ratio im_slope = ls_ass_header-slope im_r2 = ls_ass_header-r2 im_tstat = ls_ass_header-t_statistic im_intercept = ls_ass_header-intercept IMPORTING ex_flg_effective = lv_effective EXCEPTIONS assess_type_not_exist = 1 OTHERS = 2.

THAHR_ASSESS_SHOW_RESULT CALL FUNCTION 'THAHR_ASSESS_SHOW_RESULT' EXPORTING iv_keydate = so_date-low iv_curr = cos_waers it_assess_output = gt_eff_test_output iv_layout = gs_layout it_excep_qinfo = lt_except_qinfo * IT_EVENT = iv_report = sy-repid * IMPORTING * ET_TOP_OF_PAGE = .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RTHMHR_ASSESS_RESULT or its description.