SAP Reports / Programs

RJBRFODERI2 SAP ABAP Report - Financial Object Derivation (Internal): Callbacks







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


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 RJBRFODERI2. "Basic submit
SUBMIT RJBRFODERI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RJBRFODERI2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Financial Object Derivation (Internal): Callbacks


INCLUDES used within this REPORT RJBRFODERI2

INCLUDE RJBIFODERI.


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:

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.



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