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

RFVIRMAZ SAP ABAP Report - Display Rooms in Rental Unit







RFVIRMAZ 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 RFVIRMAZ 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 RFVIRMAZ. "Basic submit
SUBMIT RFVIRMAZ AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIRMAZ 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_BUKRS = Company code
Selection Text: P_DBEZU = Reference date
Selection Text: P_SGENR = Buildings
Selection Text: P_SMENR = Rental unit
Selection Text: P_SWENR = Business entity
Title: Display Rooms in Rental Unit
Text Symbol: 001 = Room
Text Symbol: 002 = RT
Text Symbol: 003 = Description
Text Symbol: 004 = Dir.
Text Symbol: 005 = SR
Text Symbol: 006 = Text
Text Symbol: 011 = No rooms exist for rental unit
Text Symbol: 012 = Rooms
Text Symbol: ARA = FOR2
Text Symbol: L01 = Company code
Text Symbol: L02 = Business entity
Text Symbol: L04 = Rental unit
Text Symbol: L05 = Refer.date
Text Symbol: T01 = Other move-in date


INCLUDES used within this REPORT RFVIRMAZ

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:

C_DIC_DOMAIN_VALUE_TEXT_READ CALL FUNCTION 'C_DIC_DOMAIN_VALUE_TEXT_READ' EXPORTING NAME = NAME SPRAS = SPRACHE VALUE = WERT IMPORTING TEXT = TEXT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING CHECK_EXISTENCE = SPACE POPUP_TITLE = TEXT-T01 START_COLUMN = POPCOL START_ROW = POPROW IMPORTING RETURNCODE = ANSWER TABLES FIELDS = INT_SVAL EXCEPTIONS ERROR_IN_FIELDS = 01 OTHERS = 02.

ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING ADR_IN = VIMI01-SADRME FUNCTION = ADR_FUNCTION OBJEKTTYP = ADR_OBJ_TYP IMPORTING ADRWA_OUT = SANS1 EXCEPTIONS ADDRESS_NOT_FOUND = 01 ILLEGAL_FUNCTION = 02 NO_ADDRESS_ASSIGNED = 03.

ADDRESS_TEXT CALL FUNCTION 'ADDRESS_TEXT' EXPORTING SANS1 = SANS1 IMPORTING ADR_TEXT = XADRME.



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