RFVD_LOS_CALCULATION_TEST 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 RFVD_LOS_CALCULATION_TEST 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: Report RFVD_LOS_CALCULATION_TEST
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_LOAN_OL_GET_CUSTOMIZING CALL FUNCTION 'FVD_LOAN_OL_GET_CUSTOMIZING' EXPORTING I_BUKRS = l_sav_bukrs I_GSART = l_sav_gsart IMPORTING E_S_TZPA = l_wrk_tzpa EXCEPTIONS FAILED = 1 OTHERS = 2.
FVD_SEL_TZBAP_READ CALL FUNCTION 'FVD_SEL_TZBAP_READ' EXPORTING I_BUKRS = l_sav_bukrs I_GSART = l_sav_gsart IMPORTING E_WRK_TZPAB = l_wrk_tzpab EXCEPTIONS INTERNAL_ERROR = 1 NOT_FOUND = 2 OTHERS = 3.
LOAN_MOVE_CORRESPONDING CALL FUNCTION 'LOAN_MOVE_CORRESPONDING' EXPORTING I_STRUKTUR_OLD_I1 = l_str_vdarl_cust_exp I_STRUKTUR_NAME_I1 = 'VDARL' CHANGING C_STRUKTUR_NEW = l_str_vdarl_product_exp EXCEPTIONS ERROR_FOUND = 1 OTHERS = 2.
FVD_LOS_DERI_ORIGINATOR CALL FUNCTION 'FVD_LOS_DERI_ORIGINATOR' EXPORTING I_STR_DATA = l_str_originator IMPORTING E_STR_CONTROL = l_str_control.
FVD_LOS_DERI_COMPANY_CODE CALL FUNCTION 'FVD_LOS_DERI_COMPANY_CODE' EXPORTING I_STR_DATA = l_str_comp_code IMPORTING E_STR_CONTROL = l_str_control.
FVD_LOS_DERI_PRODUCT CALL FUNCTION 'FVD_LOS_DERI_PRODUCT' EXPORTING I_STR_DATA = l_str_prod IMPORTING E_STR_CONTROL_PROD = l_str_control_prod.
FVD_LOS_DERI_SALES_ORG CALL FUNCTION 'FVD_LOS_DERI_SALES_ORG' EXPORTING I_STR_DATA = l_str_sales_org IMPORTING E_STR_CONTROL_ORGUNIT = l_str_control_orgunit.
FVD_LOS_DERI_CONTAB CALL FUNCTION 'FVD_LOS_DERI_CONTAB' EXPORTING I_STR_DATA = l_str_deri_contab IMPORTING E_STR_CONTROL_CONTAB = l_str_control_contab.
FVD_LOS_CUST_GET_STATUS CALL FUNCTION 'FVD_LOS_CUST_GET_STATUS' EXPORTING I_COMP_CODE = l_sav_bukrs I_PRODUCT_TYPE = l_sav_gsart * I_INTERNAL_STATUS = '35' IMPORTING E_EXTERNAL_STATUS = l_str_control-status EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .
FVD_LOS_HD_SET_ERROR_FLG CALL FUNCTION 'FVD_LOS_HD_SET_ERROR_FLG'.
FVD_LOS_CUST_GET_PRODUCT_DATA *CALL FUNCTION 'FVD_LOS_CUST_GET_PRODUCT_DATA' * IMPORTING * E_STR_VDARL = l_str_vdarl_cust * E_STR_VZZKOKO = l_str_vzzkoko_cust * EXCEPTIONS * NO_CONTROL = 1 * OTHERS = 2 * .
FVD_LOS_CUST_GET_DISCHANNEL CALL FUNCTION 'FVD_LOS_CUST_GET_DISCHANNEL' EXPORTING I_ORIGINATOR = l_sav_originator I_PRODUCT_TYPE = l_sav_gsart I_DIS_CHANNEL = l_sav_dischannel_ext IMPORTING E_CL_DIS_CHANNEL = l_sav_distr_channel EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_LOS_CALCULATION_TEST - Report RFVD_LOS_CALCULATION_TEST RFVD_LOS_CALCULATION_TEST - Report RFVD_LOS_CALCULATION_TEST RFVD_LOAN_DISTRIBUTE - Export Interface for Loans RFVD_LOAN_DISTRIBUTE - Export Interface for Loans RFVD_LC_LOANCHARAC - Display and Maintenance of Processing Characteristics RFVD_LC_LOANCHARAC - Display and Maintenance of Processing Characteristics