cancel
Showing results for 
Search instead for 
Did you mean: 

Integration with SAP

Former Member
0 Kudos

Hi,

The main reason I would be interested in SAP Java EE5 server would be if there is integration with SAP. Are there any documents on make develop application on SAP Java EE5 invoking SAP BAPI?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

sid-desh
Advisor
Advisor
0 Kudos

Hi Kumar,

SAP Java EE 5 comes with a JCA 1.5 compliant SAP Resource Adapter. I have not tried it yet but if you install the NWAdmin application and view the JCA Adapters you will find it.

The connection factory JNDI name is eis/SAPJRAFactory. The procedure to work with SAP resource adapter can be found at <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a3/c60242e5216324e10000000a1550b0/content.htm">this</a> link.

Apart from this SAP JCO libraries are available which will help you to execute calls directly.

Do let us know if you tried it out.

Regards

Sidharth Deshpande

Former Member
0 Kudos

SAP AS EE 5 is a technology preview and not necessarily a production/enterprise ready platform with all the bells and whistles. Typically what you are asking should be done by the IDE. The IDE does the plumbing work and generates proxy framework to let the developers spend their time on the business problem. Hopefully the next official release would have all these comprehensive features.

Answers (0)