SAP Reports / Programs

RFMXPR22 SAP ABAP Report - FIFM: Convert CO Funds Reservations to Funds Reservations







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


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 RFMXPR22. "Basic submit
SUBMIT RFMXPR22 AND RETURN. "Return to original report after report execution complete
SUBMIT RFMXPR22 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFMXPR22

INCLUDE FMREQUAT.


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:

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.



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