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

RFFMKG05 SAP ABAP Report - Mass Processing in Requests







RFFMKG05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Selection of FI documents for mass deferral This program selects FI documents that can be deferred...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 RFFMKG05 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

F887 - Waive Acceptance Order Temporarily
F888 - Waive Acceptance Request
F886 - Defer Acceptance Request


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 RFFMKG05. "Basic submit
SUBMIT RFFMKG05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKG05 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: ZFBDT = Baseline date
Selection Text: XREF1 = Revenue Type
Selection Text: MONAT = Period
Selection Text: LIFNR = Vendor
Selection Text: KUNNR = Customer
Selection Text: GJAHR = Fiscal year
Selection Text: BUKRS = Company code
Selection Text: BUDAT = Posting date
Selection Text: BLART = Document type
Selection Text: BELNR = Document number
Title: Mass Processing in Requests
Text Symbol: 110 = Post
Text Symbol: 100 = Release
Text Symbol: 040 = Subseq. posting details
Text Symbol: 032 = MassRemiss.
Text Symbol: 031 = Mass temp. waiver
Text Symbol: 030 = Mass deferral
Text Symbol: 022 = Ind.remiss.
Text Symbol: 021 = Ind. temp. waiver
Text Symbol: 020 = Sngl deferral
Text Symbol: 010 = Selections


INCLUDES used within this REPORT RFFMKG05

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:

FI_PSO_DOC_TYPE_DETERMINE CALL FUNCTION 'FI_PSO_DOC_TYPE_DETERMINE' EXPORTING i_tcode = sy-tcode i_spras = sy-langu IMPORTING e_psotyp = l_psoty.

FM_FI_MASS_DOCS_SELECT CALL FUNCTION 'FM_FI_MASS_DOCS_SELECT' EXPORTING i_faedt = p_faedt i_reverse = p_rev i_belnr = belnr-low i_psoty = l_psoty TABLES i_r_bukrs = bukrs i_r_belnr = belnr i_r_gjahr = gjahr i_r_blart = blart i_r_budat = budat i_r_monat = monat i_r_zfbdt = zfbdt i_r_kunnr = kunnr i_r_lifnr = lifnr i_r_xref1 = xref1 e_t_psowf = l_t_psowf.

FI_PSO_MASS_LIST_DISPLAY CALL FUNCTION 'FI_PSO_MASS_LIST_DISPLAY' EXPORTING i_one_doc = l_one_doc i_psotyp = l_psoty i_reversal = p_rev i_faedt = p_faedt i_leave_screen = space "no screen exists TABLES t_psowf = l_t_psowf.

FI_PSO_BLART_SUGGEST CALL FUNCTION 'FI_PSO_BLART_SUGGEST' EXPORTING i_psotyp = l_psoty IMPORTING e_blart = blart-low EXCEPTIONS nothing_found = 1 OTHERS = 2.

FI_PSO_DOC_TYPE_DETERMINE CALL FUNCTION 'FI_PSO_DOC_TYPE_DETERMINE' EXPORTING i_tcode = sy-tcode i_spras = sy-langu IMPORTING e_psotyp = l_t_psotp-psotyp.

FI_PSO_BLART_FROM_PSOTY_GET CALL FUNCTION 'FI_PSO_BLART_FROM_PSOTY_GET' EXPORTING i_psoty = l_t_psotp-psotyp TABLES t_pso41 = l_t_pso41.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' IMPORTING select_value = c_blart TABLES fields = l_t_fields valuetab = l_t_valuetab.



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