2009 Jun 18 5:42 PM
Hi all,
Want to know, if there is a function to check , if a table has been locked, without actually locking the table.
Thanks
Reeta.
2009 Jun 18 7:22 PM
Not sure about the exact name, but it is something like ENQUEUE_CHECK. Via SM12 you can debug, and set generic breakpoint on statement : CALL FUNCTION.
2009 Jun 18 6:44 PM
2009 Jun 18 7:07 PM
Reeta,
You can use transaction SM12 to view lock entries for a specific table. Be advised that this is a maintenance transaction and it is possible to delete lock entries also which may cause unwanted results if not used with caution.
Regards,
Gajendra
2009 Jun 18 7:22 PM
Not sure about the exact name, but it is something like ENQUEUE_CHECK. Via SM12 you can debug, and set generic breakpoint on statement : CALL FUNCTION.
2009 Jun 19 3:02 AM
Thank you everyone. Yes, the function name is ENQUEUE_READ and we can pass the table name to the function and see if it returns the ENQ table with any data. Transaction SM12 is a helpful one too.
Thanks again,
Reeta.