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

IFVD_CHGPTR_CREATE_FORMS SAP ABAP INCLUDE - IFVDCHGPTRCREATEFORMS







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


INCLUDES used within this REPORT IFVD_CHGPTR_CREATE_FORMS

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_DB_CP_TDALE_EXP_GROUP_GET CALL FUNCTION 'FVD_DB_CP_TDALE_EXP_GROUP_GET' IMPORTING e_tab_tdale_exp_group = l_tab_ale_exp_group.

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

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = pi_icon text = pi_text info = pi_quickinfo add_stdinf = space IMPORTING RESULT = pe_icon EXCEPTIONS OTHERS = 0.

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

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = pi_msgty cl = pi_msgid number = pi_msgno par1 = l_msgv1 par2 = l_msgv2 par3 = l_msgv3 par4 = l_msgv4 IMPORTING return = l_wrk_message.

BAPI_LOAN_GETLIST CALL FUNCTION 'BAPI_LOAN_GETLIST' EXPORTING max_rows = l_max_rows key_date_partner_rel = pa_refdt TABLES comp_code_range = so_bukrs contract_no_range = so_ranl product_type_range = so_gsart product_category_range = so_sanlf file_no_range = so_xakt fin_project_range = so_rklam loan_type_range = so_stite loan_class_range = so_sdtyp acct_assign_ref_range = so_refko currency_range = so_sawhr creation_user_range = so_rerf creation_date_range = so_derf creation_time_range = so_terf lastchange_user_range = so_rbear lastchange_date_range = so_dbear lastchange_time_range = so_tbear status_range = so_sstat alt_no_range = so_alt1 rel_indic_range = so_sfgkz proc_id_range = so_sbea partner_range = so_partn role_type_range = so_rolet role_subtype_range = so_role main_borr_cust_no_range = so_kunnr condition_valid_from_range = so_dguel offer_cons_no_range = so_nlfda condhead_type_range = so_skoko repayment_type_range = so_stilg term_start_date_range = so_dblfz term_end_date_range = so_delfz market_rate_date_range = so_dmark condition_type_range = so_skoar item_valid_from_range = so_dguep ref_interest_rate = so_szsre document_no_range = so_rbelk reverse_indic_range = so_storn flow_type_range = so_sbewa calc_date_range = so_dvalu due_date_range = so_dfael transact_date_range = so_dtran transact_time_range = so_ttran loan_list = l_tab_loan_list return = l_tab_return.

FVD_MAP_CP_CHGPTR_WRITE CALL FUNCTION 'FVD_MAP_CP_CHGPTR_WRITE' EXPORTING i_tab_vdarl_key = l_tab_vdarl_key_grp i_tcode = 'FNCP1' i_chgcatg = g_con_chgcatg_manu i_ale_exp_group = pa_expgr i_flg_update_task = g_con_x EXCEPTIONS error = 1 OTHERS = 2.

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_str_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 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_CHGPTR_CREATE_FORMS or its description.