RFVD_FAC_PREP_FLOWS_READF02 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 RFVD_FAC_PREP_FLOWS_READF02 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 RFVD_FAC_PREP_FLOWS_READF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_FAC_OL_GET_FAC_DD CALL FUNCTION 'FVD_FAC_OL_GET_FAC_DD' EXPORTING i_company_code = u_company_code i_rng_facility_prod_type = u_tab_product_type i_rng_facility_number = u_tab_ranl i_rng_fac_group_number = u_tab_fac_grp_num i_dd_status_active = 'X' IMPORTING e_tab_facilities = c_tab_facilities e_tab_drawdowns = c_tab_drawdowns EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.
FVD_FAC_OL_GET_FAC_DD CALL FUNCTION 'FVD_FAC_OL_GET_FAC_DD' EXPORTING i_company_code = u_company_code i_rng_facility_prod_type = u_tab_product_type i_rng_facility_number = u_tab_ranl i_rng_fac_group_number = u_tab_fac_grp_num i_dd_status_active = 'X' IMPORTING e_tab_facilities = c_tab_facilities * e_tab_drawdowns = EXCEPTIONS not_found = 1 parameter_error = 2 customizing_error = 3 internal_error = 4 OTHERS = 5.
FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING flg_future = con_fac_true i_bukrs = u_str_vdarl-bukrs i_rkey1 = u_str_vdarl-ranl TABLES xvzzkoko = c_tab_koko EXCEPTIONS not_found = 1 no_history = 2 OTHERS = 3.
FVZK_LOAD_VZZKOPO CALL FUNCTION 'FVZK_LOAD_VZZKOPO' EXPORTING get_empty = '' gsart = u_str_vdarl-gsart init_tables = space koko_key = l_str_kokokey TABLES ivzzkopo = c_tab_kopo EXCEPTIONS group_not_found = 1 kondition_not_found = 2 sbewziti_different = 3 skoart_not_found = 4 text_not_found = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_FAC_PREP_FLOWS_READF02 - Include RFVD_FAC_PREP_FLOWS_READF02 RFVD_FAC_PREP_FLOWS_PROCF01 - Include RFVD_FAC_PREP_FLOWS_PROCF01 RFVD_FAC_PREP_FLOWS_OBTAF01 - Include RFVD_FAC_PREP_FLOWS_OBTAF01 RFVD_FAC_PREP_FLOWS_MSGF01 - Include RFVD_FAC_PREP_FLOWS_MSGF01 RFVD_FAC_PREP_FLOWS_MERGF01 - Include RFVD_FAC_PREP_FLOWS_MERGF01 RFVD_FAC_PREP_FLOWS_GET_F01 - Include RFVD_FAC_PREP_FLOWS_GET_F01