SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSIMPCURR SAP ABAP Report - Transfer exchange rates: Selection







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


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 RSIMPCURR. "Basic submit
SUBMIT RSIMPCURR AND RETURN. "Return to original report after report execution complete
SUBMIT RSIMPCURR 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: 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


INCLUDES used within this REPORT RSIMPCURR

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:

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 .



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