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

RFVDCHI2 SAP ABAP INCLUDE - documentation and ABAP source code







RFVDCHI2 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 RFVDCHI2 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 RFVDCHI2. "Basic submit
SUBMIT RFVDCHI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVDCHI2 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 RFVDCHI2

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:

FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING FLG_AKTUELL = 'X' * FLG_FUTURE = ' ' * FLG_LAST = ' ' I_BUKRS = VDARL-BUKRS I_DGUEL_BIS = P_DATUM I_DGUEL_VON = P_DATUM * I_GLOBAL_KOKO = ' ' I_RKEY1 = VDARL-RANL I_SANLF = VDARL-SANLF I_SKOKOART = KOKOART_VON I_SKOKOART_BIS = KOKOART_BIS I_SKOKOART_NOT = ' ' * IMPORTING * E_FIRST_KOKO_VERTRAG = TABLES XVZZKOKO = IVZZKOKO EXCEPTIONS NOT_FOUND = 01 NO_HISTORY = 02.

LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING CALCULATION_DATE = P_DATUM CONVERSION_CURRENCY = T001-WAERS CONVERSION_DATE = P_DATUM * CONVERSION_RATE = 0 KOKO = IVZZKOKO VDARL = VDARL * X_CONVERT_CURRENCY = ' ' X_LOAD_CONDITIONS = 'X' X_LOAD_I = 'X' * x_load_p = 'X' "SAP / warum Plan-SÄTZE????? IMPORTING RLOAM = RLOAM TABLES I_BEPP = IVZZBEPP I_KOPO = IVZZKOPO.

CONVERT_TO_LOCAL_CURRENCY_F

CONVERT_TO_LOCAL_CURRENCY * call function 'CONVERT_TO_LOCAL_CURRENCY_F' "synt45 problem CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = P_DATCUR FOREIGN_AMOUNT = VZBAVV-BARWBAV FOREIGN_CURRENCY = VZBAVV-SAWHR LOCAL_CURRENCY = T001-WAERS TYPE_OF_RATE = P_TYPCUR IMPORTING LOCAL_AMOUNT = VZBAVV-BVWERT EXCEPTIONS NO_RATE_FOUND = 01 OVERFLOW = 02.

FVZ_PARTNER_IN_PRINTFORM ** CALL FUNCTION 'FVZ_PARTNER_IN_PRINTFORM' ** EXPORTING ** ADDRESS_INTO_MEMORY = 'X' ** ADRTYP = ' ' ** BUKRS_IN = VDARL-BUKRS ** DATE_IN = SY-DATUM ** NO_ADDRESS = ' ' ** PARTNR = BP000-PARTNR *** roletyp = ** LINES = 5 *** CNTRY_IN = ** IMPORTING ** ANSCHWA_OUT = ADR ** NAME_OUT = BP000 ** ADREF_OUT = BPDADREF ** EXCEPTIONS ** ADDRESS_NOT_FOUND = 1 ** PARTNER_NOT_FOUND = 2 ** OTHERS = 3.

LOAD_OBJECT_PRINTFORM CALL FUNCTION 'LOAD_OBJECT_PRINTFORM' EXPORTING BUKRS = VDARL-BUKRS VERTRAG = VDARL-RANL TABLES I_RVDHOBJ = I_RVDHOBJ.

FIMA_CONDITIONS_CONVERT CALL FUNCTION 'FIMA_CONDITIONS_CONVERT' EXPORTING I_BUKRS = VDARL-BUKRS I_DBEWE1ST = IVZZKOKO-DBLFZ I_DBLFZ = IVZZKOKO-DBLFZ I_GSART = VDARL-GSART I_RANTYP = D_RANTYP I_STILGART = IVZZKOKO-STILGART I_SZBMETH = IVZZKOKO-SZBMETH I_SKALID = IVZZKOKO-SKALIDWT TABLES EKOND = IKOND IKOPO = IVVZZKOPO.

FIMA_ZINSREFERENZ_AUFLOESEN * CALL FUNCTION 'FIMA_ZINSREFERENZ_AUFLOESEN' * EXPORTING * I_DBERBIS = IVZZKOKO-DEFSZ * I_DBERVON = IVZZKOKO-DGUEL_KK * I_DEFSZ = IVZZKOKO-DEFSZ * I_SINCL = CON_SINCL * TABLES * E_KONDI = EKOND * I_KONDI = IKOND * I_T056P = IT056P.

FIMA_ZINSREF_AUFBAUEN_NOMZINS CALL FUNCTION 'FIMA_ZINSREF_AUFBAUEN_NOMZINS' EXPORTING I_DBERBIS = IVZZKOKO-DEFSZ I_DBLFZ = IVZZKOKO-DGUEL_KK I_DEFSZ = IVZZKOKO-DEFSZ I_SINCL = CON_SINCL TABLES EKOND = IKOND IKOND = EKOND.

CONVERSION_EXIT_INVDT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_INVDT_OUTPUT' EXPORTING INPUT = ls_t056p-datab IMPORTING OUTPUT = zinsabc.

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING DATE_EXTERNAL = zinsabc IMPORTING DATE_INTERNAL = zinsabd EXCEPTIONS DATE_EXTERNAL_IS_INVALID = 1 OTHERS = 2.



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