MF67A_CHECK_FACILITYF01 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_CHECK_FACILITYF01 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: Include MF67A_CHECK_FACILITYF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_FAC_UI_FAC_NUM_SET CALL FUNCTION 'FVD_FAC_UI_FAC_NUM_SET' EXPORTING i_facility_number = u_vdarl-ranl EXCEPTIONS internal_error = 1 OTHERS = 2.
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_DB_CUST_GET_DD_PROD CALL FUNCTION 'FVD_FAC_DB_CUST_GET_DD_PROD' EXPORTING i_drawdown_prod_type = u_vdarl-gsart * I_RNG_DRAWDOWN_PROD_TYPE = * IMPORTING * E_TAB_DRAWDOWN_PROD_TYPE = EXCEPTIONS not_found = 1 parameter_error = 2 OTHERS = 3 .
FVD_FAC_OL_LINK_DD2SF CALL FUNCTION 'FVD_FAC_OL_LINK_DD2SF' EXPORTING i_str_drawdown_key = l_vdarl_key * I_FLG_UPDATE_TASK = 'X' EXCEPTIONS parameter_error = 1 internal_error = 2 OTHERS = 3.
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_UI_GLOBAL_FIELDS_SET CALL FUNCTION 'FVD_FAC_UI_GLOBAL_FIELDS_SET' EXPORTING i_str_vdarl = vdarl i_str_vzzkoko = xvzzkoko i_flg_create_drawdown = con_cfalse i_flg_create_facility = l_create_mode i_display_mode = l_display_mode i_facility_limit = l_str_rloam-bavwr.
FVD_FAC_UI_OKCODE_GET CALL FUNCTION 'FVD_FAC_UI_OKCODE_GET' IMPORTING e_okcode = l_ok_code_fac_stat.
FVD_FAC_UI_CHG_STATUS CALL FUNCTION 'FVD_FAC_UI_CHG_STATUS' EXPORTING i_okcode = l_ok_code_fac_stat i_vvzzkopo = c_ivzzkopo IMPORTING e_flg_toggle = l_flg_toggle e_condition = l_cond_item e_date = l_cond_date e_amount = l_cond_amount EXCEPTIONS internal_error = 1 OTHERS = 2.
FVD_FAC_UI_CHK_SUBFAC_CHG CALL FUNCTION 'FVD_FAC_UI_CHK_SUBFAC_CHG' EXPORTING i_flg_changed = c_changed i_comp_code = vdarl-bukrs i_fac_number = vdarl-ranl i_currency = vdarl-santwhr IMPORTING e_flg_changed = c_changed EXCEPTIONS subfac_error = 1 OTHERS = 2.
FVZK_DELETE_IVZZKOPO CALL FUNCTION 'FVZK_DELETE_IVZZKOPO' EXPORTING step_index = sy-tabix TABLES ivzzkopo = c_ivzzkopo EXCEPTIONS not_found = 1 OTHERS = 2.
FVZK_DELETE_IVZZKOPO CALL FUNCTION 'FVZK_DELETE_IVZZKOPO' EXPORTING step_index = sy-tabix TABLES ivzzkopo = c_ivzzkopo EXCEPTIONS not_found = 1 OTHERS = 2.
FVZK_APPEND_MODIFY_IVZZKOPO CALL FUNCTION 'FVZK_APPEND_MODIFY_IVZZKOPO' EXPORTING gsart = vdarl-gsart vzzkopo = l_str_vzzkopo TABLES ivzzkopo = u_tab_vzzkopo EXCEPTIONS existing_key = 1 general_error = 2 group_not_found = 3 kondition_not_found = 4 not_found = 5 sbewziti_different = 6 skoart_not_found = 7 text_not_found = 8 verstoss_obligatorisch = 9 skoart_not_in_group = 10 OTHERS = 11.
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_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING mode_vdarl = 'E' mandt = l_str_facilities-mandt bukrs = l_str_facilities-bukrs sarchiv = l_str_facilities-sarchiv ranl = l_str_facilities-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.