RFVIVD00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report has various tasks: It offers you a selection of print programs in DARWIN-Real Estate and starts the selected program...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 RFVIVD00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOLK - FVVI Pop-up for addit.letter print.
FOLQ - FVVI RA-Connect.to optical archive
FOLN - Cust.FVVI letter-module relationship
FOLL - FVVI Pop-up for print of oth.letters
FOLM - Cust. FVVI letters
FOLR - FVVI Client copy text modules
FOLS - FVVI Maintain text objects
FOLT - FVVI Maintain text ID's
FOLJ - FVVI Pop-up for rntl agrmnt printing
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: Call-up of Various Transactions in DARWIN-Real Estate
Text Symbol: 0** = * Report Title / Selection Parameters
Text Symbol: 1** = * List headings
Text Symbol: 2** = * Texts in table entries
Text Symbol: 5** = * Name of elements which the program expects in the form
INCLUDE RFVZTVI2.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING CUCOL = 3 CUROW = 3 FIELDNAME = 'NAME' TABNAME = 'TRDIR' IMPORTING SELECT_VALUE = REPORT TABLES FIELDS = FIELDTAB VALUETAB = VALUETAB.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING CUCOL = 3 CUROW = 3 FIELDNAME = 'NAME' TABNAME = 'TRDIR' IMPORTING SELECT_VALUE = REPORT TABLES FIELDS = FIELDTAB VALUETAB = VALUETAB.
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING CUCOL = 3 CUROW = 3 FIELDNAME = 'NAME' TABNAME = 'TRDIR' IMPORTING SELECT_VALUE = REPORT TABLES FIELDS = FIELDTAB VALUETAB = VALUETAB.
VIEW_MAINTENANCE_CALL * call function 'VIEW_MAINTENANCE_CALL' * exporting * action = 'U' * view_name = 'VTDTTXBF' * tables * dba_sellist = selekttab * excl_cua_funct = excl_cua_funct.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' VIEW_NAME = 'VTDTTXBS' SHOW_SELECTION_POPUP = 'X' TABLES DBA_SELLIST = SELEKTTAB EXCL_CUA_FUNCT = EXCL_CUA_FUNCT.
HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * exporting * cucol = 3 * curow = 3 * fieldname = 'AR_OBJECT' * tabname = 'TOADV' * importing * select_value = toadv-ar_object * tables * fields = fieldtab * valuetab = objtexttab.
ARCHIV_DISPLAY_META * CALL FUNCTION 'ARCHIV_DISPLAY_META' * EXPORTING * ar_object = toadv-ar_object * object_id = objid * sap_object = con_sapobj_fvvi * EXCEPTIONS * error_archiv = 01 * error_communicationtable = 02 * error_connectiontable = 03 * error_kernel = 04 * error_parameter = 05 * error_version = 06.
HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * cucol = 3 * curow = 3 * fieldname = 'AR_OBJECT' * tabname = 'TOADV' * importing * select_value = toadv-ar_object * tables * fields = fieldtab * valuetab = objtexttab.
ARCHIV_DISPLAY_META * CALL FUNCTION 'ARCHIV_DISPLAY_META' * EXPORTING * ar_object = toadv-ar_object * object_id = objid * sap_object = con_sapobj_fvvi * exceptions * error_archiv = 01 * error_communicationtable = 02 * error_connectiontable = 03 * error_kernel = 04 * error_parameter = 05 * error_version = 06.
HELP_VALUES_GET_WITH_TABLE * CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' * EXPORTING * cucol = 3 * curow = 3 * fieldname = 'AR_OBJECT' * tabname = 'TOADV' * IMPORTING * select_value = toadv-ar_object * TABLES * fields = fieldtab * valuetab = objtexttab.
ARCHIV_DISPLAY_META * CALL FUNCTION 'ARCHIV_DISPLAY_META' * EXPORTING * ar_object = toadv-ar_object * object_id = objid * sap_object = con_sapobj_fvvi * EXCEPTIONS * error_archiv = 01 * error_communicationtable = 02 * error_connectiontable = 03 * error_kernel = 04 * error_parameter = 05 * error_version = 06.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' VIEW_NAME = 'V_TTXOBI' TABLES DBA_SELLIST = SELEKTTAB EXCL_CUA_FUNCT = EXCL_CUA_FUNCT.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING ACTION = 'U' VIEW_NAME = 'V_TTXIDI' TABLES DBA_SELLIST = SELEKTTAB EXCL_CUA_FUNCT = EXCL_CUA_FUNCT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIVD00 - Call-up of Various Transactions in DARWIN-Real Estate RFVIVD00 - Call-up of Various Transactions in DARWIN-Real Estate RFVIURSE - Example of Use of User Exit for Rent Adjustment RFVIURSE - Example of Use of User Exit for Rent Adjustment RFVIUMLG - RE: Check Apportionment Factors Against Areas RFVIUMLG - RE: Check Apportionment Factors Against Areas