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

calling a java class from abap/bsp

Former Member
0 Likes
421

Hello,

I am still learning ABAP. I need to call a java class (a chart drawing library) from ABAP or from a BSP. What is the best way to do that ?

Basically I would create an object, pass data from a database and then get some binary data from that object (an image).

Hope you can help me

Sincerely,

Olivier Matt

2 REPLIES 2
Read only

ibrahim_u
Active Participant
0 Likes
344

hi,

like normal web pages, you must upload your CLASS file(s) to MIMEs directory in SE80 transaction BSP APPLICATION section and you can write

<applet class="youruploaded.class"></applet>

codes like normal web pages.

ibrahim

Read only

rahulkavuri
Active Contributor
0 Likes
344

/people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection

check the above link and this forum too