RFVIRCCOLLATERAL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report prints
If you would like to execute this report or see the full code listing simply enter RFVIRCCOLLATERAL01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOCP_COLLATERAL - Print Rental Collateral for LO
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.
Selection Text: SEL_MBEG = Rental Start Date
Selection Text: SEL_KAUA = Type of Rental Collateral
Selection Text: PAR_PRTC = Issue Log
Selection Text: PAR_PDAT = Letter Creation Date
Selection Text: PAR_JAHW = Old Local Currency, Conv.Date
Selection Text: PAR_GV = D Correspondence Activity
Selection Text: PAR_DEXC = Key Date Conversion 2nd Curr.
Selection Text: PAR_CUR2 = Second Currency
Title: Rental Collateral for Lease-Out: Correspondence
Text Symbol: 5** = * Name of elements which the program expects in the form
Text Symbol: 1** = * List Headings
Text Symbol: 010 = Translation to Other Currency
Text Symbol: 003 = Output Control
Text Symbol: 002 = General Selections
Text Symbol: 001 = Select Real Estate Objects
Text Symbol: 0** = * Report Title/Selection Parameters
INCLUDE RFVIMVD1_LOAD_DATA.
INCLUDE RFVIMVCA.
INCLUDE RFVIMVCE.
INCLUDE RFVZTVI2.
INCLUDE RFVZTVI3.
No SAP DATABASE tables are accessed within this REPORT code!
RE_CORRESPOND_PRTCL_FLAG_DFLT CALL FUNCTION 'RE_CORRESPOND_PRTCL_FLAG_DFLT' CHANGING c_flg_show_errors = par_prtc EXCEPTIONS OTHERS = 1.
FI_EMU_GET_CONVERSION_DATE CALL FUNCTION 'FI_EMU_GET_CONVERSION_DATE' EXPORTING i_bukrs = p_bukrs IMPORTING e_date = fle_vikorr-dexchcuk EXCEPTIONS OTHERS = 1.
MV_KVT_VALUES_LIST CALL FUNCTION 'MV_KVT_VALUES_LIST' EXPORTING i_korrber = con_kanw_rc_collateral i_rantyp = con_rantyp-immo IMPORTING e_korrvorf = hlp_kv EXCEPTIONS nothing_selected = 1 no_list = 2 OTHERS = 3.
FI_EMU_GET_CONVERSION_DATE CALL FUNCTION 'FI_EMU_GET_CONVERSION_DATE' EXPORTING i_bukrs = p_bukrs IMPORTING e_date = fle_vikorr-dexchcuk EXCEPTIONS OTHERS = 1.
FI_EMU_GET_OLD_CURRENCY CALL FUNCTION 'FI_EMU_GET_OLD_CURRENCY' EXPORTING i_bukrs = p_bukrs IMPORTING e_hwaer = fle_vikorr-swhrkndcuk * E_HWAE2 = * E_HWAE3 = EXCEPTIONS companycode_not_found = 1 system_error = 2 OTHERS = 3.
RE_CHECK_RC_COLLATERAL_EXISTS CALL FUNCTION 'RE_CHECK_RC_COLLATERAL_EXISTS' EXPORTING i_bukrs = vimimv-bukrs i_smive = vimimv-smive IMPORTING e_flg_collateral_exists = flg_collateral_exists TABLES t_i_tiv18 = tab_selected_coll_types EXCEPTIONS rental_contract_not_found = 1 OTHERS = 2.
RECP_PRIMARY_TO_FURTHER_CLLTRL CALL FUNCTION 'RECP_PRIMARY_TO_FURTHER_CLLTRL' EXPORTING i_vimimv = vimimv i_date_of_validity = fle_vikorr-ddruck * i_swhrkndcuk = fle_vikorr-swhrkndcuk * i_dexchcuk = fle_vikorr-dexchcuk IMPORTING * E_RVIMI32_ZS = e_vimi32 = loc_tab_vimi32 EXCEPTIONS OTHERS = 1.
RE_PRINT_LTTR_FOR_OBJ_CORRAPPL CALL FUNCTION 'RE_PRINT_LTTR_FOR_OBJ_CORRAPPL' EXPORTING i_intreno = fle_vimimv-intreno i_korrber = con_kanw_rc_collateral i_korrvorf = par_gv i_rc_collateral = loc_tab_vimi32 i_viprintfromobj1 = fle_viprintfromobj1 IMPORTING e_flg_prog_end = flg_prog_end TABLES t_c_errors = tab_errors EXCEPTIONS object_key_failure = 1 corr_activity_def_failure = 2 printing_canceled = 3 printing_failure = 4 tenancy_law_not_unique = 5 no_notice_for_rental_contract = 6 corract_corrappl_not_assigned = 7 no_collateral_for_rc = 8 OTHERS = 9.
ERROR_RULE_ACCOUNT_NEW CALL FUNCTION 'ERROR_RULE_ACCOUNT_NEW' EXPORTING * ARBEITSGEBIET = 'X' channel = output_channel * DATEI = 'fehlerprotokoll' * MESSAGENUMMER = 'X' nur_import = 'X' * SEVERITY = 'X' * SORTIERT = 'X' * importing * ausgabedatei = * spool_nr = TABLES fehler_import = tab_errors EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIRCCOLLATERAL01 - Rental Collateral for Lease-Out: Correspondence RFVIRCCOLLATERAL01 - Rental Collateral for Lease-Out: Correspondence RFVIRBIM - Import Reports from Any Client to Current Client RFVIRBIM - Import Reports from Any Client to Current Client RFVIPTR7 - Import of Real Estate Planning Layouts RFVIPTR7 - Import of Real Estate Planning Layouts