SAP Reports / Programs

RFFMRP_MAT_RESV_COMPL SAP ABAP Report - Set a Funds reservation generated from a Mat. Reservation to complete







RFFMRP_MAT_RESV_COMPL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for There might be material reservation documents that are no longer need and you want to set these as complete so that the budget is released from the earmarked funds generated for this material reservation document...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 RFFMRP_MAT_RESV_COMPL 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

FMRESV_EF_COMP - Earmarked funds set to complete


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 RFFMRP_MAT_RESV_COMPL. "Basic submit
SUBMIT RFFMRP_MAT_RESV_COMPL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRP_MAT_RESV_COMPL 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: P_BUKRS = D .
Selection Text: P_TEST = Test Run
Selection Text: S_LGORT = D .
Selection Text: S_MATNR = D .
Selection Text: S_RSDAT = D .
Selection Text: S_RSNUM = D .
Selection Text: S_RSPOS = D .
Selection Text: S_WERKS = D .
Title: Set a Funds reservation generated from a Mat. Reservation to complete
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Processing Options
Text Symbol: 012 = Test Run - Material Reservations - Earmarked Funds set to complete
Text Symbol: 013 = Update Run - Material Reservations - Earmarked Funds set to complete


INCLUDES used within this REPORT RFFMRP_MAT_RESV_COMPL

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:

FM_FIKRS_CHECK_ONE_ACTIVE CALL FUNCTION 'FM_FIKRS_CHECK_ONE_ACTIVE' EXPORTING i_bukrs = p_bukrs IMPORTING e_fmakt = g_flg_fm_active e_fikrs = g_fikrs.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = g_fikrs i_actvt = '02' i_msgty = 'E'.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = c_t_events.

BAPI_RESERVATION_CHANGE CALL FUNCTION 'BAPI_RESERVATION_CHANGE' EXPORTING reservation = u_rkpf_wa-rsnum testrun = l_test TABLES reservationitems_changed = l_res_item reservationitems_changedx = l_res_itemx return = l_t_return.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = l_log_handle.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = l_log_handle i_s_msg = l_s_msg.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_t_disp_prof i_s_log_filter = l_t_log_filter.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = l_log_handle EXCEPTIONS log_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 RFFMRP_MAT_RESV_COMPL or its description.