SAP Reports / Programs

RFMGLACCOUNTDERIVE SAP ABAP Report - FM Clsng Oprtns:Deriv. FM Acct Asst (Callback Rep.)with CO-PA Der.Tool







RFMGLACCOUNTDERIVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Callback Report for the FMOA Derivation Tool This report contains all forms (user-exits) used in the CO-PA Derivation Tool when processing the strategy FMOA...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFMGLACCOUNTDERIVE 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 RFMGLACCOUNTDERIVE. "Basic submit
SUBMIT RFMGLACCOUNTDERIVE AND RETURN. "Return to original report after report execution complete
SUBMIT RFMGLACCOUNTDERIVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: FM Clsng Oprtns:Deriv. FM Acct Asst (Callback Rep.)with CO-PA Der.Tool
Text Symbol: 100 = P&L Accounts for Company Code
Text Symbol: 110 = Balance Sheet Accounts for Company Code


INCLUDES used within this REPORT RFMGLACCOUNTDERIVE

INCLUDE LFMAUEQU .
INCLUDE LABADRTYP.
INCLUDE IFMGLACCOUNTDERIVE_F01.


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:

FM_STRATEGY_ENV_POPUP_LIST CALL FUNCTION 'FM_STRATEGY_ENV_POPUP_LIST' EXPORTING i_applclass = con_strat_appl i_subclass = con_strat_subclass i_abadrstratid = con_strategy_id i_show_only_editable = 'X' IMPORTING e_abadrenv = e_env.

FM_FYC_EXIT_GET CALL FUNCTION 'FM_FYC_EXIT_GET' IMPORTING e_if_ex_fmyc_derive = l_if_ex_fmyc_derive.

SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING exit_name = con_exit_name_derive TABLES active_imps = l_t_act_imp EXCEPTIONS not_active = 1 OTHERS = 2.

SXL_GET_ALL_ACCORDING_IMPS CALL FUNCTION 'SXL_GET_ALL_ACCORDING_IMPS' EXPORTING exit_name = con_exit_name_derive mnt_langu = sy-langu mst_langu = sy-langu TABLES imps = l_t_imps EXCEPTIONS no_results = 1 OTHERS = 2.

ABADR_BUFFERS_REFRESH CALL FUNCTION 'ABADR_BUFFERS_REFRESH'.

FM_GLACC_ENV_SET CALL FUNCTION 'FM_GLACC_ENV_SET' EXPORTING i_env = i_env.

FM_GLACC_CHECK_RULES CALL FUNCTION 'FM_GLACC_CHECK_RULES'.

DOCHEADER_COMP_CODE_WITH_POPUP CALL FUNCTION 'DOCHEADER_COMP_CODE_WITH_POPUP' EXPORTING i_bukrs = e_bukrs IMPORTING e_bukrs = e_bukrs EXCEPTIONS canceled = 1 OTHERS = 2.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' CHANGING c_fikrs = e_fikrs.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = u_fikrs IMPORTING e_flg_year_master_data = l_flg_year_master_data EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_farea = u_fikrs i_date = sy-datum IMPORTING e_year = c_year EXCEPTIONS applc_not_supported = 1 no_periv = 2 OTHERS = 3.

FM_F4_FOR_MEASURE CALL FUNCTION 'FM_F4_FOR_MEASURE' EXPORTING i_fmarea = u_fikrs i_measure = l_measure IMPORTING e_measure = l_measure EXCEPTIONS no_select = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'FM_FYC_PROCESS' text = 'X' langu = sy-langu TABLES dd07v_tab = l_t_dd07v EXCEPTIONS OTHERS = 0.

DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING langu = sy-langu roll_name = 'FM_FYC_PROCESS' TABLES dd04t_tab_a = l_t_dd04t EXCEPTIONS illegal_value = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'FM_FYC_PROCESS' window_title = l_window_title value_org = 'S' TABLES value_tab = l_t_process_text return_tab = l_t_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

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_strat_appl i_subclass = con_strat_subclass i_strategy_id = con_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 RFMGLACCOUNTDERIVE or its description.