SAP Reports / Programs

RFFM_OPEN_DB_RP SAP ABAP Report - Migration of Payment Update in FM: Reconstruction of FI Documents







RFFM_OPEN_DB_RP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for To speed up the migration of online migration in Funds Management, the payment-relevant document bundles still open in FI which were posted completely after the migration of the general ledger should be reconstructed in FM as much 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_OPEN_DB_RP 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_RP - Reconstruct 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_OPEN_DB_RP. "Basic submit
SUBMIT RFFM_OPEN_DB_RP AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_OPEN_DB_RP 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_BUKRS = D .
Selection Text: P_DELETE = D .
Selection Text: P_ERROR = D .
Selection Text: P_GJAHR = D .
Selection Text: P_NOPBET = D .
Selection Text: P_PRECHK = D .
Selection Text: P_TEST = D .
Selection Text: P_TESTMD = D .
Selection Text: SO_BELNR = D .
Selection Text: SO_BLDAT = D .
Selection Text: SO_BUDAT = D .
Selection Text: SO_CPUDT = D .
Selection Text: SO_PERIO = D .
Title: Migration of Payment Update in FM: Reconstruction of FI Documents
Text Symbol: 001 = Selections for Doc.
Text Symbol: 003 = Program Control
Text Symbol: 004 = Old Data Processing


INCLUDES used within this REPORT RFFM_OPEN_DB_RP

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'.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting i_use_grid = 'X' exceptions no_messages = 1.

LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = lt_reposting_list exceptions not_found = 1.

WRITE_LIST call function 'WRITE_LIST' tables listobject = lt_reposting_list.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting msgty = u_msgty msgv1 = u_msgv1 msgv2 = u_msgv2 msgv3 = u_msgv3 msgv4 = u_msgv4 arbgb = u_arbgb txtnr = l_txtnr exception_if_not_active = space.

FMFK_GET_FIKRS_FROM_BUKRS call function 'FMFK_GET_FIKRS_FROM_BUKRS' exporting i_bukrs = u_bukrs importing e_fikrs = l_fikrs.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = l_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.



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