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: 127
Message text: A Configuration-Task accessed a table with Native-SQL
A trace in one of the SAP internal test systems has found that your
configuration-task accessed a database table by native SQL (either
EXEC-SQL or ADBC).
The name of the configuration-task and the name of the system where the
trace was executed and where you can find the call stack leading to the
native SQL command can be found in the detailed messages. Inspect the
call stack in order to find out the name of the accessed database table.
If the configuration-task 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.
If you have already declared the table that your configuration-task
accesses via native SQL, then apply for an exemption for this
ATC-message.
If you have not yet declared the tables, then make the necessary
declarations in your development or maintenance system:
The class implementing your configuration task must implement interface
IF_TR_CTS_CFG_TASK.
In method GET_TASK_META_DATA, declare the tables the RFC-module accesses
by implementing a call of method IR_META_DATA->ADD_TABLE(...). For each
table, provide an appropriate value for ACCESS_TYPE and LOCK_MODE.
If the RFC module calls an API that is listed in transaction SLAPI, then
declare this API by implementing a call of IR_META_DATA->ADD_SLAPI(...).
If the RFC module calls an API that is not listed in transaction SLAPI,
then ask the owner of the API to create an SLAPI entry for this API and
declare all accessed tables there. Declare this new SLAPI entry in your
implementation of GET_TASK_META_DATA by implementing a call of
IR_META_DATA->ADD_SLAPI(...).
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_TITLES127
- A Configuration-Task accessed a table with Native-SQL ?Get instant SAP help. Start your 7-day free trial now.
SZDM_CC_CHKS_TITLES126
An XPRA report accessed a table with Native-SQL
What causes this issue? A trace in one of the SAP internal test systems has found that your XPRA accessed a database table by native SQL (either EXEC...
SZDM_CC_CHKS_TITLES125
An After Import Method accessed a table with Native-SQL
What causes this issue? A trace in one of the SAP internal test systems has found that your after-import-method (AIM) accessed a database table by na...
SZDM_CC_CHKS_TITLES130
An After Import Method 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 after-import-method (AIM) read from a database table that...
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 ...
Click on this link to search all SAP messages.