Application Development and Automation 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: 
Read only

Can we run a java class in a external server through abap program?

Former Member
0 Likes
559

Dear Experts,

Can we run a java class in an external server ( other than application server and client system )?

I have tried running it in the client system through a program and it works.

But i have the requirement of running it in another system. Can it be done?

3 REPLIES 3
Read only

rosenberg_eitan
Active Contributor
0 Likes
531

Hi,

What is the other "external server" SAP non SAP ?

Can the other "external server" expose a web service ?

Regards.

Read only

0 Likes
531

external means a no sap server. It can expose a web service.

Read only

0 Likes
531

Hi,

If this is the case I think you can call this web service from SAP and triger the execution of the application on the "external server".

SAP is behaving as a client in this case.

Another alternative:

"have tried running it in the client system through a program and it works." please elaborate.

Regards.