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

RFFMFG_EF_PARK_TO_POST SAP ABAP Report - Post Parked Earmarked Fund Documents







RFFMFG_EF_PARK_TO_POST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report posts the earmarked funds documents that are parked, so that they consume the budget or are updated to settlement receivers if relevant...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 RFFMFG_EF_PARK_TO_POST 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

FMFG_EF_POST - Post parked Earmark fund documents


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 RFFMFG_EF_PARK_TO_POST. "Basic submit
SUBMIT RFFMFG_EF_PARK_TO_POST AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_EF_PARK_TO_POST 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_SKIP = Process with dialog
Selection Text: P_TEST = Test
Selection Text: SO_BELNR = D .
Selection Text: SO_BLART = D .
Selection Text: SO_BLDAT = D .
Selection Text: SO_BLTYP = D .
Selection Text: SO_BUDAT = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_ERFAS = D .
Title: Post Parked Earmarked Fund Documents
Text Symbol: 001 = Document Selection
Text Symbol: 002 = Control Parameters
Text Symbol: 012 = Test Run
Text Symbol: 013 = Productive Run
Text Symbol: 014 = Post Parked Earmarked Funds Docs
Text Symbol: 030 = Preselect Documents


INCLUDES used within this REPORT RFFMFG_EF_PARK_TO_POST

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = text-030.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' "#EC * EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'ALV_PF_STATUS' i_callback_user_command = 'ALV_USER_COMMAND' is_layout = g_f_layout it_fieldcat = g_t_fieldcat it_sort = g_t_sortinfo i_structure_name = 'KBLK' it_events = g_t_events[] TABLES t_outtab = g_t_kblk.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FICUSTOM' i_dtype = '-' i_msgnr = '080' IMPORTING e_msgty = l_msgty.

FM_UPDATE_DATE_VALUES CALL FUNCTION 'FM_UPDATE_DATE_VALUES' EXPORTING i_fm_update_date = u_t_selected-budat.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FICUSTOM' i_dtype = '-' i_msgnr = '074' IMPORTING e_msgty = l_msgty.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' "#EC * EXCEPTIONS i_message = 1 w_message = 2 e_message = 3 a_message = 4 OTHERS = 8.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_t_mesg.

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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_t_list_top_of_page.

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.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = g_f_layout.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' "#EC * EXPORTING input = u_belnr IMPORTING output = l_belnr.

DISPLAY_RESERVATION CALL FUNCTION 'DISPLAY_RESERVATION' "#EC * EXPORTING i_belnr = l_belnr.



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