‎2008 Dec 22 6:08 AM
Moved to correct forum by moderator. Please use an informative subject in future.
Hi Experts,
I am doing module pool pgm. i put two fields ( user name and password) from DB.
Username and Password will allow to enter into the next screen,but restrict it by not allowing the user entering with the multiple same user name and password.
example,
First person works his Username and password are allowed to access the next screen only but its restrict it. second person knew First person's username and password but second person donot allow to access one person's same username and password.. can u understand???
if u can understand then send me how is performed it??
Regards,
S.Suresh
Edited by: Matt on Dec 22, 2008 7:54 AM
‎2008 Dec 22 6:20 AM
Hi,
try using SELECT SINGLE FOR UPDATE to set an exclusive lock
so that when the other users try to access it you can give an error message saying
Multiple logons are not permitted with the same user
or create Lock Objects in SE11 they start with EY or EZ and they also generate two function modules which you can use in the program
for more info please go through the KEY word Docu
The steps in SE11 are self explanatory.
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 22, 2008 7:25 AM
‎2008 Dec 22 6:20 AM
Hi,
try using SELECT SINGLE FOR UPDATE to set an exclusive lock
so that when the other users try to access it you can give an error message saying
Multiple logons are not permitted with the same user
or create Lock Objects in SE11 they start with EY or EZ and they also generate two function modules which you can use in the program
for more info please go through the KEY word Docu
The steps in SE11 are self explanatory.
Regards
Ramchander Rao.K
Edited by: ramchander krishnamraju on Dec 22, 2008 7:25 AM
‎2008 Dec 22 6:54 AM
Hi,
Plz tell me about create lock objects and use the program!!
Regards,
S.Suresh.
‎2008 Dec 22 8:35 AM
Hi Ramchander Rao.K,
Thanks for ur time..
i got solution now..
Regards,
S.Suresh
‎2008 Dec 22 6:55 AM
Please use an informative subject in future. You've already had one post locked for an inadequate subject.
‎2008 Dec 22 7:29 AM
hi
check this thread for lock objects
http://help.sap.com/erp2005_ehp_03/helpdata/EN/7b/f9813712f7434be10000009b38f8cf/frameset.htm
hope it helps you.
thanks
Sachin
Edited by: Sachin Gupta on Dec 22, 2008 1:01 PM