SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVIWBC01 SAP ABAP Report - documentation and ABAP source code







RFVIWBC01 is a standard Executable ABAP Report 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 RFVIWBC01 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 RFVIWBC01. "Basic submit
SUBMIT RFVIWBC01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIWBC01 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 RFVIWBC01

RFVZTVI3, "DATENDEFINITION FÜR KOMMUNIKATIONSBEREICHE


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:

POPUP_TTXBF CALL FUNCTION 'POPUP_TTXBF' EXPORTING brfnm = ic_brfnm rantyp = con_rantyp-immo subanwdg = c_docgrp_wb EXCEPTIONS not_found = 1 zurueck = 2.

REWB_HIWB_EXISTS CALL FUNCTION 'REWB_HIWB_EXISTS' EXPORTING id_date = id_date IMPORTING eb_exists = lb_exists TABLES it_so_swbnr = it_so_swbnr[] it_so_stat = it_so_stat[] it_so_swbind = it_so_swbind[] it_so_stat2 = it_so_stat2[] it_so_bukrs = lt_so_bukrs[] it_so_swenr = it_so_swenr[].

POPUP_TTXBF CALL FUNCTION 'POPUP_TTXBF' EXPORTING rantyp = con_rantyp-immo subanwdg = c_docgrp_wb IMPORTING brfnm = lc_brfnm EXCEPTIONS not_found = 1 zurueck = 2.

REWB_HIWB_LEVEL_GET CALL FUNCTION 'REWB_HIWB_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr[] it_so_stat = it_so_stat[] it_so_swbind = it_so_swbind[] it_so_stat2 = it_so_stat2[] it_so_bukrs = lt_so_bukrs[] it_so_swenr = it_so_swenr[] et_out = lt_rewbhiwb[].

TEXT_INTERFACE CALL FUNCTION 'TEXT_INTERFACE' EXPORTING * ADRTYP = ' ' brfnm = ic_brfnm * BRIEFDATUM = SY-DATUM bukrs = ic_bukrs dialog = lb_spfbkz druparm = ls_itcpo * fprotokoll = 'X' * PARTNR = ' ' * P_USER_EXIT = ' ' rantyp = con_rantyp-immo * STICHTAG = SY-DATUM subanwdg = c_docgrp_wb IMPORTING ergebnis = ls_itcpp EXCEPTIONS adress = 1 canceled = 2 element = 3 form = 4 options = 5 OTHERS = 6.

RE_GET_TEXTS_FOR_COMPANY CALL FUNCTION 'RE_GET_TEXTS_FOR_COMPANY' EXPORTING i_bukrs = ic_bukrs IMPORTING e_vitxt = ls_vitxt EXCEPTIONS OTHERS = 0.

REWB_HIWEME_LEVEL_GET CALL FUNCTION 'REWB_HIWEME_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhiweme.

REWB_HIMEFL_GET CALL FUNCTION 'REWB_HIMEFL_GET' EXPORTING id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhimefl.

REWB_HIMENI_GET CALL FUNCTION 'REWB_HIMENI_GET' TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhimeni.

REWB_HIKOST_LEVEL_GET CALL FUNCTION 'REWB_HIKOST_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhikost.

REWB_HIFIPL_LEVEL_GET CALL FUNCTION 'REWB_HIFIPL_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhifipl.

REWB_HILAFK_LEVEL_GET CALL FUNCTION 'REWB_HILAFK_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhilafk.

REWB_HILABK_LEVEL_GET CALL FUNCTION 'REWB_HILABK_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind et_out = lt_rewbhilabk.

REWB_HIZAUF_LEVEL_GET CALL FUNCTION 'REWB_HIZAUF_LEVEL_GET' EXPORTING ii_level = 0 id_date = id_date TABLES it_so_swbnr = it_so_swbnr it_so_swbind = it_so_swbind * IT_REWBHIWB = it_rewbhilafk = lt_rewbhilafk it_rewbhilabk = lt_rewbhilabk et_out = lt_rewbhizauf.



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