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

RFFM_MIG_OPEN_DB_ANA SAP ABAP Report - Migration of Payment Update: Create Worklists







RFFM_MIG_OPEN_DB_ANA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program determines the worklist of the open payment-relevant document bundles in FI that are to be closed or reconstructed with the migration to the online payment update...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_ANA 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_ANA - Analysis of Open Document Bundle


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_ANA. "Basic submit
SUBMIT RFFM_MIG_OPEN_DB_ANA AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_MIG_OPEN_DB_ANA 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_FIKRS = D .
Selection Text: P_TEST = D .
Selection Text: P_NB_PAR = D .
Selection Text: P_DT_PAR = D .
Selection Text: P_DB_RP = D .
Selection Text: P_DB_CL = D .
Title: Migration of Payment Update: Create Worklists
Text Symbol: 022 = FM area:
Text Symbol: 021 = No Selection Defined
Text Symbol: 020 = Executed Processes:
Text Symbol: 019 = Processes not Executed:
Text Symbol: 018 = No Worklist Determined
Text Symbol: 017 = Log
Text Symbol: 016 = Error Messages
Text Symbol: 013 = Parallel Processing
Text Symbol: 012 = Number of Document Bundles to Be Posted Subsequently
Text Symbol: 011 = Number of Open Items to be Cleared
Text Symbol: 010 = No. of Doc. Bundles To be Closed
Text Symbol: 009 = Worklist was Determined
Text Symbol: 006 = Upd. Run
Text Symbol: 005 = Test Run
Text Symbol: 004 = RFC Execution: Technical Error
Text Symbol: 002 = Program Control
Text Symbol: 001 = Docs Selected for


INCLUDES used within this REPORT RFFM_MIG_OPEN_DB_ANA

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

FM_PAYTR_MIG_PREPARATION CALL FUNCTION 'FM_PAYTR_MIG_PREPARATION' STARTING NEW TASK l_task_number DESTINATION IN GROUP p_dt_par PERFORMING return_info ON END OF TASK TABLES it_fi_keys = g_t_fm_doc_keys_pack et_fi_docs_cl = g_t_fi_docs_cl_pack et_fi_docs_rp = g_t_fi_docs_rp_pack "#EC ENHOK changing i_parallel = g_paral EXCEPTIONS system_failure = 1 MESSAGE g_rfc_err communication_failure = 2 MESSAGE g_rfc_err resource_failure = 3 OTHERS = 4.

FM_PAYTR_MIG_PREPARATION CALL FUNCTION 'FM_PAYTR_MIG_PREPARATION' TABLES it_fi_keys = g_t_fm_doc_keys et_fi_docs_cl = g_t_fi_docs_cl et_fi_docs_rp = g_t_fi_docs_rp CHANGING i_parallel = g_paral.

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_PAGE' i_grid_title = l_grid_title is_layout = l_f_layout it_fieldcat = g_t_fieldcat 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_outlist.

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

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = c_t_mesg.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'fmrpfi_outlist' changing ct_fieldcat = g_t_fieldcat.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING i_use_grid = 'X'.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = l_t_fm01d-fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = u_arbgb msgty = u_msgty msgv1 = u_msgv1 msgv2 = u_msgv2 msgv3 = u_msgv3 msgv4 = u_msgv4 txtnr = u_txtnr exception_if_not_active = space.



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