RFVIKN01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report prints confirmation of the
If you would like to execute this report or see the full code listing simply enter RFVIKN01 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.
Selection Text: PAR_PRTC = Issue Log
Selection Text: PAR_PDAT = Letter Creation Date
Selection Text: PAR_MIVE = Lease-out
Selection Text: PAR_JAHW = Old Local Currency, Conv.Date
Selection Text: PAR_GV = D Correspondence Activity
Selection Text: PAR_EMIV = Collective lease-out
Selection Text: PAR_DEXC = Key Date Conversion 2nd Curr.
Selection Text: PAR_CUR2 = Second Currency
Selection Text: PAR_BKRS = Company Code
Title: Confirmation of Tenant Notice on Date Other Than Requested: Corresp.
Text Symbol: 5** = * Name of elements which the program expects in the form
Text Symbol: 1** = * List Headings
Text Symbol: 010 = Translation to Other Currency
Text Symbol: 003 = Output Control
Text Symbol: 002 = General Selections
Text Symbol: 001 = Select Real Estate Objects
Text Symbol: 0** = * Report Title / Selection Parameters
INCLUDE RFVIMVD1_LOAD_DATA.
INCLUDE RFVIMVCA.
INCLUDE RFVIMVCD.
INCLUDE RFVZTVI2.
INCLUDE RFVZTVI3.
No SAP DATABASE tables are accessed within this REPORT code!
RE_CORRESPOND_PRTCL_FLAG_DFLT CALL FUNCTION 'RE_CORRESPOND_PRTCL_FLAG_DFLT' CHANGING c_flg_show_errors = par_prtc EXCEPTIONS OTHERS = 1.
RE_RA_FOR_SINGLE_COLL_RA CALL FUNCTION 'RE_RA_FOR_SINGLE_COLL_RA' EXPORTING i_bukrs = par_bkrs i_e_smive = par_emiv TABLES t_e_vimimv = tab_vimimv_hlp * T_E_RSOSMIVE = EXCEPTIONS OTHERS = 0.
FI_EMU_GET_CONVERSION_DATE CALL FUNCTION 'FI_EMU_GET_CONVERSION_DATE' EXPORTING i_bukrs = par_bkrs IMPORTING e_date = fle_vikorr-dexchcuk EXCEPTIONS OTHERS = 1.
MV_KVT_VALUES_LIST CALL FUNCTION 'MV_KVT_VALUES_LIST' EXPORTING i_korrber = con_kanw_kuend i_rantyp = con_rantyp-immo IMPORTING e_korrvorf = hlp_kv EXCEPTIONS nothing_selected = 1 no_list = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIKN01 - Confirmation of Tenant Notice on Date Other Than Requested: Corresp. RFVIKN01 - Confirmation of Tenant Notice on Date Other Than Requested: Corresp. RFVIKAID - RE Forms for FB02 RFVIKAID - RE Forms for FB02 RFVIKA05 - Reverse External Heating Expenses Settlement RFVIKA05 - Reverse External Heating Expenses Settlement