SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVIMAVZ SAP ABAP Report - RE: Rent adjustment - Assign RUs to comparative groups







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


Transaction Code(s):

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

FOAB - Assign RU to comparative group


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 RFVIMAVZ. "Basic submit
SUBMIT RFVIMAVZ AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMAVZ 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: 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


INCLUDES used within this REPORT RFVIMAVZ

INCLUDE IFVIMACK.
INCLUDE IFVIMALK.
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

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.



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