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

RFFM_MIG_OPEN_DB_DISPLAY SAP ABAP Report - Display Worklist of Document Bundles To Be Closed in FI







RFFM_MIG_OPEN_DB_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To decrease the migration time, in other words, the time when both procedures of the payment update in Funds Management must run parallel, the payment-relevant document bundles still open in FI should be closed as soon as possible...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 RFFM_MIG_OPEN_DB_DISPLAY 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

FMPU_R_MIG_ODB_DISP - Display Worklist


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 RFFM_MIG_OPEN_DB_DISPLAY. "Basic submit
SUBMIT RFFM_MIG_OPEN_DB_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_MIG_OPEN_DB_DISPLAY 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: S_LIFNR = D .
Selection Text: S_KUNNR = D .
Selection Text: S_HKONT = D .
Selection Text: S_GJAHR = D .
Selection Text: S_DBNB = D .
Selection Text: S_BUKRS = D .
Selection Text: S_BELNR = D .
Selection Text: P_OPDB = Display Only Open Doc. Bundles
Selection Text: P_MDNB = Minimum Size of Doc. Bundle
Selection Text: P_LIST_O = Display Only Open Items
Selection Text: P_COMP = Display Compl. Doc. Bundles
Selection Text: P_CLMARK = Select Closed Doc. Bundles
Title: Display Worklist of Document Bundles To Be Closed in FI
Text Symbol: 026 = Type of Follow-On Document
Text Symbol: 025 = Residual items
Text Symbol: 024 = Partial Payment
Text Symbol: 023 = Worklist
Text Symbol: 022 = Document
Text Symbol: 021 = No Selection Defined
Text Symbol: 020 = Docs
Text Symbol: 019 = Minimum Size of Doc. Bundle Is
Text Symbol: 018 = Doc. Bundles Are Displayed Completely
Text Symbol: 017 = Only Open Doc. Bundles Are Displayed
Text Symbol: 016 = Only Open Line Items Are Displayed
Text Symbol: 015 = - Doc. Bundle Number:
Text Symbol: 014 = - Gen. Ldgr Acct
Text Symbol: 013 = - Vendor:
Text Symbol: 012 = - Customer:
Text Symbol: 011 = - Doc. Number
Text Symbol: 010 = - Fiscal Year:
Text Symbol: 009 = - Company Code:
Text Symbol: 008 = Docs Selected for
Text Symbol: 007 = Program Control
Text Symbol: 006 = Doc. Bundle-Related Options
Text Symbol: 005 = Doc.-Related Options
Text Symbol: 004 = Output Control
Text Symbol: 003 = Selections for Doc. Bundles
Text Symbol: 002 = Selections for Acct





Text Symbol: 001 = Selections for Doc.


INCLUDES used within this REPORT RFFM_MIG_OPEN_DB_DISPLAY

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid * i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_LIST' i_grid_title = l_grid_title is_layout = l_f_layout it_fieldcat = g_t_fieldcat_opitems i_default = 'X' i_save = 'A' is_variant = l_f_variant is_print = l_f_print i_html_height_top = l_height_top TABLES t_outtab = g_t_db_display.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'FMPU_MIG_OPITEMS' CHANGING ct_fieldcat = g_t_fieldcat_opitems.



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