SAP Reports / Programs | Financials | Financial Supply Chain Management | Market Risk Analyzer(FIN-FSCM-TRM-MR) SAP FIN

RFTVBW06 SAP ABAP INCLUDE - No longer used!!!







RFTVBW06 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 RFTVBW06 into the relevant SAP transactions such as SE38 or SE80


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 RFTVBW06. "Basic submit
SUBMIT RFTVBW06 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTVBW06 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: No longer used!!!


INCLUDES used within this REPORT RFTVBW06

No INCLUDES are used within this REPORT code!


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:

FX_TERMIN_METHODS CALL FUNCTION 'FX_TERMIN_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = I_VZBEST I_VZOPTI = I_VZOPTI SZENAME = IT_SZN-SZENARI TABLES I_METHODEN = I_METH I_VZBEWEG = W_VZBEWEG.

FX_OPTION_METHODS CALL FUNCTION 'FX_OPTION_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = I_VZBEST I_VZOPTI = I_VZOPTI SZENAME = IT_SZN-SZENARI TABLES I_VZBEWEG = W_VZBEWEG I_METHODEN = I_METH.

TV_PV_KLAMMER_CALC CALL FUNCTION 'TV_PV_KLAMMER_CALC' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VTBSI = VTV_KOPSK SZENAME = IT_SZN-SZENARI IMPORTING BARWERT = I_BARWERT WAEHRUNG = I_WAEHRUNG TABLES I_METHODEN = I_METHOD_BW EXCEPTIONS ERROR_INTERPOLATION_SPOT = 01 HORI_GT_SI_ENDE = 02 NO_F_SZENARIO = 03 NO_F_WAERS = 04 NO_INITIALIZATION = 05 NO_TERMINDATA = 06 PV_FACTOR_EQ_ZERO = 07.

TV_PV_KLAMMER_CALC CALL FUNCTION 'TV_PV_KLAMMER_CALC' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VTBSI = VTV_KOPSK SZENAME = IT_SZN-SZENARI IMPORTING BARWERT = I_BARWERT WAEHRUNG = I_WAEHRUNG TABLES I_METHODEN = I_METHOD_BW1 EXCEPTIONS ERROR_INTERPOLATION_SPOT = 01 HORI_GT_SI_ENDE = 02 NO_F_SZENARIO = 03 NO_F_WAERS = 04 NO_INITIALIZATION = 05 NO_TERMINDATA = 06 PV_FACTOR_EQ_ZERO = 07.

TV_PV_KLAMMER_CALC CALL FUNCTION 'TV_PV_KLAMMER_CALC' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VTBSI = VTV_KOPSK SZENAME = IT_SZN-SZENARI IMPORTING BARWERT = I_BARWERT WAEHRUNG = I_WAEHRUNG TABLES I_METHODEN = I_METHOD_BW2 EXCEPTIONS ERROR_INTERPOLATION_SPOT = 01 HORI_GT_SI_ENDE = 02 NO_F_SZENARIO = 03 NO_F_WAERS = 04 NO_INITIALIZATION = 05 NO_TERMINDATA = 06 PV_FACTOR_EQ_ZERO = 07.

TV_PV_KLAMMER_CALC CALL FUNCTION 'TV_PV_KLAMMER_CALC' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VTBSI = VTV_KOPSK SZENAME = IT_SZN-SZENARI IMPORTING BARWERT = I_BARWERT WAEHRUNG = I_WAEHRUNG TABLES I_METHODEN = I_METHOD_BW1 EXCEPTIONS ERROR_INTERPOLATION_SPOT = 01 HORI_GT_SI_ENDE = 02 NO_F_SZENARIO = 03 NO_F_WAERS = 04 NO_INITIALIZATION = 05 NO_TERMINDATA = 06 PV_FACTOR_EQ_ZERO = 07.

TV_PV_KLAMMER_CALC CALL FUNCTION 'TV_PV_KLAMMER_CALC' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VTBSI = VTV_KOPSK SZENAME = IT_SZN-SZENARI IMPORTING BARWERT = I_BARWERT WAEHRUNG = I_WAEHRUNG TABLES I_METHODEN = I_METHOD_BW2 EXCEPTIONS ERROR_INTERPOLATION_SPOT = 01 HORI_GT_SI_ENDE = 02 NO_F_SZENARIO = 03 NO_F_WAERS = 04 NO_INITIALIZATION = 05 NO_TERMINDATA = 06 PV_FACTOR_EQ_ZERO = 07.

TV_SHOW_REAL_DEALS CALL FUNCTION 'TV_SHOW_REAL_DEALS' TABLES I_VZBEST = I_VZBEST I_VZBEWEG = I_VZBEWEG I_VZOPTI = I_VZOPTI.

FX_TERMIN_METHODS CALL FUNCTION 'FX_TERMIN_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = S_VZBEST I_VZOPTI = S_VZOPTI SZENAME = IT_SZN-SZENARI TABLES I_METHODEN = I_METH I_VZBEWEG = W_VZBEWEG.

FX_OPTION_METHODS CALL FUNCTION 'FX_OPTION_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = S_VZBEST I_VZOPTI = S_VZOPTI SZENAME = IT_SZN-SZENARI TABLES I_VZBEWEG = W_VZBEWEG I_METHODEN = I_METH.

FX_TERMIN_METHODS CALL FUNCTION 'FX_TERMIN_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = S_VZBEST2 I_VZOPTI = S_VZOPTI2 SZENAME = IT_SZN-SZENARI TABLES I_METHODEN = I_METH I_VZBEWEG = W_VZBEWEG.

FX_OPTION_METHODS CALL FUNCTION 'FX_OPTION_METHODS' EXPORTING AKT_DATUM = VTV_KLKO-AKTUDAT BEWERTUNGSDATUM = HORIZONT I_VZBEST = S_VZBEST2 I_VZOPTI = S_VZOPTI2 SZENAME = IT_SZN-SZENARI TABLES I_VZBEWEG = W_VZBEWEG I_METHODEN = I_METH.



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