RFVISLF8 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 RFVISLF8 into the relevant SAP transactions such as SE38 or SE80
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: Program with Routines for Debit Positions
Text Symbol: 001 = RETURN code
INCLUDE RFVISLT1.
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = pa_tab * FIELDNAME = fieldname langu = sy-langu lfieldname = pa_field * ALL_TYPES = ' ' * GROUP_NAMES = ' ' * UCLEN = IMPORTING * X030L_WA = * DDOBJTYPE = dfies_wa = sav_dfies * LINES_DESCR = * TABLES * DFIES_TAB = * FIXED_VALUES = EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVISLF8 - Program with Routines for Debit Positions RFVISLF8 - Program with Routines for Debit Positions RFVISLF3 - Forms for Execution of Debit Position RFVISLF2 - Forms for Execution of Debit Position RFVISLF1 - Forms for Debit Position Reports RFVISL1* - Debit Postion Init.Screen RFVISLF0 - Forms for Rent Debit Position, Unoccupied, Accruals/Deferrals