SAP Reports / Programs

RFVDWBS1 SAP ABAP Report - Reporting List for Housing Statistics







RFVDWBS1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Please note that this program is primarily designed to meet German reporting requirements and may not be relevant to your country...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 RFVDWBS1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNWS - Housing statistics


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


Text pool values


Selection Text: SO_STICH = Reporting Period
Selection Text: P_EINZEL = Detailed Statement
Title: Reporting List for Housing Statistics
Text Symbol: 300 = Disbursements In Reporting Period
Text Symbol: 310 = 3 In Total 09
Text Symbol: 400 = Status Of Open Commitments At End
Text Symbol: 401 = Reporting Period
Text Symbol: 410 = 4 In Total (1 + 2 ./. 3) 10
Text Symbol: JZ1 = 11 For Housing Construction
Text Symbol: JZ2 = 111 Publicly Author.-Supported Housing Construction 01
Text Symbol: JZ3 = 112 Tax-Deductible And Privately-
Text Symbol: JZ4 = Financed Accommodation
Text Symbol: JZ5 = 11 Together (111 + 112) 03
Text Symbol: JZ6 = For Purchase And Acquisition And For
Text Symbol: JZ7 = Other Housing Construction 04
Text Symbol: JZ8 = 13 For Refunding 05
Text Symbol: JZ9 = 1 In total (11 + 12 + 13) 06
Text Symbol: R01 = Several condition headers exist for the offers highlighted in red.
Text Symbol: R02 = Check the amounts displayed for these offers.
Text Symbol: TTL = Reporting List for Housing Statistics
Text Symbol: ZT1 = Itemization
Text Symbol: ZT2 = Commitments in Period
Text Symbol: ZT3 = Disbursements
Text Symbol: ZT4 = Open Commitments
Text Symbol: ZT5 = Reversed Commitments
Text Symbol: ZT6 = Loans
Text Symbol: ZT7 = Commitment Date
Text Symbol: 2SU = 2 In Total (21 + 22 + 23)
Text Symbol: 000 = Reporting Period
Text Symbol: 001 = For The Financing
Text Symbol: 002 = Of Private Homes And
Text Symbol: 003 = Condominiums
Text Symbol: 004 = In Thousands
Text Symbol: 005 = a /01
Text Symbol: 006 = -----------
Text Symbol: 007 = Of The Remaining
Text Symbol: 008 = Housing Construction
Text Symbol: 009 = ---------------------





Text Symbol: 010 = b /02
Text Symbol: 011 = In Total
Text Symbol: 012 = (a + b)
Text Symbol: 015 = c /03
Text Symbol: 100 = 1 Loan commitment which was transferred outstanding
Text Symbol: 101 = from previous years to the reporting year 01
Text Symbol: 120 = Loan Commitments In The Reporting Timeframe
Text Symbol: 200 = 21 For Housing Construction
Text Symbol: 201 = 211 Publicly Author.-Supported Housing Construction 02
Text Symbol: 202 = 212 Tax-Deductible And Privately-
Text Symbol: 203 = Financed Accommodation 03
Text Symbol: 210 = 21 Together (211 + 212) 04
Text Symbol: 220 = 22 For Purchase And Acquisition And
Text Symbol: 221 = Other Housing Construction 05
Text Symbol: 230 = 23 For Refunding
Text Symbol: 240 = For Information:
Text Symbol: 250 = Reversals in Reporting Period 08


INCLUDES used within this REPORT RFVDWBS1

INCLUDE MF67PCON.


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:

LOAN_TRANSACTION_SEARCH CALL FUNCTION 'LOAN_TRANSACTION_SEARCH' EXPORTING I_BUKRS = IVDARL-BUKRS I_GSART = IVDARL-GSART I_MODUS = CON_MODUS I_SANLF = IVDARL-SANLF I_SSTATI = IVDARL-SSTATI IMPORTING E_TCODE = CALL_TCODE EXCEPTIONS NOT_FOUND = 01.

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING DNAME = DNAME DVALUE = DVALUE IMPORTING DTEXT = DTEXT EXCEPTIONS NO_DOMAIN_FOUND = 1 OTHERS = 2.

TRANSACTION_LOAN_FILL CALL FUNCTION 'TRANSACTION_LOAN_FILL' EXPORTING P_I_TYPE = 'I' I_TAB_VDARC_DOC_REC = IARC[] TABLES YVDBEKI = IBEKI YVDBEPI = IBEPI YVDBEPP = IBEPP ZITIBEPP = IZITIBEPP.

FVZK_LOAD_VZZKOPO_BATCH CALL FUNCTION 'FVZK_LOAD_VZZKOPO_BATCH' EXPORTING GSART = VDARL-GSART KOKO_KEY = I_KOKO_KEY READ_TEXT = ' ' TABLES IVZZKOPO = I_VVZZKOPO.

LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING CALCULATION_DATE = DATUM CONVERSION_CURRENCY = T001-WAERS CONVERSION_DATE = DATUM KOKO = I_VZZKOKO VDARL = VDARL X_CONVERT_CURRENCY = 'X' * X_LOAD_CONDITIONS = 'X' * X_LOAD_I = ' ' IMPORTING RLOAM = F_RLOAM TABLES I_BEPP = IZITIBEPP I_KOPO = H_VZZKOPO EXCEPTIONS NO_CONVERSION_CURRENCY = 01 NO_DATE_FOR_CONVERSION = 02.



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