RFTVBW01 is a standard ABAP INCLUDE 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 RFTVBW01 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RFTVBW01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TV_CONVERT_PV_CURRENCY * CALL FUNCTION 'TV_CONVERT_PV_CURRENCY' * EXPORTING * AKT_DATUM = P_AKTU * BEWERTUNGSDATUM = P_HORI * FROM_CURR = I_RESULT-PRICE_WAERS * I_AMOUNT = I_RESULT-ORIG_PRICE * SZENAME = I_RESULT-SZENAME * TO_CURR = ANZ_WAERS * IMPORTING * E_AMOUNT = I_RESULT-ANZPRICE * EXCEPTIONS * MARKET_DATA_SPOT = 01.
RM_SZENARIO_GETDETAIL CALL FUNCTION 'RM_SZENARIO_GETDETAIL' EXPORTING SZENARIO = I_RESULT-SZENAME IMPORTING SZENAME = H_SZENAME EXCEPTIONS SZENARIO_NOT_EXIST = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFTVBW01 - Include RFTVBW01 RFTVBW00 - Mark-to-Market Valuation of Financial Transactions RFTVBW00 - Mark-to-Market Valuation of Financial Transactions RFTVALV1 - Include RFTVALV1: Ausgabe über Listtool der MRM-Reports RFTVALV0 - RiskM: Datendeklarationen für ALV-Ausgabe RFTTRIX0 - XPRA: Maintain ORACLE parameters PCTFREE, PCTUSED for table TRIX_DATA