2009 Aug 04 2:22 PM
Hello Gurus,
I have a requirement where in I need to execute a Java .Class file (which is in Intra network) from SAP.
I tried using SM69 and FM 'SXPG_COMMAND_EXECUTE'. The error its throwing is NoClassDefFound error.
When I tried to execute the same file after logging in to the Server Its working fine. Any one worked in this type of scenario please help me.
Or Please suggest me is there any other way, where we can execute the .Class file from SAP.
Thanks & Regards,
Naresh.
2009 Aug 04 2:24 PM
>
> Hello Gurus,
>
> When I tried to execute the same file after logging in to the Server Its working fine. Any one worked in this type
> of scenario please help me.
There seems to be an authorization problem. Make the java class public for everybody.
2009 Aug 04 2:27 PM
I defined the class as public class. Is there any other location do i need to specify?
--Naresh.
2009 Aug 04 2:28 PM
2009 Aug 04 2:29 PM