Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: SZDM_CC_CHKS_DETAILS - Detailed messages related to check classes
Message number: 099
Message text: R3TR OBJA &1: Table &2 accessed by an API cannot be set to read only.
INCLUDE SZDM_CC_LAT_DET_INTRO_PROC OBJECT DOKU ID TX
In this case the owner of the SLAPI implementation &v1& has specified
that the SLAPI implementation accesses table &v2& and that this table
shall be read-only for the productive application during the ZDO
upgrade. (See ABAP transaction SLAPI. Choose the "Position..." button to
find that SLAPI's metadata definition named &v1&. Select this entry and
choose "Used Database Tables".)
INCLUDE SZDM_CC_LAT_DET_RO_IMPOSSIBL OBJECT DOKU ID TX
As an alternative to setting the complete table to read-only the
application needs to make sure that only the key ranges accessed by the
SLAPI implementation has become read-only while all other table entries
are still writeable for the productive application.
Error message extract from SAP system. Copyright SAP SE.
SZDM_CC_CHKS_DETAILS099
- R3TR OBJA &1: Table &2 accessed by an API cannot be set to read only. ?The SAP error message SZDM_CC_CHKS_DETAILS099 indicates that a specific table (denoted as
&2
) is being accessed by an API in a way that conflicts with its read-only status. This typically occurs when there is an attempt to modify or access data in a way that is not permitted for that table, which is set to read-only.Cause:
- Read-Only Table: The table in question is defined as read-only in the system, meaning that it should not be modified or updated through standard operations.
- API Access: The API being used is trying to perform an operation that requires write access to the table, which is not allowed.
- Configuration Issues: There may be a misconfiguration in the API or the way it interacts with the database, leading to this error.
- Data Model Changes: Changes in the data model or the way the application is designed to interact with the database can also lead to this error.
Solution:
- Check Table Definition: Verify the definition of the table in the Data Dictionary (SE11) to confirm that it is indeed set to read-only. If it should not be read-only, you may need to change its settings.
- Review API Logic: Examine the API code to ensure that it is not attempting to perform write operations on a read-only table. Modify the API logic to comply with the read-only status.
- Use Correct API: If the operation you are trying to perform requires write access, consider using a different API that is designed for tables that allow modifications.
- Consult Documentation: Review the SAP documentation for the specific API you are using to understand its limitations and requirements regarding table access.
- Check for Updates: Ensure that your SAP system is up to date, as there may be patches or updates that address this issue.
Related Information:
If the issue persists after following these steps, consider reaching out to SAP support or your internal SAP technical team for further assistance.
Get instant SAP help. Sign up for our Free Essentials Plan.
SZDM_CC_CHKS_DETAILS098
R3TR OBJA &1: Table &2 read by Switch Badi &3 cannot be set to read only.
What causes this issue? INCLUDE SZDM_CC_LAT_DET_INTRO_PROC OBJECT DOKU ID TX In this case<(>,<)> the owner of the Switch-BADI implementat...
SZDM_CC_CHKS_DETAILS097
R3TR TOBJ &1 : Table &2 accessed by AIM cannot set to read only.
What causes this issue? INCLUDE SZDM_CC_LAT_DET_INTRO_PROC OBJECT DOKU ID TX In this case<(>,<)> the owner of the AIM of transport object...
SZDM_CC_CHKS_DETAILS100
R3TR CLAS &1: Table &2 defined for Switch Badi can't be set to read only.
What causes this issue? INCLUDE SZDM_CC_LAT_DET_INTRO_PROC OBJECT DOKU ID TX In this case, the owner of the Switch-BADI implementation &v1& h...
SZDM_CC_CHKS_DETAILS101
Table &1 in metadata of SL API &2 does not exist in this system.
What causes this issue? The properties of an API called by an after-import method (AIM) might be incorrectly maintained. In transaction SLAPI, you ha...
Click on this link to search all SAP messages.