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: 

Some Questions regarding parallel processing in batch jobs

0 Kudos

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

Tomas_Buryanek
Active Contributor

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 --

kartefact
Participant
0 Kudos

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

Sandra_Rossi
Active Contributor
0 Kudos

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