‎2009 Jun 10 6:54 AM
Hi all,
I have requirement like this. For one table i have created table maintainance generator. For data maintainance i have created one Transaction code. while one user is using that TCODE to update data for one record if another try to update another record it is not possible the total table is lock untill first user completes updating.
But now my requirement is if one user is updating first record then another user also want access to update second record. That means record lock in table maintainance generator tcode.
Awaiting for reply.
Thanks & Regards,
Swetha.
‎2009 Jun 10 7:47 AM
it is not possible for multiple users to be in update mode.
Only one user in update mode and others can only be in display mode.
‎2009 Jun 10 8:05 AM
Hi Swetha,
Doesn't sound like a good idea from data consistency point of view, but you can give it a try using the event After locking/unlocking in the main function module by creating a form of your own. But I'm not sure if the current record that is being processed would be visible there or not.
Check this [link|http://help.sap.com/saphelp_47x200/helpdata/en/a1/e45217a2f511d1a5630000e82deaaa/frameset.htm] for details about events.
KR,
Advait
‎2009 Aug 18 10:37 AM
HI Sweta,
If your problem is solved then Could you please share how did you accomplish this ?
Thanks & Regards,
Suchita