Sunday, November 07, 2004

sm69 for OS command and sxpg_call_system

Re: how to run 3rd party app in application server Posted: Nov 6, 2004 4:19 AM


Reply


E-mail this post
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 . then from your ABAP program you can execute this command using function module SXPG_CALL_SYSTEM.Hope it helps.Komal.