SAP Reports / Programs

RFVIWE01 SAP ABAP Report - Rent Adjustment Based on Representative List of Rents: Correspondence







RFVIWE01 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 letters about rent adjustments according to the 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 RFVIWE01 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

FOAU - Rep.rnt list rnt increase coll.print


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 RFVIWE01. "Basic submit
SUBMIT RFVIWE01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIWE01 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_BKRS = Company Code
Selection Text: PAR_CUR2 = Second Currency
Selection Text: PAR_DANP = Valid-From Date
Selection Text: PAR_DEXC = Key Date Conversion 2nd Curr.
Selection Text: PAR_FBKZ = SAPscript Spool Mgmt Screen
Selection Text: PAR_GV = D Correspondence Activity
Selection Text: PAR_IDNT = User Identification
Selection Text: PAR_JAHW = Old Local Currency, Conv.Date
Selection Text: PAR_NARC = Do Not Archive Correspondence
Selection Text: PAR_PDAT = Letter Creation Date
Selection Text: PAR_PRTC = Issue Log
Selection Text: PAR_RDAT = Reply By
Title: Rent Adjustment Based on Representative List of Rents: Correspondence
Text Symbol: 0** = * Report Title / Selection Parameters
Text Symbol: 001 = General Selections
Text Symbol: 002 = 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 RFVIWE01

INCLUDE RFVIMVD1_LOAD_DATA.
INCLUDE RFVIMVCA.
INCLUDE RFVIMVCF.
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_KVT_VALUES_LIST CALL FUNCTION 'MV_KVT_VALUES_LIST' EXPORTING i_korrber = con_kanw_manp i_rantyp = con_rantyp-immo IMPORTING e_korrvorf = hlp_kv EXCEPTIONS nothing_selected = 1 no_list = 2 OTHERS = 3.

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.

RE_LOAD_RA_FOR_RNT_ADJ_HEADER CALL FUNCTION 'RE_LOAD_RA_FOR_RNT_ADJ_HEADER' EXPORTING i_bukrs = par_bkrs i_sanpnr = con_sanpnr_mspiegel i_danpass = par_danp i_xident = par_idnt TABLES t_e_rsosmive = rng_smive EXCEPTIONS not_found = 1 OTHERS = 2.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'VIMI17' fieldname = 'XIDENT' searchhelp = pc_shlpname dynpprog = lc_repid dynpnr = lc_dynnr dynprofield = con_param_xident callback_program = lc_repid callback_form = 'F4_CALLBACK' TABLES return_tab = lt_return EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = lt_return-fieldval IMPORTING date_internal = pd_guelab EXCEPTIONS date_external_is_invalid = 1.

DYNP_VALUES_UPDATE * call function 'DYNP_VALUES_UPDATE' * exporting * dyname = lc_repid * dynumb = lc_dynnr * tables * dynpfields = lt_dynpfields * exceptions * others = 1.



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