RFVZBAV8 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RFVZBAV7 creates the form DV-Z based on all results (position lists) from the year from forms DV-1 to DV-12 or DV-FLV via summary table VZBAVZ...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 RFVZBAV8 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_SDV = PRF Number
Selection Text: SO_KZBF = B/T stock indicator
Selection Text: SO_DATE = End of reporting period
Selection Text: SO_DATA = Start of reporting period
Selection Text: SO_BUKR = Company code
Selection Text: SO_WAER = Currency
Selection Text: SO_SUDE = Insurance branch
Selection Text: SO_SUAB = PRF subsection
Selection Text: SO_SSKZF = Tax office stock ID
Selection Text: SO_SSKZB = BAV stock indicator
Title: BAV - PRF Form (Summary)
Text Symbol: 026 = BAV
Text Symbol: 027 = Tax of.
Text Symbol: 028 = Repayment list for the period
Text Symbol: 029 = Inflow/outflow list for period
Text Symbol: 030 = Position on
Text Symbol: 020 = S U M M A R Y
Text Symbol: 022 = PRNo
Text Symbol: 015 = Form Sub- Description A c c e p t e d v a l u e Share in
Text Symbol: 008 = TO :
Text Symbol: 007 = PERIOD FROM :
Text Symbol: 006 = COMPANY CODE:
Text Symbol: 032 = Name
Text Symbol: 033 = PRF tot.
Text Symbol: 034 = Created on
Text Symbol: 035 = Accepted value
Text Symbol: 051 = Form |Sub- |Description |Per sub- |Per form |Share in
Text Symbol: 0A1 = Total_PRF_list 1_to_15_or_tot._PRF-ELI
Text Symbol: 0A2 = Usage_Rights
Text Symbol: 0A3 = Actual_prem._res._fund_at_end_of_fiscal_year
Text Symbol: 0A4 = Planned_prem._res._fund_at_end_of_fiscal_year
Text Symbol: 0A5 = Surplus/deficit_at_end_of_fiscal_year
Text Symbol: 052 = PRF |section | |section | |Actual PRF
Text Symbol: 053 = | | | &1 | &2 | %
Text Symbol: 054 = 1 | 2 | 3 | 4 | 5 | 6
Text Symbol: 055 = | | | | |
Text Symbol: 056 = | | |
Text Symbol: 010 = STOCK ID. :
INCLUDE VZBAVTOP.
INCLUDE VZBAVDVA.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-041 textline1 = text-042 "Daten wurden veraendert.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_to = cnt_maxlines loops = cnt_looplines ok_code = sav_okcode entry_act = cnt_firstline last_page_full = ' ' overlapping = 'X' IMPORTING entry_new = cnt_nextline.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-041 textline1 = text-042 "Daten wurden veraendert.
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 RFVZBAV8 or its description.