RFVIMKCSR 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 RFVIMKCSR 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, Sub-Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = is_rstxt-tdid language = is_rstxt-tdspras name = is_rstxt-tdname object = is_rstxt-tdobject 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.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = is_rstxt-tdid language = is_rstxt-tdspras name = is_rstxt-tdname object = is_rstxt-tdobject 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 = 'TOP' 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.
RFVIMKCSR - Tenant Account Sheet: Correspondence, Sub-Routines RFVIMKCSR - Tenant Account Sheet: Correspondence, Sub-Routines RFVIMK12 - Tenant Account Sheet: Correspondence, Individual Print RFVIMK12 - Tenant Account Sheet: Correspondence, Individual Print RFVIMK10_USER_EXIT - RFVIMK10USEREXIT RFVIMK10 - Tenant Account Sheet: Screen List