SAP Reports / Programs | Public Sector Management | Funds Management | Availability Control(PSM-FM-BCS-AC) SAP PSM

RFFMAVC_DIFF_READ_DATAS SAP ABAP INCLUDE - Include RFFMAVC_DIFF_READ_DATAS







RFFMAVC_DIFF_READ_DATAS is a standard ABAP INCLUDE 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 RFFMAVC_DIFF_READ_DATAS 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 RFFMAVC_DIFF_READ_DATAS. "Basic submit
SUBMIT RFFMAVC_DIFF_READ_DATAS AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMAVC_DIFF_READ_DATAS 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 RFFMAVC_DIFF_READ_DATAS


INCLUDES used within this REPORT RFFMAVC_DIFF_READ_DATAS

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:

FMAVC_SELECT_ANNUAL_TOTALS_ACO CALL FUNCTION 'FMAVC_SELECT_ANNUAL_TOTALS_ACO' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr i_aldnr = p_ledg i_t_address_sel = l_t_addr_selopts IMPORTING e_t_annual_totals = l_t_co_annual_totals EXCEPTIONS OTHERS = 1.

BUBAS_CREATE_UID CALL FUNCTION 'BUBAS_CREATE_UID' IMPORTING e_uid_c32 = g_s_cobjects-id.

FMAVC_GET_SOURCE_LEDGERS CALL FUNCTION 'FMAVC_GET_SOURCE_LEDGERS' EXPORTING i_aldnr = p_ledg IMPORTING e_sldnr0 = g_src_ledg_0 e_sldnr1 = g_src_ledg_1 e_flg_only_budget_ledgers = g_flg_budg_to_budg EXCEPTIONS error_aldnr = 1 OTHERS = 2.

FMAVC_READ_INDEX_ACO_DOWN CALL FUNCTION 'FMAVC_READ_INDEX_ACO_DOWN' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear i_s_aco_address = -address i_aldnr = p_ledg i_sldnr = g_src_ledg_1 IMPORTING e_t_addresses = l_t_obj_addr e_flg_all_grant_values = l_flg_all_grant_values EXCEPTIONS no_index_entry = 1 OTHERS = 2.

FMAVC_READ_INDEX_ACO_DOWN CALL FUNCTION 'FMAVC_READ_INDEX_ACO_DOWN' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear i_s_aco_address = -address i_aldnr = p_ledg i_sldnr = g_src_ledg_0 IMPORTING e_t_addresses = l_t_obj_addr_2 e_flg_all_grant_values = l_flg_all_grant_values EXCEPTIONS no_index_entry = 1 OTHERS = 2.

FMAVC_RETRIEVE_GRANT_BO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_BO' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear i_ceffyear = p_ceyr i_bldnr = g_src_ledg_1 i_s_address = l_s_obj_addr i_flg_use_buffer = 'X' IMPORTING e_t_grant = l_t_grant EXCEPTIONS OTHERS = 1.

FMAVC_RETRIEVE_GRANT_BO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_BO' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear i_ceffyear = p_ceyr i_bldnr = g_src_ledg_0 i_s_address = l_s_obj_addr i_flg_use_buffer = 'X' IMPORTING e_t_grant = l_t_grant2 EXCEPTIONS OTHERS = 1.

FMAVC_READ_INDEX_ACO_DOWN CALL FUNCTION 'FMAVC_READ_INDEX_ACO_DOWN' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear i_s_aco_address = -address i_aldnr = p_ledg i_sldnr = g_src_ledg_0 IMPORTING e_t_addresses = l_t_obj_addr e_flg_all_grant_values = l_flg_all_grant_values EXCEPTIONS no_index_entry = 1 OTHERS = 2.

FMAVC_RETRIEVE_GRANT_PO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_PO' EXPORTING i_fm_area = p_fkrs i_fiscyear = -fiscyear * I_CEFFYEAR = p_ceyr i_pldnr = g_src_ledg_0 i_s_address = l_s_obj_addr i_flg_use_buffer = 'X' IMPORTING e_t_grant = l_t_grant EXCEPTIONS OTHERS = 1.

FMAVC_GET_FILTER_SETTINGS_BUD CALL FUNCTION 'FMAVC_GET_FILTER_SETTINGS_BUD' EXPORTING i_aldnr = p_ledg i_arcty = con_arcty_consumable i_fm_area = p_fkrs i_fiscyear = -fiscyear IMPORTING e_s_filter_header = l_f_filter_header EXCEPTIONS OTHERS = 1.



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