cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE-Applications running in SAPGUI?

Former Member
0 Kudos

Hello!

Are applications/Transactions running in the SAPGUI only implemented in the ABAP Stack or ist it possible to design JAVA-Stack-Applications for SAPGUI?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Björn,

you can develop java application into java stack and abap application in abap stack. What you can do is to call an abap application from a java application and viceversa. This is possible using the RFC (Remote Function Call) for example using JCO (Java Connector).

Hope this help you.

Best regards,

Vito

Please mark helpful answers

Former Member
0 Kudos

Yes thx but only one question:

The JAVA supplies the ICM (Internet Communication Manager) with data (example: HTML).

The ABAP-Stack supplies the ICM (example: Generated HTML via BSP) and the SAPGUI-Interface (via DIAG).

But is it possible to supply SAPGUI via DIAG or is there no connection to the SAPGUI-Interface? All applications running in SAPGUI are running in the java-stack aren't they?

Best regards and thx

Björn Karpenstein

Former Member
0 Kudos

Hi Björn,

the only way you can use everything is in the abap stack is via RFC (this means to use JCO or JRA).

All applications running in SAPGUI are into abap stack, not in java stack.... but I'm not so really sure of this.

I think it is not possible to supply SAPGUI via DIAG.

Best Regards,

Vito