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

Question regarding multi processes in ABAP

Former Member
0 Likes
320

Hi

We have written a ATC / Checkman Check Implementation.

As we know the ATC / Checkman framework checks objects in object bundle of 50.

Inside the check implementation we have to make a remote HTTP Call. That will be valid for all n instances.

So the number n is determined by total number of objects / 50.

Question

In this multithreaded scenario how can we introduce a static variable which will be thread safe (making sure no two parallel threads write to this at a same time)

Any suggestions / help.

If you need more context i can explain more.

Thanks & Regards,

Piyush

1 REPLY 1
Read only

Former Member
0 Likes
282

This could be answered in general thread concept in ABAP.

As if we have to avoid parallel writes on a static variable how to do that?