RFVWCHI1 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 RFVWCHI1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRANSACTIONS_SEC_LOAD_P CALL FUNCTION 'TRANSACTIONS_SEC_LOAD_P' EXPORTING BUKRS = SDEPO-BUKRS * FLAG_NO_PLAN_REF_IST = ' ' RANL = SDEPO-RANL RLDEPO = SDEPO-RLDEPO * TYPE_OF_SELECTION = ' ' TABLES TVWBEPP = IT_VWBEPP.
FWEV_VALUATION_CHECK CALL FUNCTION 'FWEV_VALUATION_CHECK' EXPORTING I_STICHTAG = STICHTAG I_BEVI = IBEVI[] I_BEPP = IT_VWBEPP[] * I_STORNO = ' ' * I_SVORGANG = 'REVALUE' EXCEPTIONS PERIOD_END_CLOSING_MISSING = 1 ERROR_POSITION_VALUATION = 2 ERROR_ACCOUNT_TRANSFER = 3 PERIOD_END_CLOSING = 4 ERROR_POSITION_ACCRUAL = 5 OTHERS = 6.
CONVERSION_WITH_RATE_F CALL FUNCTION 'CONVERSION_WITH_RATE_F' EXPORTING FOREIGN_AMOUNT = U_AMOUNT_FROM FOREIGN_CURRENCY = DEPOWAERS LOCAL_CURRENCY = HW RATE_F = U_FX_RATE BUKRS = L_BUKRS "ST40 RKURSBER = S_RKURSBER "ST40 IMPORTING LOCAL_AMOUNT = C_AMOUNT_TO.
FVVC_PRICE_GIVING_AMOUNT CALL FUNCTION 'FVVC_PRICE_GIVING_AMOUNT' EXPORTING NUMBER = STUECK PRICE = KURS CURRENCY_KEY = WHR IMPORTING AMOUNT = BETRAG.
FVVC_AMOUNT_GIVING_PRICE CALL FUNCTION 'FVVC_AMOUNT_GIVING_PRICE' EXPORTING NUMBER = STUECK AMOUNT = BETRAG CURRENCY_KEY = WHR IMPORTING PRICE = KURS EXCEPTIONS " 4.0A EBec 30.09.1997
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVWCHI1 - documentation and ABAP source code RFVWCH01 - Securities Report for Swiss Regulatory Reporting (RFVWCH01) RFVWCH01 - Securities Report for Swiss Regulatory Reporting (RFVWCH01) RFVWBWS1 - Securities: Reverse Foreign Exchange Valuation RFVWBWS1 - Securities: Reverse Foreign Exchange Valuation RFVWBWS0 - Securities: Reverse Rate/Price Valuation