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

RFVISADS SAP ABAP Report - Overview of offer objects







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

FOAR1B - Offer Overview


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 RFVISADS. "Basic submit
SUBMIT RFVISADS AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISADS 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_FREET = D Vacant to
Selection Text: SO_JINTE = D Internet release
Selection Text: SO_LOCAL = D District loc. object
Selection Text: SO_LOCAT = D Location
Selection Text: SO_LSUPP = D Local ID
Selection Text: SO_OBJTY = D Real estate category
Selection Text: SO_OCCUP = D Occupancy obligation
Selection Text: SO_PARKB = D Parking space
Selection Text: SO_PARTN = D Partner ID
Selection Text: SO_RBEAR = D Last changed by
Selection Text: SO_RBHER = D Source of Change
Selection Text: SO_REGIO = D Region
Selection Text: SO_REHER = D Source initial entry
Selection Text: SO_RENAE = D Gross annual rent/AU
Selection Text: SO_RENAI = D Gross annual rent/AU
Selection Text: SO_RENTE = D Net monthly rent
Selection Text: SO_RENTI = D Gross monthly rent
Selection Text: SO_RERF = D Created by
Selection Text: SO_ROOMF = D Number of rooms
Selection Text: SO_ROOMH = D Half room
Selection Text: SO_RSTOR = D Modernization date
Selection Text: SO_SIZEA = D Total area
Selection Text: SO_SIZEU = D Usable area
Selection Text: SO_STREE = D Street
Selection Text: SO_SUBLO = D District
Selection Text: SO_TRAFF = D Transport connections
Selection Text: SO_WJWBS = D AEC advantage
Selection Text: SO_ZIPCO = D Postal Code
Selection Text: SO_FREEF = D Vacant from
Selection Text: SO_FLONU = D Floor
Selection Text: SO_FLOMA = D Highest floor
Selection Text: SO_FLOCO = D Floor
Selection Text: SO_DERF = D First Entered On
Selection Text: SO_DBEAR = D Last processing
Selection Text: SO_CURRK = D Currency
Selection Text: SO_COUNT = D Country key
Selection Text: SO_COUNC = D County zip code
Selection Text: SO_CITYC = D City zip code





Selection Text: SO_BUILD = D Building date
Selection Text: SO_AREAK = D Area unit
Selection Text: SO_AQUIS = D Acquisition form
Selection Text: P_ALVVAR = D Layout
Title: Overview of offer objects
Text Symbol: TS4 = Processing data
Text Symbol: TS3 = Fixtures/Fittings
Text Symbol: TS2 = Cond/Area/Addit
Text Symbol: TS1 = Loc/Object/Valid
Text Symbol: 012 = Change data
Text Symbol: 011 = Entry data
Text Symbol: 009 = Various
Text Symbol: 007 = Display
Text Symbol: 006 = Area
Text Symbol: 005 = Conditions
Text Symbol: 004 = Validity
Text Symbol: 003 = Connections/location
Text Symbol: 002 = Address
Text Symbol: 001 = Offer object


INCLUDES used within this REPORT RFVISADS

INCLUDE IFVISADS00.
INCLUDE IFVISADO01.
INCLUDE IFVISADI01.
INCLUDE IFVISADF01.
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 RFVISADS or its description.