RFMXPR20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program converts funds reservations from releases earlier than 4...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 RFMXPR20 into the relevant SAP transactions such as SE38 or SE80
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.
Title: FIFM: Convert Old Funds Reservations to Funds Commitments
Text Symbol: 100 = FIFM: Convert Old Funds Reservations
Text Symbol: 110 = Start client
Text Symbol: 120 = Docs converted
Text Symbol: 150 = Conversion of old funds reservations completed
INCLUDE FMREQUAT.
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' ACCEPT_NOT_INIT = 'X' * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = G_T_XPRA_PROTOCOL EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
FMR3_FILL_KBFM_FROM_KBLX * call function 'FMR3_FILL_KBFM_FROM_KBLX' * exporting * i_belnr = kblk-belnr * tables * t_kble = l_t_kble * t_kblew = l_t_kblew * t_kblk = l_t_kblk * t_kblp = l_t_kblp * t_kblpw = l_t_kblpw * in_kbfm = l_t_kbfm * exceptions * error_message = 1 * others = 2.
FMR3_GET_CONSUMPTION_FROM_KBLE CALL FUNCTION 'FMR3_GET_CONSUMPTION_FROM_KBLE' TABLES T_KBLE = L_T_KBLE T_KBLEW = L_T_KBLEW CHANGING C_F_CONSUME = L_F_CONSUMPTION.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMXPR20 - FIFM: Convert Old Funds Reservations to Funds Commitments RFMXPR20 - FIFM: Convert Old Funds Reservations to Funds Commitments RFMXPR19 - FM: Convert Carryforward Item Category for Fund RFMXPR19 - FM: Convert Carryforward Item Category for Fund RFMXPR18 - Transfer of the old budget increasing additional data to the new RFMXPR18 - Transfer of the old budget increasing additional data to the new