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
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.
Title: Tenant Account Sheet: Correspondence, Individual Print
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 = 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIMK12 - Tenant Account Sheet: Correspondence, Individual Print RFVIMK12 - Tenant Account Sheet: Correspondence, Individual Print RFVIMK10_USER_EXIT - RFVIMK10USEREXIT RFVIMK10 - Tenant Account Sheet: Screen List RFVIMK10 - Tenant Account Sheet: Screen List RFVIMK02 - Correspondence - Print Tenant Account Sheet