I'm calling a function in SAP system from Java with the JCo library. So far my call works, but when I look for help in the Internet, there is always a JCoClient
that is being used to get the functions, making commits, etc.
But a JCoClient
class does not exist in JCo 3.
Instead I use an instance of the JCoDestination
that I created with a config file.
What is the difference between JCoClient
and JCoDestination
? And why is nobody talking about JCoDestination
, but always JCoClient
?