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

Accessing Java Table from ABAP

Former Member
0 Likes
300

hi All,

Can any1 tell me the syntax for accessing the XI_AF_MSG table from ABAP report.

XI_AF_MSG is on JAVA stack of XI(Exchange Infrastructure).....we cant see it in SE11 of R3.

Its very Urget.

Thanks in Adv,

Maheshwari.

1 ACCEPTED SOLUTION
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
284

Hi Mahi,

you can call Java code from ABAP using the Java Connector - it is bidirectional.

If you want to talk directly to the database you can use the db multiconnect functionality and then use native SQL in your ABAP code.

Check OSS note 323151 for details.

Cheers

Graham

1 REPLY 1
Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
285

Hi Mahi,

you can call Java code from ABAP using the Java Connector - it is bidirectional.

If you want to talk directly to the database you can use the db multiconnect functionality and then use native SQL in your ABAP code.

Check OSS note 323151 for details.

Cheers

Graham