RFVZBV4A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report generates the BAV list with all inflows and outflows as well as a list with all positions for form DV-1 for the property and leasehold rights of the premium reserve fund for the current fiscal year...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVZBV4A 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.
Selection Text: SO_WAER = Currency
Selection Text: SO_SUDE = Insurance branch
Selection Text: SO_SUAB = PRF subsection
Selection Text: SO_LISTE = List category
Title: BAV Premium Reserve Fund List PRF01 -> Real Estate
Text Symbol: Z06 = Outflows in fiscal year:
Text Symbol: Z07 = Balance of inflows and outflows
Text Symbol: Z08 = in fiscal year :
Text Symbol: Z09 = Accepted value at end
Text Symbol: Z10 = of fiscal year :
Text Symbol: Z12 = Summar. adjustment of accepted value at end of the month /
Text Symbol: Z13 = Translation rate:
Text Symbol: Z14 = Total accepted value:
Text Symbol: Z15 = Total accepted value ( ):
Text Symbol: Z16 = Translation rate:
Text Symbol: Z17 = Total accepted value ( ):
Text Symbol: ZA1 = BAV repaymnt list
Text Symbol: ZA2 = Currency:
Text Symbol: ZA3 = Div:
Text Symbol: ZA4 = F O R M PRF
Text Symbol: ZA5 = -ELI
Text Symbol: ZA6 = / Subsec.
Text Symbol: ZA7 = Stock ID:
Text Symbol: ZB1 = BAV position list
Text Symbol: ZB4 = BAV reg. no.:
Text Symbol: Z05 = Inflows in fiscal year:
Text Symbol: Z04 = (Accepted value):
Text Symbol: Z03 = Bal. carried forward from previous year
Text Symbol: Z02 = Belonging to premium reserve fund
Text Symbol: UGL = Reclassific.
Text Symbol: TT9 = of which investments acc. to para 54, subp. 2, no. 14 German SICL
Text Symbol: TT8 = Pos.carried fwd ( ):
Text Symbol: TT7 = Remaining value:
Text Symbol: TT6 = Position after depreciations:
Text Symbol: TT5 = Depreciations balance:
Text Symbol: TT4 = Position before depreciations:
Text Symbol: TT3 = Total outflows:
Text Symbol: TT2 = Total inflows:
INCLUDE VZBAVTOP.
INCLUDE VZBAVDVA.
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_SELECT_S CALL FUNCTION 'OBJECT_SELECT_S' EXPORTING ausw_kz_adr = 'A' ausw_kz_obj = 'A' TABLES rsoadr_in = r_adrnr * RSOOBJ_IN = R_OBJECT rsoobj_in = r_object_hlp sano1_out = isano1 sans1_out = isans1 tzv03_in = xtzv03 EXCEPTIONS error = 01 no_address_selected = 02 no_object_selected = 03.
FVAY_N_OBJECT_SELECT * call function 'FVAY_N_OBJECT_SELECT' * exporting ** AUSW_KZ_ADR = ' ' ** AUSW_KZ_OBJ = 'A' ** NO_DISPL_ADR_IF_ONE = ' ' ** NO_DISPL_OBJ_IF_ONE = ' ' * i_object = ls_vzobject ** I_ADDRESS = ** SEARCH_BY_WILDCARDS = 'X' * tables * e_object = lt_object * e_address = lt_address * i_ranges = lr_objects ** EXCEPTIONS ** ERROR = 1 ** NO_ADDRESS_SELECTED = 2 ** NO_OBJECT_SELECTED = 3 ** OTHERS = 4 .
PARTNER_SELECT_S * CALL FUNCTION 'PARTNER_SELECT_S' * EXPORTING * AUSW_KZ = 'A' * DATE_IN = SY-DATUM * TABLES * RSOADR_IN = R_ADRNR * RSOPART_IN = R_PARTNR * SANS1_OUT = ZSANS1 * SPAB1_OUT = ISPAB1 * SPKO1_OUT = ISPKO1 * SPROL_OUT = ISPROL * SPRT1_OUT = ISPRT1 * TZRE_IN = ITZRE * EXCEPTIONS * ERROR = 01 * NO_PARTNER_SELECTED = 02 * PARTNER_ROLL_NOT_FOUND = 03.
BPAR_R_PARTNER_SEARCH_RANGES * call function 'BPAR_R_PARTNER_SEARCH_RANGES' * tables * partner_out = tbp000 * partner_r = r_partnr * exceptions * no_partner = 1 * others = 2.
BPAR_R_PARTNER_SEARCH_RANGES * CALL FUNCTION 'BPAR_R_PARTNER_SEARCH_RANGES' * EXPORTING * zgp = 'X' * TABLES * partner_out = tbp000 * partner_r = r_partnr ** ENTRY_PARTNR = * t_but000_out = lt_but000 ** T_BUT000_IN = * EXCEPTIONS * no_partner = 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.
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 RFVZBV4A or its description.
RFVZBV4A - BAV Premium Reserve Fund List PRF01 -> Real Estate RFVZBV4A - BAV Premium Reserve Fund List PRF01 -> Real Estate RFVZBV01 - BAV - Sample 1 acc. to German insur. reporting requirements (St 101) RFVZBV01 - BAV - Sample 1 acc. to German insur. reporting requirements (St 101) RFVZBR00 - Central Report for Circular R 5/97 RFVZBR00 - Central Report for Circular R 5/97