Application Development 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: 

Java from ABAP

Former Member
0 Kudos

Hi,

I am using this link:[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2913] [original link is broken] [original link is broken] [original link is broken]; to call Java from ABAP Editor. In this link the compilation part i am not clear. They have mentioned that jCompiler ,class file and class path is created and stored in the working directory of sapgui logon

SAPgui Logon directory means which location i have to store these files jCompiler class file and class path? Also where to get class file? Please help me out.

Thanks in advance.

1 REPLY 1

Former Member
0 Kudos

Hi Experts,

I am using this link to call Java from ABAP Link: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2913] [original link is broken] [original link is broken] [original link is broken];. I tried this example works for me. But from ABAP program how to pass ABAP output to JAVA programming and after passing it to java , java should executed in ABAP and return the output value to ABAP Editor.

Explaination:

1. In the middle of ABAP program , i have to pass the ABAP output values to Java arguments.

2. Then java should compile and run in ABAP Editor.

3. Then output result should display in ABAP Editor.

Is this process is possible? in this i am struggling to pass the ABAP output values to Java arguments. Please help me.

Thanks in advance.