Hello Gurus,
I am trying to creat a JCO Server but I got stuck and need your help.
Before creating a JCO Server, I need to know the sap gateway ip, gateway port, the technical program name as well as a repository. The Repository object cannot be null, otherwise the ABAP program cannot find the function name in JAVA.
However the Repository can only be created if the JCO server has a connection to the SAP system. That means I have to have a SAP username/password and create a client connection to the SAP. This is weird to me. Because I believe it is called a JCO server and connections must come from the SAP, not the other way.
So my question is it is necessary for my JCO Server program to establish a client connection to SAP first, so that I could serve the user from the SAP abap environment. If not, please let me know how!
Thanks in advance.