SAP Reports / Programs

RTHMHR_EXPOSURE_EXPIRY SAP ABAP Report - Exposure Expiration







RTHMHR_EXPOSURE_EXPIRY 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_EXPOSURE_EXPIRY 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

THM10 - Exposure Expiration


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_EXPOSURE_EXPIRY. "Basic submit
SUBMIT RTHMHR_EXPOSURE_EXPIRY AND RETURN. "Return to original report after report execution complete
SUBMIT RTHMHR_EXPOSURE_EXPIRY 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: CCODE = D .
Selection Text: EXP_DATE = Up To and Including Due Date
Selection Text: HDG_CAT = D .
Selection Text: HEDGE = D .
Selection Text: PLANNER = D .
Selection Text: PM_BUD = D .
Selection Text: PM_PER = D .
Selection Text: PM_TEST = D .
Selection Text: P_DISPUR = Dissolve Rel. for Purchases
Selection Text: P_VARI = Layout
Selection Text: TXN_ACT = D .
Selection Text: TXN_CAT = D .
Selection Text: VAL_AREA = D .
Title: Exposure Expiration
Text Symbol: 040 = Hedging Relationship Status
Text Symbol: 041 = Processing Status
Text Symbol: 042 = Dissolved
Text Symbol: 043 = Dedesignated
Text Symbol: 044 = Error
Text Symbol: 045 = Dissolve Status
Text Symbol: 046 = Deleted
Text Symbol: 047 = Active
Text Symbol: 100 = Exposures with Expirate Date On/Before &1
Text Symbol: 101 = Dissolved/Dedesignated HRs for Exposures Expiration Date &1
Text Symbol: 102 = Exposures with Expirate Date On/Before &1 (Test)
Text Symbol: 103 = Dissolved/Dedesignated HRs for Exposures with Expiration Date &1(Test)
Text Symbol: 121 = Processing Possible
Text Symbol: 123 = Processing Not Possible
Text Symbol: 124 = Processing Terminated
Text Symbol: 125 = Processing Successful
Text Symbol: 001 = General Selections
Text Symbol: 002 = Hedging Details
Text Symbol: 003 = Control
Text Symbol: 004 = Posting Control
Text Symbol: 007 = Current OCI Balance
Text Symbol: 008 = OCI Bal
Text Symbol: 009 = OCI Balance to be Reclassified
Text Symbol: 011 = Reclass





Text Symbol: 012 = OCI balance was reclassified
Text Symbol: 013 = Hedge Cat
Text Symbol: 014 = Hedge Category
Text Symbol: 015 = TransType
Text Symbol: 016 = Transaction Type
Text Symbol: 017 = Trans Act
Text Symbol: 018 = Transaction Activity
Text Symbol: 019 = Financial Transaction
Text Symbol: 021 = FI Trans
Text Symbol: 022 = Hedge Expiration Date
Text Symbol: 024 = Hedge End
Text Symbol: 025 = Plan Start Date
Text Symbol: 027 = Plan Start
Text Symbol: 028 = Plan End Date
Text Symbol: 030 = Plan End
Text Symbol: 031 = Financial Transaction Value Date
Text Symbol: 033 = Value Date
Text Symbol: 034 = Hedging Relationship Creation Date
Text Symbol: 036 = Create HR
Text Symbol: 037 = RefID
Text Symbol: 038 = Reference Hedge ID
Text Symbol: 039 = HR Status


INCLUDES used within this REPORT RTHMHR_EXPOSURE_EXPIRY

INCLUDE RTHMHR_EXPOSURE_EXPIRY_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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = tpmco_char_a CHANGING cs_variant = l_str_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 99.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_str_variant i_save = tpmco_char_a IMPORTING e_exit = l_exit es_variant = l_str_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 99.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = l_str_variant EXCEPTIONS wrong_input = 1 not_found = 2 OTHERS = 99.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_bypassing_buffer = tpmco_xtrue i_callback_pf_status_set = 'SET_STATUS_EXP' i_callback_user_command = 'USER_COMMAND' is_layout = l_wa_layout it_fieldcat = l_tab_fieldcat it_excluding = l_tab_excluding it_sort = l_tab_sortinfo i_save = tpmco_char_a is_variant = l_str_variant TABLES t_outtab = lt_outtab[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_bypassing_buffer = tpmco_xtrue i_callback_pf_status_set = 'SET_STATUS_EXP' i_callback_user_command = 'USER_COMMAND' is_layout = l_wa_layout it_fieldcat = l_tab_fieldcat it_excluding = l_tab_excluding it_sort = l_tab_sortinfo i_save = tpmco_char_a is_variant = l_str_variant TABLES t_outtab = lt_outtab[].



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_EXPOSURE_EXPIRY or its description.