cancel
Showing results for 
Search instead for 
Did you mean: 

How can I acces the JAVA Stack tables From ABAP

Former Member
0 Kudos

Hi Experts,

I request all of you, could you please let me know how can I access the tables like XI_AF_MSG or the Audit tables in the JAVA stack? these tables are used to store the mesages in the RWB side.

Is there any connection set up required for ABAP to JAVA stack? if so then how can I do the same?

and also please let me know the basics of JCO programming and it's requirement.

Thanks to all

Sugata B majumder

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

You are on the right track. You need to perform JCO programming to connect JAVA stack from ABAP stack. You may start from here

http://help.sap.com/saphelp_nw70/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c51...

Regards,

Prateek

Answers (2)

Answers (2)

sugata_bagchi2
Active Contributor
0 Kudos

Hi Ravi and Prateek thanks a lot for the help.

I am very much thankful to both of you for the replies.

Thanks again.

Former Member
0 Kudos

Hi,

For communication between Java system and Abap(R/3)system u need to have a Connection between the systems,

For that we use Jco connection.

Refer the link below for more information on Jco.

http://www.erpgenie.com/faq/jco.htm

In the below BLOG, refer to the step 6 for setting up Jco

/people/dennis.kleymeonov/blog/2005/09/15/connecting-sap-systems-to-enterprise-portal-with-sso

Refer to this post

You can also go to Java Forum and search for messages.

Also refer to

Regards,

Ravi