RFVICHMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ..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 RFVICHMS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOMS - Swiss representative rent list
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_GR_M = Basic rent
Title: Representative List of Rents for Switzerland
Text Symbol: 001 = BE
Text Symbol: 002 = RU
Text Symbol: 003 = LO
Text Symbol: 004 = Name
Text Symbol: 005 = Rent start
Text Symbol: 006 = Basic rent
Text Symbol: 007 = Service charges
Text Symbol: 008 = Together
Text Symbol: 009 = Crcy
Text Symbol: 010 = No entries matching your selection were found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVZK_GET_SKOART CALL FUNCTION 'FVZK_GET_SKOART' EXPORTING GSART = CON_GRM SBEWZITI = CON_IMMO_MV IMPORTING SKOART = GRM EXCEPTIONS GROUP_NOT_FOUND = 01 MORE_THAN_ONE_SKOART_FOUND = 02 NO_SKOART_FOUND = 03.
MV_GET_ACTIVE_KOPOS CALL FUNCTION 'MV_GET_ACTIVE_KOPOS' EXPORTING bukrs = VIMIMV-bukrs GET_BARKAUTION = ' ' INIT_TABLES = 'X' REF_DATUM = P_DSTICH SANLF = CON_SANLF_MV smenr = VIMIMV-smenr smive = VIMIMV-smive swenr = VIMIMV-swenr TABLES IVZZKOPO = TAB_VZZKOPO EXCEPTIONS KOPOS_NOT_FOUND = 01 SANLF_NOT_VALID = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVICHMS - Representative List of Rents for Switzerland RFVICHMS - Representative List of Rents for Switzerland RFVICHDO - Report for Display of Change Documents for Real Estate Objects RFVICHDO - Report for Display of Change Documents for Real Estate Objects RFVICF00 - Update Cash Flow RFVICF00 - Update Cash Flow