cancel
Showing results for 
Search instead for 
Did you mean: 

Load Java Application in SAP GUI

0 Kudos

Hi All,

I would like to know how to load a java application in SAP. Is this possible? When i create a transaction, it will automatically load or call the external java application which will communicate with the SAP standard tables.

Thanks!

April

Accepted Solutions (0)

Answers (1)

Answers (1)

chinmaya_sahoo
Contributor
0 Kudos

Hi

Do u want to java applications like JSP or servlet to run in portal ?

If that so , portal also like a simple WAS. then you can deploy your custom Java application.

You can make simple par file for this also.

Cheers

Chinmaya

Reward for helpful answers

0 Kudos

Hi chinmaya,

Thanks for the reply. I am not using jsp/servlets. And the portal is not available in the client. I need the java application to run inside SAP GUI when i call a transaction like ZTRJAVA.

Is that possible?

Thanks!

Former Member
0 Kudos

Hi April,

No it's not possible. To load a java application in the SAP GUI. In SAP GUI you must develop in ABAP GUI.

Otherwise you can start a java application (J2SE) and use the SAP JCo (Java Connector) to reach the SAP system.

Best regards,

Mathieu.

rewards points if helpful!