‎2007 Aug 15 2:19 PM
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.
‎2007 Aug 15 3:21 PM
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
‎2007 Aug 15 3:21 PM
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