RJBRFODERI2 is a standard Executable ABAP Report 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 RJBRFODERI2 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: Financial Object Derivation (Internal): Callbacks
INCLUDE RJBIFODERI.
No SAP DATABASE tables are accessed within this REPORT code!
RM_DERI_CHAR_GET CALL FUNCTION 'RM_DERI_CHAR_GET' EXPORTING i_env = i_env i_all_names_t = i_tab_all_names IMPORTING e_names_char_t = t_names_char EXCEPTIONS OTHERS = 1.
RM_DERI_CHAR_GET CALL FUNCTION 'RM_DERI_CHAR_GET' EXPORTING i_env = i_env i_all_names_t = i_tab_all_names IMPORTING e_names_char_t = t_names_char EXCEPTIONS OTHERS = 1.
RM_DERI02_CUST_EXIT_CALL CALL FUNCTION 'RM_DERI02_CUST_EXIT_CALL' EXPORTING i_rmda = rmda i_step_id = i_id i_date = i_date i_rm_char = i_item_1 i_fob = w_fob i_temp = w_temp IMPORTING e_rm_char = e_item_1 e_fob = w_fob e_temp = w_temp e_exit_is_active = e_step_is_active e_failed = failed EXCEPTIONS derivation_failed = 1 OTHERS = 2.
RM_DERI_VALUE_TEXT_GET CALL FUNCTION 'RM_DERI_VALUE_TEXT_GET' EXPORTING i_strat = con_strat_int i_env = i_env i_name = i_name i_value = i_value IMPORTING e_text = e_text EXCEPTIONS OTHERS = 1.
RM_DERI_RULE_CHECK * CALL FUNCTION 'RM_DERI_RULE_CHECK' * EXPORTING * i_env = i_env * i_sources_t = i_tab_sources * i_targets_t = i_tab_targets * EXCEPTIONS * rule_definition_reject = 1 * OTHERS = 2.
RM_DERI_STEP_CHECK CALL FUNCTION 'RM_DERI_STEP_CHECK' EXPORTING i_env = i_env i_step = x_step EXCEPTIONS step_definition_reject = 1 OTHERS = 2.
RM_DERI_ENTRY_CHECK CALL FUNCTION 'RM_DERI_ENTRY_CHECK' EXPORTING i_env = i_env i_values_t = i_tab_values EXCEPTIONS entry_reject = 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.