SAP Reports / Programs | Project System | Payments | Actual Payments and Forecast(PS-CAF-ACT) SAP PS

RFFMRP84 SAP ABAP Report - Analysis of Data Trans. into PS Cash







RFFMRP84 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFFMRP84 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

CJFA - Analysis of Data Trans. into PS Cash


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 RFFMRP84. "Basic submit
SUBMIT RFFMRP84 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMRP84 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: FI_ADD = Additive
Selection Text: FI_BELNR = D Document Number
Selection Text: FI_BUKRS = D Company Code
Selection Text: FI_GJAHR = D Fiscal Year
Selection Text: FI_SINGL = Individually
Selection Text: FM_BELNR = D Document Number
Selection Text: FM_KOKRS = D Controlling Area
Selection Text: M_ADD = Additive
Selection Text: M_EBELN = D Purchase Order
Selection Text: M_SINGL = Individually
Selection Text: P_NEW_PO = Commitment Item from G/L Acct
Title: Analysis of Data Trans. into PS Cash
Text Symbol: 001 = Materials Management
Text Symbol: 002 = PS Cash Management
Text Symbol: 003 = Financial Accounting
Text Symbol: PRO = Update Run
Text Symbol: TST = Test Run


INCLUDES used within this REPORT RFFMRP84

INCLUDE IFMCOSIM.


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_CO_TRANSFER_SIM_TO_BUFFER call function 'FM_CO_TRANSFER_SIM_TO_BUFFER' EXPORTING p_refresh = 'X' p_retrieve = 'X' TABLES cofp_sim = g_t_cofp_sim cobk_sim = g_t_cobk_sim CHANGING p_sim = l_sim.

FM_CO_TRANSFER_SIM_TO_BUFFER CALL FUNCTION 'FM_CO_TRANSFER_SIM_TO_BUFFER' EXPORTING p_refresh = l_refresh p_retrieve = 'X' TABLES cofp_sim = g_t_cofp_sim cobk_sim = g_t_cobk_sim doc_coll = lt_doc_coll_old CHANGING p_sim = l_sim.

FMSIM_COLLECT_DOCUMENT_CLUSTER call function 'FMSIM_COLLECT_DOCUMENT_CLUSTER' EXPORTING m_ebeln = m_ebeln m_singl = m_singl fi_belnr = fi_belnr fi_bukrs = fi_bukrs fi_gjahr = fi_gjahr fi_singl = fi_singl fm_kokrs = fm_kokrs fm_belnr = fm_belnr TABLES doc_coll = lt_doc_coll lt_cofp = lt_cofp lt_cobk = lt_cobk lt_bseg = lt_bseg lt_bkpf = lt_bkpf lt_ekko = lt_ekko.

FMSIM_FILL_GLOBAL_AND_CALL_DYN call function 'FMSIM_FILL_GLOBAL_AND_CALL_DYN' EXPORTING i_add = p_add i_repid = sy-repid TABLES doc_coll = lt_doc_coll lt_cofp = lt_cofp lt_cobk = lt_cobk lt_bseg = lt_bseg lt_bkpf = lt_bkpf lt_ekko = lt_ekko.



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