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

RFFMRB_HIER_RIB SAP ABAP INCLUDE - Include RFFMRB_HIER_RIB







RFFMRB_HIER_RIB 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 RFFMRB_HIER_RIB 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 RFFMRB_HIER_RIB. "Basic submit
SUBMIT RFFMRB_HIER_RIB AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRB_HIER_RIB 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 RFFMRB_HIER_RIB


INCLUDES used within this REPORT RFFMRB_HIER_RIB

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:

BURB_GET_RBBLDNR CALL FUNCTION 'BURB_GET_RBBLDNR' EXPORTING i_rbbldnr = p_ledg IMPORTING e_s_burbbledgers = ls_burbbledgers EXCEPTIONS OTHERS = 1.

BURB_GET_CALCRULE CALL FUNCTION 'BURB_GET_CALCRULE' EXPORTING i_applic = 'FM' i_calcrule = g_s_rib_objects-calcrule IMPORTING e_s_burbcalcrules = ls_calcrule EXCEPTIONS OTHERS = 1.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = g_s_rib_objects-id.

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

FMCE_READ_ALL_CVRGRPS_FOR_ADDR CALL FUNCTION 'FMCE_READ_ALL_CVRGRPS_FOR_ADDR' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_budcat = g_bldnr i_s_address = g_s_rib_objects-address i_cgautoind = 'A' " con_fmce_cgautoind_auto IMPORTING e_t_assigned_cvrgrps = l_t_cvgrps EXCEPTIONS OTHERS = 1.

FMAVC_GET_ATTRIBUTES_ALDNR CALL FUNCTION 'FMAVC_GET_ATTRIBUTES_ALDNR' EXPORTING i_aldnr = l_s_cvgrp-aldnr i_fm_area = p_fkrs i_fiscyear = p_year IMPORTING e_deriacogrant = l_deriacogrant EXCEPTIONS OTHERS = 1.

FMAVC_DERI_ACO_GRANT CALL FUNCTION 'FMAVC_DERI_ACO_GRANT' EXPORTING i_bo_grant = l_grant_aco_dummy i_deriacogrant = l_deriacogrant IMPORTING e_aco_grant = l_grant_aco_dummy.

FMAVC_SELECT_ANNUAL_TOTALS_CE CALL FUNCTION 'FMAVC_SELECT_ANNUAL_TOTALS_CE' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr "note 1817576 i_aldnr = l_s_cvgrp-aldnr i_t_dimsel_cvrgrps = l_t_addr_selopts IMPORTING e_t_annual_totals_cg = l_t_co_annual_totals * e_t_annual_totals_ba = g_t_ba_annual_totals EXCEPTIONS OTHERS = 1.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = g_s_cvg-id.

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

FMRB_READ_ALL_RECS_FOR_RIB_OBJ CALL FUNCTION 'FMRB_READ_ALL_RECS_FOR_RIB_OBJ' EXPORTING im_fm_area = p_fkrs im_fiscyear = p_year * IM_CEFFYEAR = im_rbbldnr = p_ledg * IM_VERSION = im_rib_object = g_s_rib_objects-address im_flg_bypass_buffer = 'X' * IM_RECIND = IMPORTING ex_t_bud_receivers = l_t_receivers EXCEPTIONS OTHERS = 1.

FMRB_READ_DOC_DISTRIB_BUDGET CALL FUNCTION 'FMRB_READ_DOC_DISTRIB_BUDGET' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr "note 1817576 i_bldnr = g_bldnr i_s_sender_address = g_s_rib_objects-address i_t_receiver_addresses = l_t_rec_addr IMPORTING e_total_distributed = g_s_rib_objects-val_availb_surplus EXCEPTIONS OTHERS = 1.

BURB_EVALUATE_CALCRULE CALL FUNCTION 'BURB_EVALUATE_CALCRULE' EXPORTING i_applic = 'FM' i_calcrule = g_s_rib_objects-calcrule i_currency = g_s_rib_objects-currency i_annual_actuals = g_s_rib_objects-val_posted i_annual_ref_budget = g_s_rib_objects-val_revbud i_annual_total_distr_budget = g_s_rib_objects-val_transf i_annual_part_distr_surplus = l_annual_part_distr_surplus i_flg_use_surplus = 'X' IMPORTING e_annual_new_surplus = g_s_rib_objects-val_availb_surplus EXCEPTIONS OTHERS = 1.

FMRB_READ_DOC_DISTRIB_BUDGET CALL FUNCTION 'FMRB_READ_DOC_DISTRIB_BUDGET' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr "note 1817576 i_bldnr = g_bldnr i_s_sender_address = g_s_rib_objects-address i_t_receiver_addresses = l_t_rec_addr IMPORTING e_total_distributed = g_s_eba-val_transferred EXCEPTIONS OTHERS = 1.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = g_s_eba-id.

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

FMRB_READ_BUD_TOTALS_FOR_RIB CALL FUNCTION 'FMRB_READ_BUD_TOTALS_FOR_RIB' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr "note 1817576 i_bldnr = g_bldnr i_s_address = l_s_contributors IMPORTING e_total_reference = g_s_rba-val_revbud EXCEPTIONS OTHERS = 1.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = g_s_rba-id.

BUBAS_CREATE_UID





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

FMRB_READ_UPD_TOTALS_FOR_RIB CALL FUNCTION 'FMRB_READ_UPD_TOTALS_FOR_RIB' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_ceffyear = p_ceyr "note 1817576 i_pldnr = g_pldnr i_updfilt = g_s_rib_objects-updfilt i_bldnr = g_bldnr i_s_bud_address = l_s_contributors IMPORTING e_total_distributable = g_s_rba-val_posted e_t_posting_addresses = l_t_rpa TABLES e_t_fmit_distributable = l_t_fmit_distrib EXCEPTIONS OTHERS = 1.

FMCE_READ_ALL_ADDRS_FOR_CVRGRP CALL FUNCTION 'FMCE_READ_ALL_ADDRS_FOR_CVRGRP' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year i_budcat = l_bldnr i_cvrgrp = u_cvgrp i_flg_bypass_buffer = 'X' * i_cgaddrind = con_fmce_cgaddrind_source_addr IMPORTING e_t_assigned_addresses = l_t_assigned_addresses EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_BU_ADDRESS CALL FUNCTION 'FM_AUTH_CHECK_BU_ADDRESS' EXPORTING i_fm_area = u_fikrs i_address = u_f_address i_fiscyear = u_fiscyear i_actv = con_act_fmbu_display EXCEPTIONS no_authorization = 1 master_data_error = 2 OTHERS = 3.



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