Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

Re: How can I use parallel processing in ABAP?

$
0
0

Integer type would work fine.

The SAP Help example uses two counters in WAIT UNTIL condition.

WAIT UNTIL RCV_JOBS >= SND_JOBS UP TO '1' SECONDS.

While using gv_active, statement would be something like this.

WAIT UNTIL gv_active = 0 UP TO '1' SECONDS.

So, gv_active is essentially the difference between rcv_jobs and snd_jobs.


Viewing all articles
Browse latest Browse all 9236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>