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
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.
RFVZTVI3, "DATENDEFINITION FÜR KOMMUNIKATIONSBEREICHE
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIWBC02 - documentation and ABAP source code RFVIWBC02 - documentation and ABAP source code RFVIWBC01 - documentation and ABAP source code RFVIWBC01 - documentation and ABAP source code RFVIWB02 - Correspondence - Print Advance Notice of Structural Alterations RFVIWB02 - Correspondence - Print Advance Notice of Structural Alterations