‎2013 Apr 15 1:32 PM
Dear,
Kindly we need to give the ability to multiple user to access and make new entries in the same table on the same time in table maintain generator .
‎2013 Apr 15 1:54 PM
‎2013 Apr 15 2:11 PM
By default SM30 will lock the full table (it locks the table in fact (RSTABLE / E_TABLEE)
You could use one of the events of the dialog maintenance to dequeue the lock. (Extended Table Maintenance Events)
But then two users will be able to change same record as the generated program doesn't lock records, so at your own risks, you could consider developing a true module program yourself.
Regards,
Raymond
‎2013 Apr 16 10:59 AM
‎2013 Apr 16 11:17 AM
You could also make the same comment about the reply of sai krishna, based on an incorrect understanding of the table authorisation concept.
‎2013 Apr 16 12:15 PM
‎2013 Apr 16 12:31 PM
‎2013 Apr 16 11:46 AM
I think you can use Row locking concept and make your own customize transaction to create the entries.
Regards,
Rahul Singh
‎2013 Apr 16 12:21 PM
You can go for row level locking wherein two users can access the same table at a time but not the same row..
You can refer to this link to implement the same
http://saptechnical.com/Tutorials/ABAP/Lock/Page1.htm
Thanks,
Namrata
‎2013 Apr 16 1:55 PM
I've removed posts which refer to client dependence/independence, and authorisation groups as they are simply wrong in the context of the original post.