2023 May 11 9:44 AM
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
2023 May 11 10:12 AM
Did you check F1 Help on this ABAP keyword? Available also online here:
ABAP Keyword documentation - CALL FUNCTION STARTING NEW TASK ... DESTINATION IN GROUP
2023 May 11 3:01 PM
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.
2023 May 11 6:17 PM
It's explained in the ABAP documentation, so it's clear. What don't you understand in the ABAP documentation?