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

RFVD_FAC_PREP_FLOWS_READF02 SAP ABAP INCLUDE - Include RFVD_FAC_PREP_FLOWS_READF02







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


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


INCLUDES used within this REPORT RFVD_FAC_PREP_FLOWS_READF02

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_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.



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