In systems that work with different users and passwords it's really helpful to be able to specify the credentials when creating a PlainSapRfcConnection.
For example:
var dest = new PlainSapRfcConnection(sapAccount.Name, sapAccount.Username, sapAccount.Password);
Hi!
In systems that work with different users and passwords it's really helpful to be able to specify the credentials when creating a PlainSapRfcConnection.
For example:
var dest = new PlainSapRfcConnection(sapAccount.Name, sapAccount.Username, sapAccount.Password);
I'll create a PR for this :)