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

Some Questions regarding parallel processing in batch jobs

0 Likes
1,544

I was going through this blog .

Starting new task (abapcadabra.com) .

Can anybody help me to understand the statement

What does the statement "DESTINATION IN GROUP" mean

I was going through this blog .

Starting new task (abapcadabra.com) .

Can anybody help me to understand the statement

What does the statement "DESTINATION IN GROUP" mean

3 REPLIES 3
Read only

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
1,485

Did you check F1 Help on this ABAP keyword? Available also online here:

ABAP Keyword documentation - CALL FUNCTION STARTING NEW TASK ... DESTINATION IN GROUP

-- Tomas --
Read only

kartefact
Active Participant
0 Likes
1,485

A destination group is a logical grouping of one or more application servers that provide the same service. By specifying a destination group, the system can automatically choose an available application server in the group to run the target program.

Using "DESTINATION IN GROUP" parameter in ABAP helps to distribute the workload across multiple application servers and can improve performance and availability of the system.

KR
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,485

It's explained in the ABAP documentation, so it's clear. What don't you understand in the ABAP documentation?