SAP Messages

RSODSO_UPDATE SAP Message Class - Messages for loading DataStore objects







RSODSO_UPDATE is a standard message class available within your SAP system (depending on your versionand 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 I000(RSODSO_UPDATE).

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

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


000 The constructor was not supplied completely
001 Lock for DataStore object &1 and package &2 could not be generated
002 Data package &1 for DataStore object &2 contains no data




003 Error during finalization of the data package: LOCK-ID missing
004 Data package &1 could no tbe inserted for DataStore object &2
005 Successfully inserted data records for data package &1: &2
006 No log transferred to the load instance for DataStore &1 (package &2)
007 No request transferred to the load instance for DataStore &1 (package &2)
008 Saving the update rule information failed
009 No update rule behavior transferred to the load instance
010 Preparation of the data package failed due to field assignment
011 Data package &1 already posted successfully (package skipped)
012 Lock for DataStore object &1 and package &2 could not be deleted
013 Load status manually set to "successful" for DataStore &1
014 Load status set to "successful" for DataStore object &1
015 Load status set to "started" for DataStore object &1
016 Load status manually set to "started" for DataStore &1
017 Details about the load can be found in the monitor of the DTP
018 Details about the load can be found in the load monitor
019 Duplicate data record detected (DS &4, data package: &2, data record: &3)
020 More than &1 duplicates detected, processing terminated
021 Conversion of tables terminated due to errors in DataStore &1
022 DataStore object &1 already implemented, object skipped
023 DataStore object &1 implemented successfully
024 Implementation terminated because "REQUEST" field referenced in table &1
025 SID reference field can not be read from table /BIO/SREQUID
026 DataStore object &1 has a type that is not supported
027 Cannot save data package &1 in DataStore &2
028 Key violation for DataStore &1, request &2, package &3
029 Error while writing error stack
030 No QM actions possible for request '&' in DSO '&'; start U state '&'
031 Request '&' active in DSO '&'; No QM actions possible




032 Cannot add package using single record processing
033 Error occurred when writing data during duplicate elimination
034 Error while checking data records against archiving object (package &1)
040 Conflict in DataPackage: &1 &2 &3 (DataPackage already exists)
041 Error determening Change Log for DataStore &1

Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message class or any of the messages within it. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. This information can then be found quickly, simply by searching on the message class RSODSO_UPDATE

.