Hi Vladimir,
A few cents, according to SAP notes you have to consider the next points:
- Database Auto-Commit-Enabled(No Transaction Handling must not be selected.
- You must access/modify the same columns in every statement.
- You can only use UPDATE, INSERT, DELETE and SELECT statements.
Regards.