SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

IFVD_LOAN_DISTRIBUTE_F01 SAP ABAP INCLUDE - Include IFVD_LOAN_DISTRIBUTE_F01







IFVD_LOAN_DISTRIBUTE_F01 is a standard ABAP INCLUDE 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 IFVD_LOAN_DISTRIBUTE_F01 into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Title: Include IFVD_LOAN_DISTRIBUTE_F01


INCLUDES used within this REPORT IFVD_LOAN_DISTRIBUTE_F01

No INCLUDES are used within this REPORT code!


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:

FVD_MAP_CP_ALE_GET CALL FUNCTION 'FVD_MAP_CP_ALE_GET' IMPORTING e_tab_vdarl_key = pe_tab_vdarl_key EXCEPTIONS OTHERS = 1.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_str_restrict EXCEPTIONS OTHERS = 0.

FVD_MAP_CP_DATE_GET CALL FUNCTION 'FVD_MAP_CP_DATE_GET' IMPORTING e_date = g_max_date e_time = g_max_time EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING I_LOG_HANDLE = g_log_handle i_s_msg = l_wrk_messages EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = g_log_profile EXCEPTIONS OTHERS = 1.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = g_log_container i_s_display_profile = g_log_profile i_t_log_handle = l_tab_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 OTHERS = 3.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = g_log_profile i_t_log_handle = l_tab_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_str_log_hdr IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = l_wrk_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

FVD_API_CP_CHGPTR_ACTIVE CALL FUNCTION 'FVD_API_CP_CHGPTR_ACTIVE' EXPORTING i_flg_exception = con_x EXCEPTIONS not_active = 1.

FVD_MAP_CP_ALE_OPEN CALL FUNCTION 'FVD_MAP_CP_ALE_OPEN' EXPORTING i_date_from = p_datefr i_time_from = p_timefr i_date_to = p_dateto i_time_to = p_timeto i_tab_bukrs_range = p_comp[] i_ale_exp_group = p_expgr i_flg_not_processed = p_expnew i_flg_processed = reexport i_flg_error = exp_errs i_block_size = l_block_size_selection EXCEPTIONS error = 1.

FVD_API_EXP_EXPORT_LOAN_RFC CALL FUNCTION 'FVD_API_EXP_EXPORT_LOAN_RFC' STARTING NEW TASK l_taskname DESTINATION IN GROUP p_sgroup PERFORMING return_export_info ON END OF TASK EXPORTING i_date_from = p_datefr i_time_from = p_timefr i_date_to = p_dateto i_time_to = p_timeto i_tab_vdarl_key = pi_tab_vdarl_key i_ale_exp_group = p_expgr i_flg_not_processed = p_expnew i_flg_processed = reexport i_flg_error = exp_errs i_data_requested = gs_data_requested i_calculation_date = p_cdat i_processextension = p_badi i_extensions_requested = gs_ext_requested i_flg_ale_export = p_idoc i_ale_exp_blocksize = blksize i_flg_detail_log = p_det "N1724814 i_log_handle = g_log_handle "N1724814 i_flg_log_save = p_applog "N1724814 EXCEPTIONS communication_failure = 1 MESSAGE l_msg_text system_failure = 2 MESSAGE l_msg_text RESOURCE_FAILURE = 3.

FVD_API_EXP_EXPORT_LOAN CALL FUNCTION 'FVD_API_EXP_EXPORT_LOAN' EXPORTING i_date_from = p_datefr i_time_from = p_timefr i_date_to = p_dateto i_time_to = p_timeto i_tab_bukrs_range = p_comp[] i_ale_exp_group = p_expgr i_flg_not_processed = p_expnew i_flg_processed = reexport i_flg_error = exp_errs i_data_requested = gs_data_requested i_calculation_date = p_cdat i_processextension = p_badi i_extensions_requested = gs_ext_requested i_flg_ale_export = p_idoc i_ale_exp_blocksize = blksize i_flg_detail_log = p_det "N1724814 i_log_handle = g_log_handle "N1724814 i_flg_log_save = p_applog "N1724814 IMPORTING e_tab_messages = l_tab_messages e_cnt_selected_loans = g_cnt_selected_loans.

AUTHORITY_CHECK_RFC CALL FUNCTION 'AUTHORITY_CHECK_RFC' EXPORTING userid = sy-uname EXCEPTIONS user_dont_exist = 1 rfc_no_authority = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_str_log_hdr IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_IN_UPDATE_TASK = ' ' * I_SAVE_ALL = ' ' I_T_LOG_HANDLE = g_tab_handle EXCEPTIONS LOG_NOT_FOUND = 1 SAVE_NOT_ALLOWED = 2 NUMBERING_ERROR = 3 OTHERS = 4.



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