SAP Reports / Programs

RFVIMAZB SAP ABAP Report - Compare Adjustment: Rep.List of Rents / Comparative Apartmnts







RFVIMAZB 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 RFVIMAZB into the relevant SAP transactions such as SE38 or SE80


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 RFVIMAZB. "Basic submit
SUBMIT RFVIMAZB AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMAZB 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_SACTNR = Activity
Selection Text: P_MRKVG = Selection requirements
Selection Text: P_BUKRS = D Company code
Title: Compare Adjustment: Rep.List of Rents / Comparative Apartmnts
Text Symbol: T12 = the calculated values?
Text Symbol: T11 = Do you really want to fix
Text Symbol: T10 = Save simulation
Text Symbol: M04 = List Structure...
Text Symbol: M03 = Adjustments not saved
Text Symbol: M02 = Adjustments successfully saved
Text Symbol: M01 = No contracts were adjusted (see log)
Text Symbol: H03 = Text for rental unit
Text Symbol: H02 = Address Adjustment method New amnt New amnt/RU % incr. Explanation
Text Symbol: H01 = Rntl agrmnt BE RU Condit.type Old amnt Old amnt/AU Area Adj.date


INCLUDES used within this REPORT RFVIMAZB

No INCLUDES are used within this REPORT code!


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:

PRINT_FORMAT_SET CALL FUNCTION 'PRINT_FORMAT_SET' EXPORTING FORMAT_KZ = 'Q'.

RERA_POPUP_VIMI16_DETAIL CALL FUNCTION 'RERA_POPUP_VIMI16_DETAIL' EXPORTING IV_SACTNR = K_SACTNR_SHOW IV_VIMI17 = PR_VIMI17 IV_SET_LOCK = ' ' CHANGING CR_VIMI16 = PR_VIMI16 EXCEPTIONS ADJUSTMENT_LOCKED = 1 PERMISSION_DENIED = 2 OTHERS = 3.

RERA_PROTOCOL_SELECT CALL FUNCTION 'RERA_PROTOCOL_SELECT' EXPORTING IV_BUKRS = PR_LIST-BUKRS IV_SANPNR = PR_LIST-SANPNR IV_DGUELAB = PR_LIST-DANPASS IV_XIDENT = PR_LIST-XIDENT IMPORTING ER_VIMI17 = LR_VIMI17 EV_INDEX = LI_INDEX TABLES IT_VIMI17 = PT_VIMI17[].

RERA_PROT_RENTAL_ADJUSTMENT CALL FUNCTION 'RERA_PROT_RENTAL_ADJUSTMENT' TABLES IT_PROTOCOL = LR_PTUNIT-PRTCOL EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TITEL = 'Simulation sichern'(T10) TEXTLINE1 = 'Sollen die berechneten Werte'(T11) TEXTLINE2 = 'wirklich festgeschrieben werden?'(T12) IMPORTING ANSWER = LC_ANSWER.

RERA_SAVE_RENTAL_ADJUSTMENT CALL FUNCTION 'RERA_SAVE_RENTAL_ADJUSTMENT' EXPORTING IR_VIMI17 = LR_VIMI17 IV_CHECK_PERMISSION = 'X' TABLES IT_VIMI16 = LT_VIMI16 IT_PRTCOL = LR_PTUNIT-PRTCOL EXCEPTIONS SAVING_FAILED = 1 NO_PERMISSION = 2 OTHERS = 3.



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