SAP Reports / Programs | Real Estate Management(RE) SAP RE

RFVISL05 SAP ABAP Report - Real Estate Posting Log







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FOSM - General Real Estate Posting Log


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 RFVISL05. "Basic submit
SUBMIT RFVISL05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVISL05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVISL05

No INCLUDES are used within this REPORT code!


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:

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.



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