Do you have any question about this error?
Message type: E = Error
Message class: SZDM_CC_CHKS_TITLES - Title messages related to check classes
Message number: 135
Message text: An After Import Method performed a non-declared write-access to a table
A trace in one of the SAP internal test systems has found that your
after-import-method (AIM) wrote to a database table that is not declared
in the ZDO declarations of the AIM.
The name of the AIM, the name of the table and the name of the system
where the trace was executed and where you can find the call stack
leading to the non-declared write access can be found in the detailed
messages.
If the AIM runs as part of a zero-downtime-upgrade in a customer system,
then the upgrade procedure aborts with an error message. Solving this
kind of errors requires help from the SAP development support.
Declare the table in the ZDO declarations of the transport object type
triggering your AIM:
Call transaction SOBJ_EXT.
Enter the name of the transport object type that triggers the AIM.
Select "Used database tables" in the navigation area.
Enter the name of the table, specify "Access type" as "Read and write
access" and choose an appropriate value for "Lock mode".
If your AIM calls an API that is listed in transaction SLAPI and if this
API writes to the table, then enter the name of this API in "Used APIs".
If the table is not yet declared in the SLAPI entry, then ask the owner
of the API to declare the table there.
If the RFC module calls an API that is not listed in transaction SLAPI
and if this API writes to the table, then ask the owner of the API to
create an SLAPI entry for this API and to declare all tables accessed by
the API there.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
<DS:TX.SZDM_CC_GENERAL_ZDO>Further information ...</>Error message extract from SAP system. Copyright SAP SE.
SZDM_CC_CHKS_TITLES135
- An After Import Method performed a non-declared write-access to a table ?Get instant SAP help. Start your 7-day free trial now.
SZDM_CC_CHKS_TITLES132
A Configuration-Task performed a non-declared read-access to a table
What causes this issue? A trace in one of the SAP internal test systems has found that your configuration-task read from a database table that is not...
SZDM_CC_CHKS_TITLES131
An XPRA report performed a non-declared read-access to a table
What causes this issue? A trace in one of the SAP internal test systems has found that your XPRA reads from a database table that is not declared in ...
SZDM_CC_CHKS_TITLES136
An XPRA report performed a non-declared write-access to a table
What causes this issue? A trace in one of the SAP internal test systems has found that your XPRA wrote to a database table that is not declared in th...
SZDM_CC_CHKS_TITLES137
A Configuration-Task performed a non-declared write-access to a table
What causes this issue? A trace in one of the SAP internal test systems has found that your configuration-task wrote to a database table that is not ...
Click on this link to search all SAP messages.