SAP Reports / Programs

RSIMPCUST SAP ABAP Report - Transfer global settings: Selection







RSIMPCUST 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 RSIMPCUST 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 RSIMPCUST. "Basic submit
SUBMIT RSIMPCUST AND RETURN. "Return to original report after report execution complete
SUBMIT RSIMPCUST 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: CURRENCY = Currencies
Selection Text: FACTCALE = Factory calendar
Selection Text: MESSURES = Units of measurement
Selection Text: VARIANTS = Fiscal year variants
Title: Transfer global settings: Selection
Text Symbol: 001 = Transfer global table contents
Text Symbol: 003 = Source system
Text Symbol: 004 = Mode
Text Symbol: 005 = Exchange Rates
Text Symbol: 006 = Changes since:
Text Symbol: 007 = Create System
Text Symbol: 008 = Update tables
Text Symbol: 009 = Simulation
Text Symbol: 010 = System
Text Symbol: 011 = Rebuild tables
Text Symbol: 020 = Table
Text Symbol: 021 = Action
Text Symbol: 022 = No. of records
Text Symbol: 023 = R code
Text Symbol: 025 = Error: No connection to source system


INCLUDES used within this REPORT RSIMPCUST

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:

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.

RSA_PROFILE_LANGUAGE_GET CALL FUNCTION 'RSA_PROFILE_LANGUAGE_GET' IMPORTING e_t_langu = l_t_langu EXCEPTIONS error_by_read = 1 OTHERS = 2.

RSAR_DESTINATION_GET CALL FUNCTION 'RSAR_DESTINATION_GET' EXPORTING i_logsys = l_source IMPORTING e_destination = l_dest EXCEPTIONS not_exist = 1.

RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION l_dest EXCEPTIONS system_failure = 1 MESSAGE l_rfc_mess communication_failure = 2 MESSAGE l_rfc_mess.

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.

SBIC_CURRENCIES_TRANSFER CALL FUNCTION 'SBIC_CURRENCIES_TRANSFER' DESTINATION p_source TABLES i_t_langu = p_t_langu e_t_tcurf = l_t_tcurf e_t_tcurs = l_t_tcurs e_t_tcurt = l_t_tcurt e_t_tcurv = l_t_tcurv e_t_tcurw = l_t_tcurw e_t_tcurx = l_t_tcurx e_t_tcurc = l_t_tcurc * e_t_tcurn = l_t_tcurn tcurn does not exist <4.0

SBIC_CURRENCIES_TRANSFER CALL FUNCTION 'SBIC_CURRENCIES_TRANSFER' DESTINATION p_source TABLES i_t_langu = p_t_langu e_t_tcurf = l_t_tcurf e_t_tcurs = l_t_tcurs e_t_tcurt = l_t_tcurt e_t_tcurv = l_t_tcurv e_t_tcurw = l_t_tcurw e_t_tcurx = l_t_tcurx e_t_tcurc = l_t_tcurc e_t_tcurn = l_t_tcurn EXCEPTIONS OTHERS = 1.

SBIC_VARIANTS_TRANSFER CALL FUNCTION 'SBIC_VARIANTS_TRANSFER' DESTINATION p_source TABLES i_t_langu = p_t_langu e_t_t009 = l_t_t009 e_t_t009b = l_t_t009b e_t_t009c = l_t_t009c e_t_t009t = l_t_t009t e_t_t009y = l_t_t009y EXCEPTIONS OTHERS = 1.

SBIC_MESSURE_TRANSFER CALL FUNCTION 'SBIC_MESSURE_TRANSFER' DESTINATION p_source TABLES i_t_langu = p_t_langu e_t_t006 = l_t_t006 e_t_t006a = l_t_t006a e_t_t006b = l_t_t006b e_t_t006c = l_t_t006c e_t_t006d = l_t_t006d e_t_t006i = l_t_t006i e_t_t006j = l_t_t006j e_t_t006t = l_t_t006t EXCEPTIONS OTHERS = 1.



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