RFVDCALLEND 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 RFVDCALLEND 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.
Selection Text: SO_RANL = Contract Number
Selection Text: SO_GSART = Product Type
Selection Text: SO_DATE = Provision Expiry Date From
Selection Text: SO_BUKRS = Company Code
Selection Text: P_VAUS = Full and Partially Disbursed
Selection Text: P_UEB = Late
Selection Text: P_SEL = Partially Disbursed
Selection Text: P_OK = in Period
Selection Text: P_ERF2 = No Restrictions
Selection Text: P_ERF1 = Date Does Not Exist
Selection Text: P_ERF = Date Exists
Selection Text: P_AUS = Fully Disbursed
Selection Text: P_AR = No Restrictions
Selection Text: P_ALL = No Restrictions
Title: Evaluation Provision Expiry Date
Text Symbol: P05 = Evaluations Provision Expiry Date
Text Symbol: P04 = Time:
Text Symbol: P03 = Date:
Text Symbol: P02 = User:
Text Symbol: P01 = Program:
Text Symbol: M08 = Time Frame
Text Symbol: M07 = Assignmnt
Text Symbol: M06 = Disbursement Status Txt
Text Symbol: M05 = Disb. Status
Text Symbol: M04 = Status
Text Symbol: M03 = Disb. Status
Text Symbol: M02 = Carry Out Activity
Text Symbol: M01 = The selection contains &1 loans. Continue?
Text Symbol: B26 = Loans not disbursed before expiry of provision period
Text Symbol: B25 = Loans not disbursed after expiry of provision period
Text Symbol: B15 = Revision
Text Symbol: B14 = Provision Expiry Date for the Loan
Text Symbol: B13 = No Provision Expiry Date Exists
Text Symbol: B12 = Provision Expiry Date Within Time Frame
Text Symbol: B10 = Provision Expiry Date Outside Evaluation Period
Text Symbol: B09 = Provision Expiry Date Within Evaluation Period
Text Symbol: B06 = Disbursement before Provision Expiry Date
Text Symbol: B05 = Disbursement after Provision Expiry Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = 'FVD_CALLEND_HEADER' CHANGING ct_fieldcat = g_tab_fieldcat.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'FVD_CALLEND_HEADER' i_grid_settings = g_str_gridsettings it_fieldcat = g_tab_fieldcat[] i_save = 'A' it_events = g_it_event i_html_height_end = 0 TABLES t_outtab = g_tab_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
FVD_DB_LC_VDARL_CHARAC_SELECT CALL FUNCTION 'FVD_DB_LC_VDARL_CHARAC_SELECT' EXPORTING i_select_mode = con_select_mode i_flg_update = con_x i_tab_sel_vdarl = l_tab_sel_vdarl i_tab_sel_charac = l_tab_sel_charac IMPORTING e_tab_vdarl_key = c_tab_vdarl_key EXCEPTIONS error = 1 select_invalid = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-m02 text_question = l_xtextline IMPORTING answer = c_cancel EXCEPTIONS OTHERS = 1.
FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = l_str_vdarl_key-bukrs i_sarchiv = l_str_vdarl_key-sarchiv i_ranl = l_str_vdarl_key-ranl IMPORTING e_str_vdarl = l_str_vdarl EXCEPTIONS contract_not_found = 1 OTHERS = 2.
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = l_str_vdarl_key-bukrs i_ranl = l_str_vdarl_key-ranl * I_WRK_VDARL = read_scheduled_records = 'X' read_posted_records = 'X' no_storno = 'X' * READ_TRDC_REC = ' ' * I_TECH_RECORDS_CREATE = 'X' i_dvalut_until = l_datum TABLES * O_VDBEKI = * O_VDBEPI = * O_ARC_DOC_REC = * O_VDBEPP = o_vzzbepp = l_tab_vzzbepp * O_TRDC_REC = * CHANGING * O_TRDC_ADM = * O_ARC_DOC_ADM = * O_D_ARC = * O_DVARC = * O_DPARC = * O_DFARC = * O_DDARC = EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3 .
LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING * CALCULATION_DATE = ' ' * KOKO = ' ' VDARL = l_str_vdarl X_LOAD_CONDITIONS = 'X' * X_LOAD_I = ' ' * X_LOAD_P = ' ' * X_LOAD_STORNO = ' ' * X_DBUDAT = ' ' * X_CALCULATE_BRVWR = 'X' * X_CALCULATE_BAVVWR = * X_ARCHIVE_DATE_CHECK = 'X' * X_CONVERT_CURRENCY = ' ' * X_COMPLETED_LOANS = ' ' * CONVERSION_CURRENCY = ' ' * CONVERSION_DATE = * CONVERSION_RATE = IMPORTING RLOAM = l_str_rloam TABLES I_BEPP = l_tab_vzzbepp * I_KOPO = EXCEPTIONS NO_CONVERSION_CURRENCY = 1 NO_DATE_FOR_CONVERSION = 2 DATE_IN_ARCHIVED_PERIOD = 3 ERROR = 4 OTHERS = 5 .
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = l_tab_header.
PRINT_SELECTIONS CALL FUNCTION 'PRINT_SELECTIONS' EXPORTING rname = sy-cprog rvariante = sy-slset mode = 'TABLE' TABLES infotab = i_selections.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVDCALLEND - Evaluation Provision Expiry Date RFVDCALLEND - Evaluation Provision Expiry Date RFVDBZI0 - Interest certificate RFVDBZI0 - Interest certificate RFVDBUSINESS_OPERATION - Control Program for Manual Entry of Business Operations RFVDBUSINESS_OPERATION - Control Program for Manual Entry of Business Operations