THMHRS_CASH_FLOWS_RESULTS SAP (Calculation results of the cash flows) Structure details

Dictionary Type: Structure
Description: Calculation results of the cash flows




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




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

THMHRS_CASH_FLOWS_RESULTS 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 "Calculation results of the cash flows" 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_THMHRS_CASH_FLOWS_RESULTS TYPE THMHRS_CASH_FLOWS_RESULTS.

The THMHRS_CASH_FLOWS_RESULTS table consists of various fields, each holding specific information or linking keys about Calculation results of the cash flows data available in SAP. These include BCWHR (Amount), SCWHR (Settlement Currency), SSIGN (Direction of flow), RKONDGR (Direction of Transaction).. 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 THMHRS_CASH_FLOWS_RESULTS 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
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
BARWERTNet present value in display currency TV_BARWECURR17(2) T_PRESVAL
WBARWERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table THMHRS_CASH_FLOWS_RESULTS

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