SAP Reports / Programs

RFVIVD00 SAP ABAP Report - Call-up of Various Transactions in DARWIN-Real Estate







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


Transaction Code(s):

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


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


Text pool values


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


INCLUDES used within this REPORT RFVIVD00

INCLUDE RFVZTVI2.


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_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.



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