2010 Feb 26 12:13 PM
Hi,
We are getting "Express document "Update was terminated" received from author "XXXX" error while saving an article using MM42. We executed listing in "Listing" view in MM42 and saved the article.
Then the error "Express document" comes
The error message in the "express document " is given below:-
Update was terminated
Error info... 00 671: ABAP/4 processor: DBIF_RSQL_SQL_ERROR
Exception :-CX_SY_OPEN_SQL_DB
Thanks in advance
2010 Feb 26 12:26 PM
Looks like a problem with a database table, which cannot be opened for an SQL operation, possibly a SELECT?. I'd consult your Basis team with the database table name if I could find it in the short dump. Note that these kinds of errors sometimes result from erroneous exit coding, so that may be a source of the problem.
2010 Feb 26 2:58 PM
Hi,
See in transaction SM13
Normally you foind your update task and you can repeat it in foreground debug mode
Rgds
2010 Mar 02 6:30 AM
In the source code extract the line which has been highlighted is an insert statement
INSERT MARC FROM TABLE MARC_INS_TAB ACCEPTING DUPLICATE KEYS.
Please suggest how we cen rectify this bug.
2010 Mar 02 11:40 AM
Sometimes, these errors occurred when a BW system is linked to R3 and automatically it stoes data.
Check with your BW team. In the past I had the same problem.