on 2004 Sep 27 2:42 PM
Hi,
Is it possible to call java classes running on sap j2ee form a bsp?
Best regards
As the JCO acts as client or server it should be possible to call classes from a bsp as from any other abap program. Calls to the J2EE stack are always made via the JCO connector.
Greetings,
Vincent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can someone explain the details on how to call Java API from BSP is done?
I found class CL_EJB_JAVA_OBJECT_METHODS to call a method in EJB but can't find function or SAP class to call Java API.
Actually is there any BSP extention which can used to call Java API.
Thanks,
Hendri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BSP pages are just plain ABAP code. And from ABAP you can call into the Java stack using JCO. The alternative is to look at HTTP connections from ABAP to Java. Especially when you like hitwords such as webservices, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.