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

RFFMREL1 SAP ABAP Report - Budget release: Mass release







RFFMREL1 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 RFFMREL1 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

FR88 - FM: Loc.Auth.: Mass Release


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 RFFMREL1. "Basic submit
SUBMIT RFFMREL1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMREL1 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 = Financial Management Area
Title: Budget release: Mass release
Text Symbol: 513 =
Text Symbol: 512 =
Text Symbol: 511 = Description
Text Symbol: 510 =
Text Symbol: 509 = Result
Text Symbol: 508 = Status
Text Symbol: 018 =
Text Symbol: 017 =
Text Symbol: 016 = Progam for distributing to releases group started
Text Symbol: 015 = No budget data exists for selection entries
Text Symbol: 011 = Releases already exist in the release groups
Text Symbol: 010 = all budget values ?
Text Symbol: 009 = Do you really want to release
Text Symbol: 008 = Mass release
Text Symbol: 007 = Budget values already updated
Text Symbol: 006 = Profile & does not exist
Text Symbol: 005 = FC &1 / Cmmt item &2:
Text Symbol: 004 = Mass release
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 RFFMREL1

INCLUDE: LKBPPSTN.
INCLUDE: LKBPPEQU.
INCLUDE: LFMAUEQU.
INCLUDE RFFMRELI01.


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 = p_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.

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 = p_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 = p_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.

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

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 = p_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.

KBPP_DIRECT_UPDATE





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

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = g_t_mesg.

KBPS_MSG_TRANSFORM * CALL FUNCTION 'KBPS_MSG_TRANSFORM' * EXPORTING * l_max = '131' * TABLES * i_mesg = t_message.

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 textline2 = text-010 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 = l_no_rel_grp.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RFFMREL1' TABLES selection_table = seltb.

LIST_FROM_MEMORY * CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * listobject = l_t_outlist * EXCEPTIONS * OTHERS = 0.

WRITE_LIST * CALL FUNCTION 'WRITE_LIST' * TABLES * listobject = l_t_outlist.



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