Slin: Internal error with SLIN_TRMSG_KEY
[internal error] [jvm internal error] [keyboard error] [ts error internal]
Symptom
Transaction SLIN terminates with an internal error due to duplicate entries.
Reason and Prerequisites
The database table SLIN_TRMSG_KEY describes the syntax warnings that
are displayed as TODO-relevant within transaction SLIN.
Due to a change of priority for a warning, there are now entries in the table that are differentiated only by their priority. As a result, you can no longer copy the entries of the database table directly to a related internal table using mass insert, because they do not contain the priority as a key.
Solution
The mass insert is replaced with a single record insert.