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
Below is a list of transaction codes which are relevant to this SAP report
FOAR1B - Offer Overview
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: 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
INCLUDE IFVISADS00.
INCLUDE IFVISADO01.
INCLUDE IFVISADI01.
INCLUDE IFVISADF01.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.