Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to run 3rd party app in application server

Former Member
0 Kudos

hi all ,

i need to run a java application sync. in the application server throuh abap porgramming how to run it.

cheers

senthil

2 REPLIES 2

Former Member
0 Kudos

Hi Senthil,

One way to do this is to use Operating System commands. you can create an external command using transaction code SM69 for OS command for executing the program e.g. java <prognam>. then from your ABAP program you can execute this command using function module SXPG_CALL_SYSTEM.

Hope it helps.

Komal.

0 Kudos

Hi,

check out this weblog

/people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection

Regards

Raja