RFVISAD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Extraction Program: Rental Units - Offer Objects This program selects rental units that have been flagged for rental...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVISAD0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOAR1A - Transfer Rental Units into Offers
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_DIRECT = D Direct Transfer
Selection Text: P_ALVVAR = D Display Variant
Selection Text: PARTNER = D Partner ID
Selection Text: JDELE = D Delete Mode
Selection Text: FREE2 = free in (months)
Selection Text: FREE1 = free for at least (months)
Title: Arrange Rental Units for Rent in Offer Object List
Text Symbol: 005 = Display Parameter
Text Symbol: 004 = Caution! This deletes offer objects!
Text Symbol: 003 = Delete Mode
Text Symbol: 002 = Parameters for Vacancy Definition
Text Symbol: 001 = Constants
INCLUDE IFVISAD000.
INCLUDE IFVISADF00.
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.
RFVISAD0 - Arrange Rental Units for Rent in Offer Object List RFVISAD0 - Arrange Rental Units for Rent in Offer Object List RFVIRZB0 - Include for Transaction Types (Read Texts) RFVIRWRC - Update of Entries in Report Call Set from RW Report Groups RFVIRWRC - Update of Entries in Report Call Set from RW Report Groups RFVIRWEF - documentation and ABAP source code