SAP Reports / Programs | Financial Services | Regulatory reporting for insurance companies | Switzerland(FS-SR-CH) SAP FS

RFVWCHI1 SAP ABAP INCLUDE - documentation and ABAP source code







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


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


INCLUDES used within this REPORT RFVWCHI1

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:

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



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