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

MF67A_FACILITIES_INITIALISEF01 SAP ABAP INCLUDE - Include MF67A_FACILITIES_INITIALISEF01







MF67A_FACILITIES_INITIALISEF01 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 MF67A_FACILITIES_INITIALISEF01 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 MF67A_FACILITIES_INITIALISEF01. "Basic submit
SUBMIT MF67A_FACILITIES_INITIALISEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MF67A_FACILITIES_INITIALISEF01 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 MF67A_FACILITIES_INITIALISEF01


INCLUDES used within this REPORT MF67A_FACILITIES_INITIALISEF01

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_FAC_OL_GET_FAC_CUST_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_CUST_ALL' * EXPORTING * I_FACILITY_PROD_TYPE = * I_DRAWDOWN_PROD_TYPE = IMPORTING e_tab_facility_prod_type = l_tab_facility_prods e_tab_drawdown_prod_type = l_tab_drawdown_prods EXCEPTIONS customizing_error = 1 OTHERS = 2.

FVD_FAC_OL_DDS_4_FAC_COUNT CALL FUNCTION 'FVD_FAC_OL_DDS_4_FAC_COUNT' EXPORTING i_company_code = u_vdarl-bukrs i_facility_group_number = u_vdarl-fac_group_number IMPORTING e_number_of_dds = l_drawdown_count EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = u_vdarl-bukrs i_facility_group_number = u_vdarl-fac_group_number IMPORTING e_str_facilities = l_str_facilities EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = u_str_vdarl-bukrs i_facility_group_number = u_str_vdarl-fac_group_number IMPORTING e_str_facilities = l_str_facility e_tab_subfacility = l_tab_subfacility e_tab_dd_sf_link = l_tab_dd_sf_link EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING i_bukrs = l_str_facility-bukrs i_rkey1 = l_str_facility-ranl TABLES xvzzkoko = l_tab_vzzkoko EXCEPTIONS not_found = 1 no_history = 2 OTHERS = 3.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = vdarl-bukrs * I_CONTRACT_NUMBER = i_facility_group_number = vdarl-fac_group_number * I_TAB_DRAWDOWN_PROD_STATUS = IMPORTING e_str_facilities = l_str_facilities e_tab_subfacility = l_tab_subfacility e_tab_drawdowns = l_tab_drawdowns e_tab_dd_sf_link = l_tab_dd_sf_link EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

FVD_FAC_OL_CALC_FAC_AMTS CALL FUNCTION 'FVD_FAC_OL_CALC_FAC_AMTS' EXPORTING i_str_facility = l_str_facilities i_tab_subfacility = l_tab_subfacility i_tab_drawdowns = l_tab_drawdowns i_tab_dd_sf_link = l_tab_dd_sf_link i_called_from_screen = 'X' IMPORTING e_str_facility_display = l_str_facility_display e_tab_subfaciliy_display = l_tab_subfacility_display e_tab_drawdown_display = g_tab_drawdowns_4_display EXCEPTIONS parameter_error = 1 internal_error = 2 OTHERS = 3.

FVD_FAC_UI_DD_4_FAC_SHOW CALL FUNCTION 'FVD_FAC_UI_DD_4_FAC_SHOW' EXPORTING i_str_facility = vdarl i_tab_dd_4_display_all_sf = g_tab_drawdowns_4_display.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = u_vdarl-bukrs i_facility_group_number = u_vdarl-fac_group_number IMPORTING e_str_facilities = l_str_facilities EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' EXPORTING tcode = con_tcode_fnvs skip_screen = con_ctrue.

FVD_FAC_UI_GLOBAL_TAB_GET CALL FUNCTION 'FVD_FAC_UI_GLOBAL_TAB_GET' IMPORTING e_tab_subfac_new = yvdsubfacility e_tab_subfac_old = xvdsubfacility.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = u_vdarl-bukrs i_contract_number = u_vdarl-ranl * I_FACILITY_GROUP_NUMBER = * I_TAB_DRAWDOWN_PROD_STATUS = * I_FLG_FACILITY = ' ' IMPORTING * E_STR_FACILITIES = e_tab_subfacility = yvdsubfacility e_tab_drawdowns = l_tab_drawdowns * E_TAB_DD_SF_LINK = EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

VVZZKOPO_TO_VZZKOPO CALL FUNCTION 'VVZZKOPO_TO_VZZKOPO' EXPORTING i_tab_vvzzkopo = u_ivzzkopo IMPORTING e_tab_vzzkopo = l_tab_vzzkopo.

FVD_FAC_OL_READ_KAMI_KAER CALL FUNCTION 'FVD_FAC_OL_READ_KAMI_KAER' EXPORTING i_product_type = u_vdarl-gsart IMPORTING * e_tab_kami_conditions = l_tab_tzk01_for_kami e_tab_kaer_conditions = l_tab_tzk01_for_kaer EXCEPTIONS parameter_error = 1 group_not_found = 2 OTHERS = 3.

LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING koko = l_str_vzzkoko vdarl = u_vdarl IMPORTING rloam = l_str_rloam TABLES i_bepp = l_tab_dummy_bepps i_kopo = l_tab_new_vzzkopo EXCEPTIONS no_conversion_currency = 1 no_date_for_conversion = 2 date_in_archived_period = 3 error = 4 OTHERS = 5.

FVD_FAC_OL_GET_FAC_ALL CALL FUNCTION 'FVD_FAC_OL_GET_FAC_ALL' EXPORTING i_company_code = vdarl-bukrs * I_CONTRACT_NUMBER = i_facility_group_number = vdarl-fac_group_number * I_TAB_DRAWDOWN_PROD_STATUS = IMPORTING e_str_facilities = l_str_facilities e_tab_subfacility = l_tab_subfacility e_tab_drawdowns = l_tab_drawdowns e_tab_dd_sf_link = l_tab_dd_sf_link EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.

FVD_FAC_OL_CALC_FAC_AMTS CALL FUNCTION 'FVD_FAC_OL_CALC_FAC_AMTS' EXPORTING i_str_facility = l_str_facilities i_tab_subfacility = l_tab_subfacility i_tab_drawdowns = l_tab_drawdowns i_tab_dd_sf_link = l_tab_dd_sf_link i_called_from_screen = 'X' IMPORTING e_str_facility_display = l_str_facility_display e_tab_subfaciliy_display = l_tab_subfacility_display e_tab_drawdown_display = g_tab_drawdowns_4_display EXCEPTIONS parameter_error = 1 internal_error = 2 OTHERS = 3.

CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = u_rmf67_xdelfz * ACCEPT_INITIAL_DATE = IMPORTING DATE_INTERNAL = l_term_end EXCEPTIONS DATE_EXTERNAL_IS_INVALID = 1 OTHERS = 2.



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