Yes,
this is possible.
Either you use the "destination=" option in the Call statement; (in
this case the client, user and password of the current system are kept);
or you use the "RfcConnect" statement, e.g.
RfcConnect
parameters="ASHOST=gx SYSNR=01 CLIENT=100"
Call...
RfcConnect
parameters=""
In
this case you can specify a different client, user name and password, if
necessary. After performing the call you need to reset the RFC connection
parameters with
RfcConnect
parameters=""
since otherwise all
following "Call" statements would continue to use the specified
connection.
|