Application Development 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: 

synchronization

Former Member
0 Kudos

in abap how to implement synchronization.i need code

thanks for any help.

dxuranus@hotmail.com

.Scott

4 REPLIES 4

Former Member
0 Kudos

HI

I could not understand your requirement. Can you eloborate?

Thanks

Tharani

Former Member
0 Kudos

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.

0 Kudos

Hi

You should create an your own lock object to not allow multiply access.

Max

Message was edited by: max bianchi

Former Member
0 Kudos

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.