RFVISL05 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 RFVISL05 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOSM - General Real Estate Posting Log
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.
Title: Real Estate Posting Log
Text Symbol: XUS = User
Text Symbol: XTI = Time
Text Symbol: XDT = Document type
Text Symbol: U30 = Only user's documents:
Text Symbol: T60 = From date
Text Symbol: T50 = Last month
Text Symbol: T40 = Last week
Text Symbol: T30 = Today
Text Symbol: T10 = No specification
Text Symbol: D58 = Management contract settlement
Text Symbol: D56 = Management contract debit position
Text Symbol: D54 = Lease-out selections
Text Symbol: D52 = Vacancy debit position
Text Symbol: D50 = Lease-out debit position
Text Symbol: D30 = Only Real Estate documents
Text Symbol: D20 = Only FI documents
Text Symbol: D10 = No specification
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' EXPORTING MC_ID = 'A' MC_OBJECT = 'MCSL' IMPORTING SELECTVALUE = PLD_MVSO EXCEPTIONS NO_SELECTION = 1 NO_VALUES = 2 NO_VALUES_SELECTED = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' EXPORTING MC_ID = 'B' MC_OBJECT = 'MCSL' IMPORTING SELECTVALUE = PLD_MESO EXCEPTIONS NO_SELECTION = 1 NO_VALUES = 2 NO_VALUES_SELECTED = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_MACO CALL FUNCTION 'HELP_VALUES_GET_WITH_MACO' EXPORTING MC_ID = 'E' MC_OBJECT = 'MCSL' IMPORTING SELECTVALUE = PLD_MVAB EXCEPTIONS NO_SELECTION = 1 NO_VALUES = 2 NO_VALUES_SELECTED = 3 OTHERS = 4.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = LOC_REPID DYNUMB = LOC_DYNNR TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = UT_DYNPFLDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 OTHERS = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.