cancel
Showing results for 
Search instead for 
Did you mean: 

How can I call a java object from Web dynpro ABAP application?

Former Member
0 Kudos

I made Web dynpro ABAP application and posted it to SAP EP.

For certain business purpose, we need to call external 3rd party java object using 3rd party's java api in Web dynpro application.

Is there anybody who experienced this kind of java interface issue?

I know Web dynpro Java environment can fully support this kind of requirement. but regarding Web dynpro ABAP, I couldn't find any clue for this.

Any comment or suggestion would be greatly appreciated.

Thanks,

Raymond, ABAP Consultant

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

if you have jco configured, then you can make calls to java api from ABAP .

check out this weblog.

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

Raja