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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.