Hi Mahodeo,
Row level locking is possible in ABAP.
- Create a ZLock Object using SE11. Assign the table name and mention the lock mode as 'Write Lock'. In Lock Parameter tab, mention the primary key fields
- Write a report program, using FM ENQUE_READ2, read all the enqueue details. Please find the link below for Row level Locking
Regards
Rajkumar Narasimman