Hi Andre, without further tracking down the reason of the deadlock situation, it is impossible to guess whether the blocking behaviour is "normal", e.g. caused by forgotten commit in the application, or a "bug", i.e. caused by a lock that should not be there under that situation.
You should at first look at the table LOCKSTATISTICS carefully, LOCKMODE tells you what kind of lock a task has, REQMODE shows what kind of lock a task just wants to acquire. Depending on the mode, you may find collisions by table and/or row by further comparing TABLENAME and ROWIDHEX. Regards Alexander Schr�der SAP DB, SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
