‎2006 Jul 26 8:41 AM
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
‎2006 Jul 26 8:56 AM
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
‎2006 Jul 26 8:59 AM