CLS_GET_HR_FOR_HEDGES SAP Method of class CL_PERSISTENCY_MANAGER_TRG









Below is documentation, parameters and attributes of ABAP Method CLS_GET_HR_FOR_HEDGES within SAP class CL_PERSISTENCY_MANAGER_TRG. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name CL_PERSISTENCY_MANAGER_TRG into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

The following technical details of method CLS_GET_HR_FOR_HEDGES can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method CLS_GET_HR_FOR_HEDGES

.

NameTypeData TypeDescriptionDefault Value
IM_HEDGE_ITEMImportingTYPE
THMT_HEDGE_ITEM
Table Type for THAEXT_EXP_HDG
IM_PERSISTENCY_MANAGERImportingTYPE REF TO
CL_PERSISTENCY_MANAGER_TRG
Treasury Position Management: Persistence Service
IM_TAB_HEDGEImportingTYPE
THAEXY_EXP_HDG
Checkbox
IM_TAB_HRImportingTYPE
VTS_TAB_HRT
FTR: Table for Transferring HRs to Transact. Mgmt
EX_FLG_FX_BUCKETExportingTYPE
XFELD
Checkbox
EX_FLG_FX_BUCKET_ACCOUNTINGExportingTYPE
XFELD
Checkbox
EX_TAB_HRExportingTYPE
VTS_TAB_HRT
FTR: Table for Transferring HRs to Transact. Mgmt
EX_TAB_HR_STRATExportingTYPE
THAHRY_HR_STRAT
Effectiveness strategy for the hedging relationship



Exceptions of Method CLS_GET_HR_FOR_HEDGES

EX_FLG_FX_BUCKETExportingTYPE
XFELDCheckboxEX_FLG_FX_BUCKET_ACCOUNTINGExportingTYPE
XFELDCheckboxEX_TAB_HRExportingTYPE
VTS_TAB_HRTFTR: Table for Transferring HRs to Transact. MgmtEX_TAB_HR_STRATExportingTYPE
THAHRY_HR_STRATEffectiveness strategy for the hedging relationshipFAILED -

Example ABAP coding


DATA: lv_EX_FLG_FX_BUCKET TYPE XFELD,
lv_EX_FLG_FX_BUCKET_ACCOUNTING TYPE XFELD,
lv_EX_TAB_HR TYPE VTS_TAB_HRT,
lv_EX_TAB_HR_STRAT TYPE THAHRY_HR_STRAT,
lv_IM_HEDGE_ITEM TYPE THMT_HEDGE_ITEM,
lv_IM_PERSISTENCY_MANAGER TYPE CL_PERSISTENCY_MANAGER_TRG,
lv_IM_TAB_HEDGE TYPE THAEXY_EXP_HDG,
lv_IM_TAB_HR TYPE VTS_TAB_HRT,
lv_other TYPE c.

CALL METHOD CL_PERSISTENCY_MANAGER_TRG=>CLS_GET_HR_FOR_HEDGES(
EXPORTING
IM_HEDGE_ITEM = lv_IM_HEDGE_ITEM
IM_PERSISTENCY_MANAGER = lv_IM_PERSISTENCY_MANAGER
IM_TAB_HEDGE = lv_IM_TAB_HEDGE
IM_TAB_HR = lv_IM_TAB_HR
IMPORTING
EX_FLG_FX_BUCKET = lv_EX_FLG_FX_BUCKET
EX_FLG_FX_BUCKET_ACCOUNTING = lv_EX_FLG_FX_BUCKET_ACCOUNTING
EX_TAB_HR = lv_EX_TAB_HR
EX_TAB_HR_STRAT = lv_EX_TAB_HR_STRAT ).

Links to Related Class(s)

CL_PERSI...
Full list of available SAP object classes

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!