SAP Reports / Programs

RFM2BL_DERIVE SAP ABAP Report - FM2BL - Callback program for Derivation exit







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


Text pool values


Title: FM2BL - Callback program for Derivation exit
Text Symbol: 001 = Strategy Environment
Text Symbol: 002 = Select Strategy Environment
Text Symbol: 003 = Budget: Additional Accounting Objects
Text Symbol: 004 = Budget: Define GL accounts
Text Symbol: 005 = Cmmt/Actual: Additional Accounting Obj.
Text Symbol: 006 = Cmmt/Actual: Define GL accounts


INCLUDES used within this REPORT RFM2BL_DERIVE

INCLUDE LABADRTYP.
INCLUDE RFM2BL_DERIVE_TOPF01.


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:

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = 'Select Strategy Environment'(002) titel = 'Strategy Environment'(001) IMPORTING answer = l_answer TABLES t_spopli = lt_spopli EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = u_tabname langu = sy-langu TABLES dd03p_tab = ct_fields EXCEPTIONS illegal_input = 1 OTHERS = 2.

FM2BL_GET_DERIVATION_FIELDS CALL FUNCTION 'FM2BL_GET_DERIVATION_FIELDS' EXPORTING I_ENV = l_env I_GET_SOURCE = 'X' * I_GET_TARGET = TABLES T_FIELDS = lt_fields.

FM2BL_GET_DERIVATION_FIELDS CALL FUNCTION 'FM2BL_GET_DERIVATION_FIELDS' EXPORTING I_ENV = l_env * I_GET_SOURCE = I_GET_TARGET = 'X' TABLES T_FIELDS = lt_fields.

ABADR_BUFFERS_REFRESH CALL FUNCTION 'ABADR_BUFFERS_REFRESH'.

FM2BL_DERIVATION_TEST CALL FUNCTION 'FM2BL_DERIVATION_TEST' EXPORTING i_subclass = g_ainfo-subclass i_env = i_env i_strategy_id = g_ainfo-strategy_id.

FM_GET_INPUT_OUTPUT_PARAMETERS CALL FUNCTION 'FM_GET_INPUT_OUTPUT_PARAMETERS' EXPORTING i_funcname = i_funcname IMPORTING e_input = l_input e_output = l_output.

FM_READ_FMDERIVEFUNC_FUNCTIONS CALL FUNCTION 'FM_READ_FMDERIVEFUNC_FUNCTIONS' EXPORTING i_appl = con_fm2bl-appl i_subclass = con_fm2bl-subclass i_strategy_id = con_fm2bl-strategy_id i_tab_names = l_tab_names TABLES t_tftit = l_t_tftit.

FM_GET_INPUT_OUTPUT_PARAMETERS CALL FUNCTION 'FM_GET_INPUT_OUTPUT_PARAMETERS' EXPORTING i_funcname = l_t_tftit-funcname IMPORTING e_input = l_input e_output = l_output.

FM_GET_INPUT_OUTPUT_PARAMETERS CALL FUNCTION 'FM_GET_INPUT_OUTPUT_PARAMETERS' EXPORTING i_funcname = i_funcname IMPORTING e_input = e_strname e_output = l_dummy.

FM_GET_INPUT_OUTPUT_PARAMETERS CALL FUNCTION 'FM_GET_INPUT_OUTPUT_PARAMETERS' EXPORTING i_funcname = i_funcname IMPORTING e_input = l_dummy e_output = e_strname.



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