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

RFFMPSO6 SAP ABAP Report - Prepare archiving of temporary waivers







RFFMPSO6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program prepares deferred acceptance requests which were given a temporary waiver, for archiving...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 RFFMPSO6 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

F8O7 - Prepare Archiving of Temp. Waiver


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 RFFMPSO6. "Basic submit
SUBMIT RFFMPSO6 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMPSO6 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: BELNR = Document Number
Selection Text: BLART = Document Category
Selection Text: BUKRS = Company Code
Selection Text: GJAHR = Fiscal Year
Selection Text: TESTLAUF = Test Run
Title: Prepare archiving of temporary waivers
Text Symbol: 001 = Selection
Text Symbol: 002 = Parameter
Text Symbol: 010 = The following documents are to be prepared for archiving:
Text Symbol: 011 = Following documents are prepared for archiving:
Text Symbol: 012 = (Updt.Run)
Text Symbol: 013 = (test run)
Text Symbol: 014 = Created on:
Text Symbol: 100 = Convert temporary waiver indicator
Text Symbol: 101 = You change data in prod. run
Text Symbol: 102 = Continue?


INCLUDES used within this REPORT RFFMPSO6

INCLUDE IFIFMKAO.
INCLUDE RKASMAWF.


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_FYC_SCHEDMAN_INIT call function 'FM_FYC_SCHEDMAN_INIT' exporting i_repid = sy-repid "report id i_tcode = 'F8O7' "transaction code i_wfitem = wf_witem "parameter of RKASMAWF i_wflist = wf_wlist "parameter of RKASMAWF i_flg_test = testlauf "flag for test mode importing e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE call function 'FM_FYC_SCHEDMAN_CLOSE' exporting i_f_schedman_key = g_f_schedman_key "obtained from schedman init i_wfitem = wf_witem "parameter of RKASMAWF i_wfokey = wf_okey "parameter of RKASMAWF i_aplstat = g_aplstat. "result filled

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-101 textline2 = text-102 titel = text-100 importing answer = l_answer.

FI_PSO_BLART_FROM_PSOTY_GET call function 'FI_PSO_BLART_FROM_PSOTY_GET' exporting i_psoty = char_07 tables t_pso41 = l_t_pso41.

ENQUEUE_EFBKPF call function 'ENQUEUE_EFBKPF' exporting bukrs = g_t_docs_tw-bukrs belnr = g_t_docs_tw-belnr gjahr = g_t_docs_tw-gjahr exceptions foreign_lock = 1 system_failure = 2.

ENQUEUE_EFBKPF call function 'ENQUEUE_EFBKPF' exporting bukrs = g_t_docs_root-bukrs belnr = g_t_docs_root-belnr gjahr = g_t_docs_root-gjahr exceptions foreign_lock = 1 system_failure = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = con_progn i_callback_user_command = 'USER_COMMAND' is_layout = l_f_layout it_fieldcat = l_t_fieldcat i_default = 'X' i_save = 'X' it_events = l_t_events * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab = g_t_data.

NAMETAB_GET call function 'NAMETAB_GET' exporting tabname = 'BKPF' tables nametab = l_t_nametab.

FI_PSO_DISPLAY call function 'FI_PSO_DISPLAY' exporting i_lotkz = g_t_data-lotkz i_compy = g_t_data-bukrs i_psotyp = g_t_data-psoty i_f_fikey = l_f_fikey exceptions others = 1.



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