RFVD_FAC_PREP_FLOWS_GET_F01 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_GET_F01 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_GET_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_str_vdarl-bukrs i_ranl = u_str_vdarl-ranl i_wrk_vdarl = u_str_vdarl read_scheduled_records = u_flg_read_scheduled_records read_posted_records = con_true no_storno = con_true read_trdc_rec = con_true TABLES o_vzzbepp = c_tab_vzzbepp o_vdbepp = c_tab_vdbepp EXCEPTIONS ranl_not_found = 1 OTHERS = 2.
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_GET_F01 - Include RFVD_FAC_PREP_FLOWS_GET_F01 RFVD_FAC_PREP_FLOWS_FORMS - Include RFVD_FAC_PREP_FLOWS_FORMS RFVD_FAC_PREP_FLOWS_ENQUF01 - Include RFVD_FAC_PREP_FLOWS_ENQUF01 RFVD_FAC_PREP_FLOWS_DEQUF01 - Include RFVD_FAC_PREP_FLOWS_DEQUF01 RFVD_FAC_PREP_FLOWS_DELEF01 - Include RFVD_FAC_PREP_FLOWS_DELEF01 RFVD_FAC_PREP_FLOWS_CREAF01 - Include RFVD_FAC_PREP_FLOWS_CREAF01