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

RFVIWBC02 SAP ABAP Report - documentation and ABAP source code







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

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_TTXBS CALL FUNCTION 'POPUP_TTXBS' TABLES itxbs = lt_ttxbs EXCEPTIONS zurueck = 1.

FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING i_pzfor = ttxbf-tdform EXCEPTIONS not_defined = 1.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING * APPLICATION = 'TX' * ARCHIVE_INDEX = * ARCHIVE_PARAMS = * DEVICE = 'PRINTER' dialog = txtif-fbkz form = ttxbf-tdform * LANGUAGE = SY-LANGU options = linkitcpo * MAIL_SENDER = * MAIL_RECIPIENT = * MAIL_APPL_OBJECT = * RAW_DATA_INTERFACE = '*' IMPORTING result = linkitcpp EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING form = ttxbf-tdform language = viscript-sprslrcp startpage = 'FIRST' EXCEPTIONS form = 1.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = linkitcpp.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = 'TEXT' language = viscript-sprslrcp name = ls_ttxbs-xbstnm object = ls_ttxbs-xobject IMPORTING header = ls_thead TABLES lines = lt_tline EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6.

WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING function = 'SET' header = ls_thead type = 'BODY' window = 'MAIN' TABLES lines = lt_tline EXCEPTIONS function = 1 type = 2 unopened = 3 unstarted = 4 window = 5 bad_pageformat_for_print = 6.



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