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 java from abap

0 Likes
680

Hi Colleauge,

I have a scenario in which i have a program in java. This program expects few parameters and this java program needs to be called from an ABAP program.

Please let me know how can i achieve this.

Thanks & Regards,

Ritwik.

3 REPLIES 3
Read only

Former Member
0 Likes
635

Hi,

Refer to the following threads

Regards

Akshay

Read only

Former Member
0 Likes
635

Hi

the concept of Web Dynpro is common for Java as well as SAP.

if you have the SAP Netweaver Developer Studio on your machine you can use it to generate proxies for the Java-SAP calls (and maybe SAP-Java too). This will generate Java classes (which will use JCo) and these classes can be used on your Java system.

You will get help from this concept.

Regards,

Shamma

Read only

Former Member
0 Likes
635

hii,

u can refer to the following link to know your query

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

/people/vijayasarathy.raghunathan/blog/2005/12/28/java-editor-inside-abap

regards,

Shweta

Edited by: Shweta Joon on Aug 18, 2009 11:13 AM