cancel
Showing results for 
Search instead for 
Did you mean: 

JCO Idoc server connection without jcoServer and .jcoDestinat files

Former Member
0 Kudos

Hi All,

I am using JCO lib version 3.0.6 and IDOC lib 3.0.5

How can I create connection to IDOC server connection without having config files.

I have seen example in following link

[http://help.sap.com/saphelp_nwpi711/helpdata/en/46/fb807cc7b46c30e10000000a1553f7/frameset.htm]


// see examples of configuration files MYSERVER.jcoServer and  BCE.jcoDestination provided in the installation directory. 
   	JCoIDocServer server = JCoIDoc.getServer("MYSERVER"); 
       	server.setIDocHandlerFactory(new MyIDocHandlerFactory());
       	server.setTIDHandler(new MyTidHandler());

but

here in this example I have create this ("MYSERVER.jcoServer and BCE.jcoDestination) files with connection parameters.

Is there any way to avoid this files.

Please reply me with some example code.

BR

Girish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Found information on another thread

Former Member
0 Kudos

Found solution

please check link

[;

BR

Girish