FTR_BAPI_FPR 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 FTR_BAPI_FPR 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: forms dynpro entry/result (prepare)
FORM GET_INCLUDE USING U_FUNCTIONNAME TYPE RS38L-NAME
No SAP DATABASE tables are accessed within this REPORT code!
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = g_testfunction TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = g_str_mapping-functionname TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = g_str_mapping-functionname_from TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' CHANGING funcname = l_functionname include = c_include EXCEPTIONS function_not_exists = 1 include_not_exists = 2 group_not_exists = 3 no_selections = 4 no_function_include = 5 OTHERS = 6.
FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING program = l_function_tfdir-pname IMPORTING group = l_area EXCEPTIONS OTHERS = 0.
RS_TESTREPORT_GENERATE CALL FUNCTION 'RS_TESTREPORT_GENERATE' EXPORTING report_name =
-program function_name = -functionname delete_old = l_delete_old EXCEPTIONS generation_error = 1 OTHERS = 2.
RS_TESTREPORT_GENERATE CALL FUNCTION 'RS_TESTREPORT_GENERATE' EXPORTING report_name =
-program function_name = -functionname delete_old = l_delete_old EXCEPTIONS generation_error = 1 OTHERS = 2.
FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING program = l_function_tfdir-pname IMPORTING group = l_area EXCEPTIONS OTHERS = 0.
RPY_DYNPRO_INSERT CALL FUNCTION 'RPY_DYNPRO_INSERT' EXPORTING suppress_corr_checks = 'X' corrnum = ' ' suppress_exist_checks = 'X' suppress_generate = ' ' suppress_dict_support = ' ' suppress_extended_checks = ' ' header = l_header use_corrnum_immediatedly = ' ' TABLES containers = l_containers fields_to_containers = l_fields_to_containers flow_logic = l_flow_logic params = l_params EXCEPTIONS cancelled = 1 already_exists = 2 program_not_exists = 3 not_executed = 4 missing_required_field = 5 illegal_field_value = 6 field_not_allowed = 7 not_generated = 8 illegal_field_position = 9 OTHERS = 10.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_tabname lfieldname = l_lfieldname IMPORTING dfies_wa = l_str_dfies TABLES dfies_tab = l_tab_dfies EXCEPTIONS OTHERS = 0.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = u_functionname TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS others = 0.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = u_functionname TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS others = 0.
FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING funcname = g_str_mapping-functionname TABLES exception_list = l_tab_exception export_parameter = l_tab_export import_parameter = l_tab_import changing_parameter = l_tab_changing tables_parameter = l_tab_tables EXCEPTIONS error_message = 1 function_not_found = 2 invalid_name = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.