Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Module Pool

Former Member
0 Likes
643

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

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

5 REPLIES 5
Read only

Former Member
0 Likes
627

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

Read only

0 Likes
626

Hi,

Plz tell me about create lock objects and use the program!!

Regards,

S.Suresh.

Read only

0 Likes
626

Hi Ramchander Rao.K,

Thanks for ur time..

i got solution now..

Regards,

S.Suresh

Read only

matt
Active Contributor
0 Likes
626

Please use an informative subject in future. You've already had one post locked for an inadequate subject.

Read only

Former Member
0 Likes
626

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