THMS_CASH_FLOWS_HEDGE SAP (Cash flows of hedges for calculation) Structure details

Dictionary Type: Structure
Description: Cash flows of hedges for calculation




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




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

THMS_CASH_FLOWS_HEDGE 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 "Cash flows of hedges for calculation" 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_THMS_CASH_FLOWS_HEDGE TYPE THMS_CASH_FLOWS_HEDGE.

The THMS_CASH_FLOWS_HEDGE table consists of various fields, each holding specific information or linking keys about Cash flows of hedges for calculation data available in SAP. These include HEDGE_ID (Identification Number of Hedge Item), BCWHR (Amount), SCWHR (Settlement Currency), SSIGN (Direction of flow).. 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: Not classified


SAP THMS_CASH_FLOWS_HEDGE 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
BCWHRAmount THM_AMOUNTCURR17(2) WERTV9
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
RKONDGRDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DBERVONStart of Calculation Period DBERVONDATS8DATUM
DBERBISEnd of Calculation Period DBERBISDATS8DATUM
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
ATAGENumber of days VVATAGENUMC6INT6
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
DPKONDDetermination date for percentage rate of condition items VVDPKONDDATS8DATUM
DZFESTInterest rate fixing date TB_DZFESTDATS8DATUM
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BBASISAmount THM_AMOUNTCURR17(2) WERTV9
SNWHRCurrency of nominal amount base TV_SNWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount base for cash flow determination TV_BNWHRCURR17(2) T_BETRAG
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
SFORMREFFormula Reference TB_XFORMBECHAR4Assigned to domainT_FORMBE
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
SBWHRPosition Currency/Transaction Currency KL_SBWHRCUKY5Assigned to domainWAERS
BBWHRAmount in transaction currency KL_BBWHRCURR17(2) KL_AMOUNT
FLG_INT_AMOUNTIndicate Interest Amount (E-Hedge Accounting) THM_FLG_INTAMOUNTCHAR1THM_FLG_INTAMOUNT
SOFFSETFixer offset for variable interest rate reference TV_SOFFSETDEC10(7) DECV3_7
REGI_STATEStatus of Interest Rate Adjustment TB_IRA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
CFKNZCash Flow Indicator JBNCFKNZCHAR1JBNCFKNZ
QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
UNIT_OF_MEASUREUnit of measure TRCO_COMM_UOMUNIT3Assigned to domainTRCO_COMM_UOM

Key field Non-key field



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

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

How to access SAP table THMS_CASH_FLOWS_HEDGE

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