‎2006 Jan 09 8:27 AM
in abap how to implement synchronization.i need code
thanks for any help.
dxuranus@hotmail.com
.Scott
‎2006 Jan 09 8:45 AM
HI
I could not understand your requirement. Can you eloborate?
Thanks
Tharani
‎2006 Jan 09 10:48 AM
In my project i need a function produce a exclusive number . but there were a lot of threads access this function so i need a way to control the access.(one time one thread use this function).
thanks for any help.
‎2006 Jan 09 10:51 AM
Hi
You should create an your own lock object to not allow multiply access.
Max
Message was edited by: max bianchi
‎2006 Jan 09 10:56 AM
Hi scott,
1. U want to generate a unique number
thru FM
(bcos many users/threads are accessing the same FM)
2. use the concept of NUMBER RANGE INTERVAL
write the code for this in your FM
and use this FM.
regards,
amit m.