SAP Reports / Programs

RFVISBW0 SAP ABAP Report - Rental requests







RFVISBW0 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 RFVISBW0 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 RFVISBW0. "Basic submit
SUBMIT RFVISBW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISBW0 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: SO_VORKZ = Preselection Indicator
Selection Text: SO_STMVA = Offer status
Selection Text: SO_SNUNR = Usage type
Selection Text: SO_SLAGE = Location
Selection Text: SO_SALTN = Reference type
Selection Text: SO_NATIO = Nationality
Selection Text: SO_MNET = Net income (month)
Selection Text: SO_MIETE = Rent amount
Selection Text: SO_MARIT = Marital status
Selection Text: SO_JNET = Net income (year)
Selection Text: SO_HOUSE = No.of persons in household
Selection Text: SO_FLMIN = Area
Selection Text: SO_DEING = Rent request date of receipt
Selection Text: SO_DEINB = Applic.date of receipt
Selection Text: SO_CHILD = No.of children
Selection Text: SO_BSTAT = Processing status
Selection Text: SO_BONI = Cred. stndng appl.
Selection Text: SO_BEAKZ = Processing indicator
Selection Text: SO_AZIMV = Number of rooms
Selection Text: P_FLG0A = Appl.still without offer
Selection Text: P_ACTMVA = Appl.with active offers
Title: Rental requests
Text Symbol: NOP = Name/address of applicant not known
Text Symbol: BEW = Applicant data:
Text Symbol: ANG = Applications for which offers exist with status:
Text Symbol: 540 = Rental period
Text Symbol: 530 = Valid
Text Symbol: 520 = Status
Text Symbol: 510 = Offer
Text Symbol: 500 = Offers
Text Symbol: 270 = Loc.
Text Symbol: 261 = Crcy
Text Symbol: 260 = Rent amnt
Text Symbol: 240 = Area
Text Symbol: 230 = Room
Text Symbol: 220 = Building type
Text Symbol: 210 = Usage type
Text Symbol: 120 = Date of receipt





Text Symbol: 110 = RentalReq.
Text Symbol: 080 = Offers
Text Symbol: 070 = Cred. stndng
Text Symbol: 020 = Address
Text Symbol: 010 = Applicatn


INCLUDES used within this REPORT RFVISBW0

INCLUDE RFVICNGP.
INCLUDE IRSELPAR.


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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = '63' MSGTY = 'I' MSGV1 = PARAM1 MSGV2 = PARAM2 MSGV3 = PARAM3 TXTNR = '538' EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = '63' MSGTY = 'I' TXTNR = '548' MSGV1 = PARAM3.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = TEXT-500 SEND_IF_ONE = 'X' SHOW_LINNO = ' ' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.

ISGP_VZGPO_READ CALL FUNCTION 'ISGP_VZGPO_READ' EXPORTING I_SNUMOBJ = 'VI' I_SOBJEKT = INTRENO TABLES YVZGPO = XVZGPO EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

REAL_ESTATE_PARTNER_DATA_READ CALL FUNCTION 'REAL_ESTATE_PARTNER_DATA_READ' EXPORTING I1_ROLETYP = CON_ROLETYP-BEWERBER I_KZ_MEMORY = 'X' I_LINES = 1 I_DATE = SY-DATUM I_KZ_NO_ADDRESS = 'X' IMPORTING E_ADRS = ADRS TABLES I_TAB_VZGPO = XVZGPO EXCEPTIONS ADDRESS_NOT_FOUND = 1 PARTNER_NOT_FOUND = 2 UNKNOWN_ERROR = 3 PARTNER_RELATION_NOT_FOUND = 4 OTHERS = 5.

ME_GET_AREA CALL FUNCTION 'ME_GET_AREA' EXPORTING I_BUKRS = P_BUKRS I_SWENR = P_SWENR I_SMENR = P_SMENR TABLES T_VIOB40 = IVIOB40 EXCEPTIONS ERROR_READING_OBJECT = 1 OTHERS = 2.

ISGP_VZGPO_READ CALL FUNCTION 'ISGP_VZGPO_READ' EXPORTING I_SNUMOBJ = 'VI' I_SOBJEKT = INTRENO TABLES YVZGPO = XVZGPO EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

FVMV_CALL_DISPLAY_ANG CALL FUNCTION 'FVMV_CALL_DISPLAY_ANG' EXPORTING BUKRS = P_VIMI33_BUKRS SMVANG = P_VIMI33_SMVANG 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 RFVISBW0 or its description.