RFMXPR22 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This XPRA converts CO funds reservations into new funds, higher performance funds reservations...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 RFMXPR22 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 CO Funds Reservations to Funds Reservations
Text Symbol: 100 = FIFM: Convert CO Funds Reservations to Funds Reservations
Text Symbol: 110 = Start client
Text Symbol: 130 = Docs converted
Text Symbol: 140 = CO totals records converted
Text Symbol: 150 = FIFM: End of CO funds reservation conversion
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 = con_on * IV_SUPPRESS_STATISTICS = ' ' tables xmsg = g_t_xpra_protocol exceptions file_not_found = 1 wrong_call = 2 others = 3.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
READ_EXCHANGE_RATE call function 'READ_EXCHANGE_RATE' exporting client = u_mandt date = kblk-wwert foreign_currency = kblk-waers local_currency = kblk-hwaer type_of_rate = 'M' importing exchange_rate = kblk-kursf exceptions no_rate_found = 1 no_factors_found = 2 no_spread_found = 3 derived_2_times = 4 others = 5.
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting client = u_mandt date = kblk-wwert foreign_amount = l_t_kblp-wtges foreign_currency = kblk-waers local_currency = kblk-hwaer importing local_amount = l_t_kblpw-wrbtr exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting client = u_mandt date = kblk-wwert foreign_amount = l_t_kble-wtabb foreign_currency = kblk-waers local_currency = kblk-hwaer importing local_amount = l_t_kblew-wrbtr exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.
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.
RKE_TIMESTAMP_CONVERT_INPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_INPUT' EXPORTING i_date = sy-datum i_dayst = sy-dayst i_time = sy-uzeit i_tzone = sy-tzone IMPORTING e_timestmp = ld_timestmp.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFMXPR22 - FIFM: Convert CO Funds Reservations to Funds Reservations RFMXPR22 - FIFM: Convert CO Funds Reservations to Funds Reservations 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