SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMDERIVATIONANALYSIS_REA_F01 SAP ABAP INCLUDE - Include RFFMDERIVATIONANALYSIS_REA_F01







RFFMDERIVATIONANALYSIS_REA_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for Test ..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 RFFMDERIVATIONANALYSIS_REA_F01 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 RFFMDERIVATIONANALYSIS_REA_F01. "Basic submit
SUBMIT RFFMDERIVATIONANALYSIS_REA_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDERIVATIONANALYSIS_REA_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFFMDERIVATIONANALYSIS_REA_F01


INCLUDES used within this REPORT RFFMDERIVATIONANALYSIS_REA_F01

No INCLUDES are used within this REPORT code!


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_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-040 text_button_1 = text-041 icon_button_1 = 'ICON_OKAY' text_button_2 = text-042 icon_button_2 = 'ICON_CANCEL' display_cancel_button = '' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = p_fmarea i_gjahr = p_sendyr i_activity = p_activ * i_environment = p_reenv i_subclass = l_subclass i_receiver_year = l_recvyr * I_FLG_USE_TRACE = * I_FLG_BUFFER = 'X' * I_FLG_UNIQUE_TARGET_REQUIRED = * I_FLG_CHECK_RECEIVERS = i_f_source_fields = g_s_source_fields IMPORTING e_f_target_fields = g_s_target_fields e_t_target_fields = g_t_target_fields * E_T_RETURN = EXCEPTIONS wrong_input = 1 OTHERS = 2 .

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = p_fmarea i_gjahr = p_sendyr i_activity = p_activ * i_environment = p_reenv * I_SUBCLASS = FMFYC_CON_SUBCLASS_01 i_receiver_year = l_recvyr * I_FLG_USE_TRACE = * I_FLG_BUFFER = 'X' * I_FLG_UNIQUE_TARGET_REQUIRED = * I_FLG_CHECK_RECEIVERS = i_f_source_fields = g_s_source_fields IMPORTING e_f_target_fields = g_s_target_fields e_t_target_fields = g_t_target_fields * E_T_RETURN = EXCEPTIONS wrong_input = 1 OTHERS = 2 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = 'RFFMDERIVATIONANALYSIS' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' i_grid_title = l_reassg_alv_title * I_GRID_SETTINGS = is_layout = g_alv_layout it_fieldcat = g_alv_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = g_t_source_receiver_fields EXCEPTIONS program_error = 1 OTHERS = 2 .

BUKRS_GET_FROM_FIKRS CALL FUNCTION 'BUKRS_GET_FROM_FIKRS' EXPORTING ip_fikrs = p_fmarea TABLES t_t001 = l_t_t001 EXCEPTIONS no_bukrs = 0.

RS_SET_SELSCREEN_STATUS * CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * p_status = 'MAIN_REAS' ** P_PROGRAM = ' ' * TABLES * p_exclude = gt_fcode_excl * .

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = p_fmarea * I_FLG_TEXT = ' ' * I_LANGUAGE = SY-LANGU IMPORTING e_f_fm01 = g_fm01 * E_F_FM01T = EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3 .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = l_t_fields EXCEPTIONS OTHERS = 0.

FM_FYC_PROCESS_F4 CALL FUNCTION 'FM_FYC_PROCESS_F4' EXPORTING i_fm_area = l_fmarea i_fiscal_year = l_sendyr i_subclass = l_fmfyc_con_subclass_all * I_FLG_SHOW_GENERIC = * I_FLG_SHOW_BALANCE_CF = IMPORTING e_fyc_process = g_fm_closing_operations.



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