cancel
Showing results for 
Search instead for 
Did you mean: 

set RFC- Group in JCO Function Call

Former Member
0 Kudos

Hello,

i have a question about a set- paramter in a jco- call:

How can i call a Remote Function with the RFC- Group parameter, like in ABAP:

CALL FUNCTION RemoteFunction STARTING NEW TASK Task

Destination IN GROUP DEFAULT

with a JCO Call in Java?

I dont think its to set with the following parameter:

jcoPropeties.setProperty("jco.client.group", "PUBLIC");

Thanks for help.

Benjamin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

i.e.

It must be a synchronous rfc- call, not an asynchronous one.