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

RFVIMK12 SAP ABAP Report - Tenant Account Sheet: Correspondence, Individual Print







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


Text pool values


Title: Tenant Account Sheet: Correspondence, Individual Print


INCLUDES used within this REPORT RFVIMK12

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 = viscript-sprslrcp 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 EXCEPTIONS form = 1.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = linkitcpp.

RE_ASSEMBLE_OBJECTKEY CALL FUNCTION 'RE_ASSEMBLE_OBJECTKEY' EXPORTING i_key = fle_virekey IMPORTING e_businessobject_key = sav_objkey e_businessobject_name = sav_busobj_name e_kz_key_parts_missing = flg_key_parts_missing EXCEPTIONS unknown_object_type = 1 name_of_key_not_valid = 2 object_key_not_found = 3 OTHERS = 4.

RE_GET_OPT_ARC_VALUES CALL FUNCTION 'RE_GET_OPT_ARC_VALUES' EXPORTING i_busobj_name = sav_busobj_name i_objkey = sav_objkey i_ar_object = sav_ar_object * I_INFO = ' ' i_name1 = rnamdebi-name1 CHANGING c_arc_params = tab_opt_archive-fle_arc_params c_toa_dara = tab_opt_archive-fle_toa_dara EXCEPTIONS busobj_not_used_for_re_opt_arc = 1 wrong_object_combination = 2 OTHERS = 3.

RE_GET_OPT_ARC_VALUES CALL FUNCTION 'RE_GET_OPT_ARC_VALUES' EXPORTING i_busobj_name = sav_busobj_name i_objkey = sav_objkey i_ar_object = sav_ar_object * I_INFO = ' ' i_name1 = rnamdebi-name1 CHANGING c_arc_params = tab_opt_archive-fle_arc_params c_toa_dara = tab_opt_archive-fle_toa_dara EXCEPTIONS busobj_not_used_for_re_opt_arc = 1 wrong_object_combination = 2 OTHERS = 3.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING archive_params = tab_opt_archive-fle_arc_params form = ttxbf-tdform options = linkitcpo device = 'PRINTER' dialog = space IMPORTING result = linkitcpp EXCEPTIONS canceled = 1 device = 2 form = 3 options = 4 unclosed = 5.

START_FORM CALL FUNCTION 'START_FORM' EXPORTING archive_index = tab_opt_archive-fle_toa_dara form = ttxbf-tdform language = viscript-sprslrcp EXCEPTIONS form = 1.

END_FORM CALL FUNCTION 'END_FORM'.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING result = linkitcpp EXCEPTIONS unopened = 1.

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