SAP Reports / Programs

RFFMTRN0 SAP ABAP Report - Transfer of completely reduced documents into new FM data (>45)







RFFMTRN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transferring documents completely reduced into the new data structures When upgrading component FM to Release >= 45B, you must convert the data structures using program RFFMTRNS...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 RFFMTRN0 into the relevant SAP transactions such as SE38 or SE80


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 RFFMTRN0. "Basic submit
SUBMIT RFFMTRN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMTRN0 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_FIKRS = D Financial Management Area
Selection Text: P_SIMUL = D Test run
Selection Text: S_BELNR = FI document number
Selection Text: S_BUKRS2 = D Company code
Selection Text: S_EBELN = D Purchasing document
Selection Text: S_GJAHR = Funds Management fiscal year
Selection Text: S_GJAHR2 = D Fiscal year
Selection Text: S_KBLNR = D Earmarked funds
Title: Transfer of completely reduced documents into new FM data (>45)
Text Symbol: 001 = Funds Management document selection (parallel procssg)
Text Symbol: 002 = Document Selection (tests only)
Text Symbol: 003 = Process Control
Text Symbol: 005 = Documents converted
Text Symbol: 006 = Test run
Text Symbol: 007 = Update run
Text Symbol: 080 = Documents Selected:
Text Symbol: 081 = Documents Defective:
Text Symbol: 082 = Documents Carried Forward:


INCLUDES used within this REPORT RFFMTRN0

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:

FMFPO_READ_QUICK_POSIT call function 'FMFPO_READ_QUICK_POSIT' exporting i_fikrs = c_f_fcabp-fikrs i_posit = c_f_fcabp-posit i_flg_buffer_all = con_on importing e_f_fmfpo = l_f_fmfpo.

DB_COMMIT call function 'DB_COMMIT'.

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrs.

FMFPO_READ_QUICK_POSIT CALL FUNCTION 'FMFPO_READ_QUICK_POSIT' EXPORTING I_FIKRS = C_F_FCABP-FIKRS I_POSIT = C_F_FCABP-POSIT I_FLG_BUFFER_ALL = CON_ON IMPORTING E_F_FMFPO = L_F_FMFPO.

XPRA_FCABP_TO_FMUDBSEGH * CALL FUNCTION 'XPRA_FCABP_TO_FMUDBSEGH' * EXPORTING * IP_BUKRS = C_F_FCABP-BUKRS2 * IP_GJAHR = C_F_FCABP-GJAHR2 * IP_BELNR = C_F_FCABP-BELNR2 * IP_BUZEI = C_F_FCABP-BUZEI2 * IP_FIKRS = C_F_FCABP-FIKRS * IP_INC_FIPOS = C_F_FMIFIIT-FIPEX * IP_INC_FICTR = C_F_FMIFIIT-FISTL * IP_INC_FONDS = C_F_FMIFIIT-FONDS.



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