cancel
Showing results for 
Search instead for 
Did you mean: 

Calling ABAP Program by JCO

Former Member
0 Kudos

Hello,

I want to call a ABAP program by a java program by JCO. The java program runs on a different machine.

Are there any wiki or howtos?

Thanks

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

i did found this tutorial quite useful when trying to get a stand-alone java program to connect to an R/3 system :

[http://www.apentia-forum.de/viewtopic.php?t=1962|http://www.apentia-forum.de/viewtopic.php?t=1962].

Please note that JCO allows to call Function, not programs. You can still encapsulate your program/transaction call into a function

Regards,

Guillaume