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

RFFMREL2 SAP ABAP Report - New Distribution to Release Groups







RFFMREL2 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 RFFMREL2 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FR92 - Reconstruction of Release Groups


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


Text pool values


Selection Text: ST_GEBER = Fund
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_FIKRS = FM area
Title: New Distribution to Release Groups
Text Symbol: 513 =
Text Symbol: 512 =
Text Symbol: 511 = Description
Text Symbol: 510 =
Text Symbol: 509 = Result
Text Symbol: 508 = Status
Text Symbol: 024 =
Text Symbol: 023 =
Text Symbol: 022 = budget not eligible for cover
Text Symbol: 021 = budget eligible for cover
Text Symbol: 020 = release first
Text Symbol: 015 = No budget data exists for selection entries
Text Symbol: 011 = Fewer releases were distributed than previously existed
Text Symbol: 009 = Should releases really be reconstructed?
Text Symbol: 008 = Release reconstruction
Text Symbol: 007 = Release values were already updated
Text Symbol: 006 = Profile & does not exist
Text Symbol: 004 = New distribution to release groups completed
Text Symbol: 003 = Error when blocking database record
Text Symbol: 002 = FM area &1, Version &2 is/was blocked by &3
Text Symbol: 001 = Fund: &


INCLUDES used within this REPORT RFFMREL2

INCLUDE: LKBPPSTN.
INCLUDE: LKBPPEQU.
INCLUDE: LFMAUEQU.
INCLUDE RFFMREL2I1.


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_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "470 EXPORTING i_kom_env = 'X' i_no_hierarchy_env = 'X' EXCEPTIONS error_message = 1.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING e_fund_active = g_fund_active.

FM17_ACTIVITY_ALLOWED_GET CALL FUNCTION 'FM17_ACTIVITY_ALLOWED_GET' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_geber = g_t_geber-geber i_versn = c_versn i_activity = g_con_act_rel "release=2 i_flg_com_bud = 'X' i_flg_pay_bud = 'X' EXCEPTIONS not_allowed = 1 OTHERS = 2.

RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING message_id = sy-msgid message_number = sy-msgno message_var1 = sy-msgv1 message_var2 = sy-msgv2 message_var3 = sy-msgv3 message_var4 = sy-msgv4 IMPORTING message_text = l_msg_text EXCEPTIONS message_not_found = 1.

FM17_ACTIVITY_ALLOWED_GET CALL FUNCTION 'FM17_ACTIVITY_ALLOWED_GET' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_geber = g_t_geber-geber i_versn = c_versn i_activity = g_con_act_upd "update budget =3 i_flg_com_bud = 'X' i_flg_pay_bud = 'X' EXCEPTIONS not_allowed = 1 OTHERS = 2.

RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING message_id = sy-msgid message_number = sy-msgno message_var1 = sy-msgv1 message_var2 = sy-msgv2 message_var3 = sy-msgv3 message_var4 = sy-msgv4 IMPORTING message_text = l_msg_text EXCEPTIONS message_not_found = 1.

FM5B_GET_PROFILE CALL FUNCTION 'FM5B_GET_PROFILE' EXPORTING i_fikrs = p_fikrs i_fincode = g_t_geber-geber IMPORTING e_profil = g_profil.

KBPS_CHECK_PROFIL CALL FUNCTION 'KBPS_CHECK_PROFIL' EXPORTING applik = l_funds profil = g_profil IMPORTING ex_bp1c = l_tbp1c EXCEPTIONS not_found = 1.

RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING message_id = sy-msgid message_number = sy-msgno message_var1 = sy-msgv1 message_var2 = sy-msgv2 message_var3 = sy-msgv3 message_var4 = sy-msgv4 IMPORTING message_text = l_msg_text EXCEPTIONS message_not_found = 1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_application_data = off ip_fikrs = p_fikrs IMPORTING f_fm01 = g_t_fm01.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = p_fikrs i_actvt = g_actvt i_msgty = 'E'.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = l_funds im_object = g_objhi im_update = 'X' im_version = c_versn im_wrttp = l_wfrelease.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = l_funds im_object = g_objhi im_update = 'X' im_version = c_versn im_wrttp = l_wprelease.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = p_fikrs ip_fincode = g_r_geber-low ip_gjahr = p_gjahr.

FM_FICTR_READ_MULTIPLE CALL FUNCTION 'FM_FICTR_READ_MULTIPLE' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr TABLES t_fmfctr = l_t_fmfctr.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = p_fikrs IMPORTING e_flg_year_master_data = g_md_yeardep.

KBPS_ENQUEUE CALL FUNCTION 'KBPS_ENQUEUE' EXPORTING i_global_objhi = u_objhi i_global_geber = u_geber i_global_versn = u_versn i_global_all_farea = on i_global_enqueue = on i_wait = on EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

KBPR_READ_DATA





CALL FUNCTION 'KBPR_READ_DATA' EXPORTING fikrs = p_fikrs fikrs_ca_periv = g_t_fm01-ca_periv geber = g_t_geber-geber trgkz = l_node versn = c_versn year_end = p_gjahr year_start = p_gjahr read_bpja = 'X' read_bpge = ' ' read_bppe = ' ' read_bptr = ' ' read_bptx = ' ' read_bpij = ' ' read_bpig = ' ' TABLES bp_ja = g_t_bpja tab_objnr = g_t_objnr tab_value = g_t_wtval.

KBPP_DIRECT_UPDATE CALL FUNCTION 'KBPP_DIRECT_UPDATE' EXPORTING i_bpin = l_bpin IMPORTING e_subrc = l_subrc TABLES it_bpak = g_t_bpak.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = g_t_mesg.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING * i_read_complete = on i_carrier_hierarchy = on i_post_carrier = off i_only_30_pos = on i_finuse_check = off.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = p_fikrs i_geber = p_geber i_gjahr = p_gjahr.

FM4C_SET_FORMAT CALL FUNCTION 'FM4C_SET_FORMAT' EXPORTING i_activate_format = off.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-008 textline1 = text-009 IMPORTING answer = l_answer.

FM16_RELEASE_GROUP_CUSTOMIZING CALL FUNCTION 'FM16_RELEASE_GROUP_CUSTOMIZING' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr IMPORTING e_no_release_groups = g_no_relgrp TABLES t_relgrp = g_t_relgrp t_assigned = g_t_assigned EXCEPTIONS OTHERS = 1.

FM23_GET_BUDGET_HORIZON CALL FUNCTION 'FM23_GET_BUDGET_HORIZON' "KI4K042113 EXPORTING "KI4K042113 i_fmarea = p_fikrs "KI4K042113 IMPORTING "KI4K042113 e_max_csh_eff = l_max_csh_eff. "KI4K042113

FM4C_GET_ITEM_SINGLE CALL FUNCTION 'FM4C_GET_ITEM_SINGLE' EXPORTING i_index = 0 * I_TEXT_1 = ' ' i_fmbu_only = on i_objnr = g_t_bpak-e_objnr i_posit = g_t_bpak-e_posit * I_FAREA = ' ' EXCEPTIONS not_found = 1 OTHERS = 2 .



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