RSDS_ACCESS SAP Message class Access Messages









RSDS_ACCESS is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(RSDS_ACCESS).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(RSDS_ACCESS) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name RSDS_ACCESS into the relevant SAP transaction such as SE91 or SE80.

000 - No response

001 - Return code = &1. Problem during file upload from &2; see long text

Additional information exists about message 001 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 001 class rsds_access.

002 - Error while accessing the application server file

003 - Conversion error: &1

004 - Error while generating routine for file name &1

005 - Implementation of routine not found

006 - Error &1 while generating routine; line &2; &3&4

Additional information exists about message 006 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 006 class rsds_access.

007 - Internal error in routine maintenance

008 - Error while writing routine code to the database

009 - Error while deleting routine code from the database

010 - Error while reading DB table RSLDPSEL

011 - Error &1 while splitting CSV data record &2 (&3&4): see long text

Additional information exists about message 011 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 011 class rsds_access.

012 - No RFC destination defined for source system &1

013 - Error in codepage mapping for source system. Error text: &1

014 - Error &1&2 in codepage conversion (language &1)

015 - Hexadecimal->character conversion not possible in this code page for '&1'

Additional information exists about message 015 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 015 class rsds_access.

016 - Hexadecimal->character conversion returns internal error; cancel

Additional information exists about message 016 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 016 class rsds_access.

017 - Warning: Performance degradation of data upload possible; see long text

Additional information exists about message 017 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 017 class rsds_access.

018 - Connection to source system &1 not working. Check source system.

019 - Table '&1' does not exist in database system '&2'

020 - Name of DataSource field cannot be initial; Default value assigned

021 - Could not open connection to database system &1

022 - Database system &1 is not declared in &2

023 - SQL error &1 with message: &2

024 - Internal SQL error &1

025 - Field list is empty; first list the fields

026 - Database table/view contains no data for the selected value

027 - Unknown error while uploading data from the DB table

028 - No more data to load

029 - Selection options are not valid; check the selection criteria

030 - Extraction of existing UD Connect source objects...

031 - Error while extracting UD Connect source objects: &1

032 - DBC data load: Parameter &1 is not valid or is empty

033 - Unknown ABAP type &1; cannot be converted to DD type

034 - Table name such as &1 is invalid; removed from selection -> long text

Additional information exists about message 034 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 034 class rsds_access.

035 - No RFC destination defined for source system &1

036 - Error while extracting field list of UD Connect object: &1

037 - UD Connect object '&1' does not exist

038 - &1: External format not supported; Data type is not 'CURR'

039 - Invalid field name; change name manually

040 - Invalid data type; use the F4 help

041 - Error retrieving RFC program name for RFC destination &1

042 - Info Object name is mandatory; specify name on the Extraction tab

043 - Source system &1 not maintained in DBCON

044 - SQL connection broken

045 - Hierarchy ID &1 is unknown (missing in table RSOSOHIE)

046 - Duplicate Hierarchies (version and/or timedependency) will be deleted

Additional information exists about message 046 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 046 class rsds_access.

047 - Specify a file name

048 - Select a Valid Hierarchy

050 - Some column header texts are missing

051 - Different delimiter is already used in the line

052 - Could not find a valid delimiter



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!