RFVIMAVZ 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 RFVIMAVZ into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOAB - Assign RU to comparative group
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: P_MEOVGB = Only RUs without comp.group
Title: RE: Rent adjustment - Assign RUs to comparative groups
Text Symbol: H01 = CoCd BE RU Comparative group
Text Symbol: H02 = Text for RU
Text Symbol: M01 = No comp.group assigned
Text Symbol: M02 = Comp.group does not exist
Text Symbol: M03 = Comp.group has no apartments
Text Symbol: M10 = Error while saving
Text Symbol: M20 = Changes saved successfully
Text Symbol: M30 = No changes; saving not necessary
Text Symbol: M40 = Entry blocked by
Text Symbol: P01 = Exit program
Text Symbol: P02 = Assignments have been saved.
Text Symbol: P03 = Save before program exit?
Text Symbol: SE1 = Further selections
Text Symbol: T01 = NO COMP.GROUP ASSIGNED
Text Symbol: T02 = No rental units have been selected
INCLUDE IFVIMACK.
INCLUDE IFVIMALK.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' titel = 'Programm beenden'(p01) textline1 = 'Zuordnungen wurden geƤndert.'(p02)
FVVI_SAVE_VIMI21 CALL FUNCTION 'FVVI_SAVE_VIMI21' IN UPDATE TASK EXPORTING satz_kz = lc_satz_kz upd_vimi21 = lr_vimi21_new EXCEPTIONS error_in_verbuchung = 1 OTHERS = 2.
ENQUEUE_EFVIVZ CALL FUNCTION 'ENQUEUE_EFVIVZ' EXPORTING bukrs = pc_bukrs swenr = pc_swenr smenr = pc_smenr EXCEPTIONS foreign_lock = 01 system_failure = 02.
DEQUEUE_EFVIVZ CALL FUNCTION 'DEQUEUE_EFVIVZ' EXPORTING bukrs = pc_bukrs swenr = pc_swenr smenr = pc_smenr.
VGLZUORDN_WRITE_DOCUMENT CALL FUNCTION 'VGLZUORDN_WRITE_DOCUMENT' EXPORTING objectid = 'VGLZUORDN' tcode = sy-tcode utime = sy-uzeit udate = sy-datum username = sy-uname n_vimi21 = pr_vimi21_new o_vimi21 = pr_vimi21_old upd_vimi21 = pc_satz_kz TABLES icdtxt_vglzuordn = lt_icdtxt EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIMAVZ - RE: Rent adjustment - Assign RUs to comparative groups RFVIMAVZ - RE: Rent adjustment - Assign RUs to comparative groups RFVIMATOOL01 - RE: Renumber Rep.List of Rents Control Table (Internal Use Only) RFVIMATOOL01 - RE: Renumber Rep.List of Rents Control Table (Internal Use Only) RFVIMATIVM3 - RE: Transfer Any Adjustable Conditions RFVIMATIVM3 - RE: Transfer Any Adjustable Conditions