SAP Reports / Programs | Real Estate Management | Rental | Management of Interested Parties(RE-RT-AO) SAP RE

RFVISADD SAP ABAP Report - Overview of Rental Requests







RFVISADD 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 RFVISADD 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

FOAR1C - Overview of Requests


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 RFVISADD. "Basic submit
SUBMIT RFVISADD AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISADD 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_RERF = D Created by
Selection Text: SO_RENTI = D Gross monthly rent
Selection Text: SO_RENTE = D Net monthly rent
Selection Text: SO_RENAI = D Gross annual rent/AU
Selection Text: SO_RENAE = D Gross annual rent/AU
Selection Text: SO_REHER = D Source initial entry
Selection Text: SO_REGIO = D Region
Selection Text: SO_RBHER = D Source of Change
Selection Text: SO_RBEAR = D Last changed by
Selection Text: SO_PUBLI = D Public
Selection Text: SO_PSTAT = D Processing status
Selection Text: SO_PNINC = D Annual net income
Selection Text: SO_PNATI = D Nationality
Selection Text: SO_PMARK = D Processing indicator
Selection Text: SO_PCINC = D Currency
Selection Text: SO_PAWHY = D Reason for Search
Selection Text: SO_PAWAY = D Enquiry Method
Selection Text: SO_PARTN = D Partner ID
Selection Text: SO_PARKG = D Parking space group
Selection Text: SO_PAFRO = D Source of Prospect
Selection Text: SO_OCCUP = D Occupancy obligation
Selection Text: SO_OBJGR = D Real estate group
Selection Text: SO_ROOMF = D Number of rooms
Selection Text: SO_ZIPST = D Zip code details
Selection Text: SO_WSIZE = D AEC area
Selection Text: SO_WROOH = D Half room
Selection Text: SO_WROOF = D Rooms
Selection Text: SO_WREFU = D AEC refused on
Selection Text: SO_WREFE = D AEC reference no.
Selection Text: SO_WPRIO = D Priority level
Selection Text: SO_WPERS = D Specific group of people
Selection Text: SO_WMEMO = D Memo
Selection Text: SO_WJWBS = D AEC exists
Selection Text: SO_WDWBS = D AEC issued on
Selection Text: SO_WDVAL = D AEC valid to
Selection Text: SO_WAREA = D Area unit
Selection Text: SO_WAPPE = D Accom. ent. cert. addit info
Selection Text: SO_TRAFF = D Transport connections





Selection Text: SO_SUBLO = D District
Selection Text: SO_STREE = D Street
Selection Text: SO_SIZEU = D Usable area
Selection Text: SO_SIZEA = D Total area
Selection Text: SO_SELEC = D Prebooking
Selection Text: SO_RSTOR = D Modernization Date
Selection Text: SO_ROOMH = D Half room
Selection Text: SO_NUMPE = D Total number of persons
Selection Text: P_ALVVAR = D Layout
Selection Text: SO_AGEGR = D Building age class
Selection Text: SO_APPLY = D Date received
Selection Text: SO_AQUIS = D Acquisition form
Selection Text: SO_AREAK = D Area unit
Selection Text: SO_AUTOI = D Automatic notification
Selection Text: SO_BUILD = D Building date
Selection Text: SO_CITYC = D City zip code
Selection Text: SO_COUNC = D County zip code
Selection Text: SO_COUNT = D Country key
Selection Text: SO_CRDST = D Credit Standing
Selection Text: SO_CURRK = D Currency
Selection Text: SO_DBEAR = D Last processing
Selection Text: SO_DERF = D First Entered On
Selection Text: SO_FLOCO = D Floor
Selection Text: SO_FLOEX = D exclude
Selection Text: SO_FREEF = D Occupied as from
Selection Text: SO_FREET = D Limited Lease-In to
Selection Text: SO_GDEMA = D Rental request ID
Selection Text: SO_HVPTN = Interested party
Selection Text: SO_LOCAL = D DistrLocGr.Request
Selection Text: SO_LOCAT = D Location
Title: Overview of Rental Requests
Text Symbol: 001 = Requests
Text Symbol: 002 = Address
Text Symbol: 003 = Connections/location
Text Symbol: 004 = Validity
Text Symbol: 005 = Conditions
Text Symbol: 006 = Area
Text Symbol: 007 = Number of rooms
Text Symbol: 008 = Floor





Text Symbol: 009 = Building age
Text Symbol: 010 = Layout
Text Symbol: 011 = Entry data
Text Symbol: 012 = Change data
Text Symbol: 013 = Various
Text Symbol: 014 = Accommodation entitlement certificate
Text Symbol: 015 = Processing data
Text Symbol: 016 = Interested party
Text Symbol: TS1 = Party/Request
Text Symbol: TS2 = Loc/Cond/Area
Text Symbol: TS3 = Additional
Text Symbol: TS4 = AEC
Text Symbol: TS5 = Fixtures/Fittings
Text Symbol: TS6 = Processing data


INCLUDES used within this REPORT RFVISADD

INCLUDE IFVISADD00.
INCLUDE IFVISADO02.
INCLUDE IFVISADI02.
INCLUDE IFVISADF02.
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:

No SAP FUNCTION MODULES are executed within this report code!



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