RSIMPCURR 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 RSIMPCURR 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.
Selection Text: TYPE = Exchange Rate Type
Selection Text: DATE = Changes since
Title: Transfer exchange rates: Selection
Text Symbol: 025 = Error: No connection to source system
Text Symbol: 024 = Comment
Text Symbol: 023 = R code
Text Symbol: 022 = No.records
Text Symbol: 021 = Action
Text Symbol: 020 = Table
Text Symbol: 014 = Not in table TCURC
Text Symbol: 013 = Currency
Text Symbol: 012 = not in table TCURV
Text Symbol: 011 = Transfer exchange rates again
Text Symbol: 010 = System
Text Symbol: 009 = Simulation
Text Symbol: 008 = Update exchange rates
Text Symbol: 007 = Create System
Text Symbol: 006 = Changes since:
Text Symbol: 005 = Exchange Rates
Text Symbol: 004 = Mode
Text Symbol: 003 = Srce system
Text Symbol: 002 = Exch.rate
Text Symbol: 001 = Customizing tables
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS *CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * P_STATUS = 'MAIN' ** P_PROGRAM = ' ' * TABLES * P_EXCLUDE = L_T_RSEXFCODE * EXCEPTIONS * OTHERS = 1.
RSSB_AUTHORITY_ADMWB_OBJECT CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_OBJECT' EXPORTING i_admwbobj = rssb_c_auth_admwb-settings i_actvt = rssb_c_auth_actvt-maintain EXCEPTIONS user_not_authorized = 1 OTHERS = 2.
RSAR_DESTINATION_GET CALL FUNCTION 'RSAR_DESTINATION_GET' EXPORTING i_logsys = l_source IMPORTING e_destination = l_destination EXCEPTIONS not_exist = 1 OTHERS = 2.
RSAR_LOGICAL_SYSTEM_GET *** CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' *** EXPORTING *** I_LOGSYS = LOGSYS **** I_LANGU = SY-LANGU **** I_WITHOUT_DIALOG = **** I_WITHOUT_AUTHORITY = *** IMPORTING **** E_SRCTYPE = **** E_IDOCTYPE = **** E_TEXT = **** E_ICON = **** E_ACTIVE = *** E_SAPRL = L_SAPREL **** E_TSPREFIX = **** E_TSIDOC3X = *** EXCEPTIONS *** UNKNOWN_LOGICAL_SYSTEM = 1 *** UNAUTHORIZED = 2 *** WAREHOUSE_SYSTEM_WITHOUT_NAME = 3 *** OTHERS = 4 *** .
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = 'RSIMPCURR' TABLES selection_table = l_t_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION p_source EXCEPTIONS system_failure = 1 MESSAGE l_rfc_mess communication_failure = 2 MESSAGE l_rfc_mess.
SBIC_EXRATE_TRANSFER CALL FUNCTION 'SBIC_EXRATE_TRANSFER' DESTINATION p_source TABLES i_t_selopt = l_t_seltab e_t_tcurr = l_t_tcurr EXCEPTIONS OTHERS = 1.
RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = i_logsys * I_LANGU = SY-LANGU * I_WITHOUT_DIALOG = * I_WITHOUT_AUTHORITY = IMPORTING * E_SRCTYPE = * E_IDOCTYPE = * E_TEXT = * E_ICON = * E_ACTIVE = e_saprl = l_saprel * E_TSPREFIX = * E_TSIDOC3X = EXCEPTIONS unknown_logical_system = 1 unauthorized = 2 warehouse_system_without_name = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIMPCURR - Transfer exchange rates: Selection RSIMPCURR - Transfer exchange rates: Selection RSIMPCURFILE - Transfer Exchange Rates: Selection RSIMPCURFILE - Transfer Exchange Rates: Selection RSIMPCONTENT - Transfer applications, InfoSources from the Business Content RSIMPCONTENT - Transfer applications, InfoSources from the Business Content