SAP Reports / Programs

RFVIMV00 SAP ABAP Report - Lease-Out Form: Correspondence







RFVIMV00 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 see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFVIMV00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FOLI - Resid. and Garage LO Bulk Printing


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


Text pool values


Selection Text: PAR_BANK = Bank Key
Selection Text: PAR_BKLD = Country of Bank
Selection Text: SEL_MBEG = Rental Start Date
Selection Text: PAR_RDAT = Send signed LO back by
Selection Text: PAR_PRTC = Issue Log
Selection Text: PAR_PDAT = Letter Creation Date
Selection Text: PAR_KNTO = Account Number
Selection Text: PAR_JAHW = Old Local Currency, Conv.Date
Selection Text: PAR_GVWH = Correspond.Activ. Resid. LO
Selection Text: PAR_GVGW = Correspond.Activ. Commerc.LO
Selection Text: PAR_GVGR = Correspond.Activ. Garage LO
Selection Text: PAR_GV = D Correspondence Activity
Selection Text: PAR_DEXC = Key Date Conversion 2nd Curr.
Selection Text: PAR_CUR2 = Second Currency
Title: Lease-Out Form: Correspondence
Text Symbol: 0** = * Report Title / Selection Parameters
Text Symbol: 001 = Bank Details for Rent Payments of Commercial LOs
Text Symbol: 002 = Select Real Estate Objects
Text Symbol: 003 = General Selections
Text Symbol: 004 = Output Control
Text Symbol: 010 = Translation to Other Currency
Text Symbol: 1** = * List Headings
Text Symbol: 2** = * Texts in Table Entries
Text Symbol: 201 = Value-Added Tax
Text Symbol: 5** = * Name of elements which the program expects in the form


INCLUDES used within this REPORT RFVIMV00

INCLUDE RFVIMVD1_LOAD_DATA.
INCLUDE RFVIMVCA.
INCLUDE RFVIMVCD.
INCLUDE RFVZTVI2.
INCLUDE RFVZTVI3.


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:

RE_CORRESPOND_PRTCL_FLAG_DFLT CALL FUNCTION 'RE_CORRESPOND_PRTCL_FLAG_DFLT' CHANGING c_flg_show_errors = par_prtc EXCEPTIONS OTHERS = 1.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = 'X' jtypnua = con_jtypnua_space snunrint = con_snunrint_whn_freif TABLES sosnunr = rng_rsosnunr_whn.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = ' ' jtypnua = con_jtypnua_space snunrint = con_snunrint_whn_oeffg TABLES sosnunr = rng_rsosnunr_whn.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = 'X' jtypnua = con_jtypnua_space snunrint = con_snunrint_gara_gew TABLES sosnunr = rng_rsosnunr_gara.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = ' ' jtypnua = con_jtypnua_space snunrint = con_snunrint_gara_pri TABLES sosnunr = rng_rsosnunr_gara.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = ' ' jtypnua = con_jtypnua_space snunrint = con_snunrint_gara_gem TABLES sosnunr = rng_rsosnunr_gara.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = 'X' jtypnua = con_jtypnua_gewerbl TABLES sosnunr = rng_rsosnunr_gew_gem.

MV_NUTZUNGSART_INT_TO_EXT CALL FUNCTION 'MV_NUTZUNGSART_INT_TO_EXT' EXPORTING init_sosnunr = ' ' jtypnua = con_jtypnua_gemischt TABLES sosnunr = rng_rsosnunr_gew_gem.

FI_EMU_GET_CONVERSION_DATE CALL FUNCTION 'FI_EMU_GET_CONVERSION_DATE' EXPORTING i_bukrs = p_bukrs IMPORTING e_date = fle_vikorr-dexchcuk EXCEPTIONS OTHERS = 1.

MV_KVT_VALUES_LIST CALL FUNCTION 'MV_KVT_VALUES_LIST' EXPORTING i_korrber = con_kanw_mv i_rantyp = con_rantyp-immo IMPORTING e_korrvorf = hlp_kv EXCEPTIONS nothing_selected = 1 no_list = 2 OTHERS = 3.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sav_repid TABLES selection_table = tab_rsparams_gemv EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = sav_repid mode_write_or_move = 'M' IMPORTING p_trange = lt_trange EXCEPTIONS not_found = 1 wrong_type = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = lt_trange IMPORTING expressions = lt_texpr.



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