cancel
Showing results for 
Search instead for 
Did you mean: 

ejb with jco

Former Member
0 Kudos

Hi All,

Is there any material/document on how to configure entity beans (CMP/BMP) with JCo to access data from R/3. I tried searching the forums but could not find exactly what I am looking for. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Stefan-EA
Contributor
0 Kudos

You can use the [SAP Enterprise Connector|http://help.sap.com/saphelp_nw04/helpdata/en/ed/897483ea5011d6b2e800508b6b8a93/frameset.htm] with the [destination service|http://help.sap.com/saphelp_nw04/helpdata/en/8b/8e7dac1e661d44bf2a676fd3948cc6/frameset.htm] to call a RFC from an EJB. Take a look at this [blog|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/10300] [original link is broken] [original link is broken] [original link is broken]; for more info.

Former Member
0 Kudos

Stefan, That was quite helpful. If I understand it right - the code shown in the blog goes in the BMP. Is it possible to do it with CMP also.

Thanks.

Stefan-EA
Contributor
0 Kudos

What calls the CMP bean? Try putting the code there. Or, maybe you could try putting the code in a session bean that is in the same DC as your CMP bean.

Former Member
0 Kudos

I'll try that on. Is there a tutorial that gives a step by step guide on doing this in NWDI.

Answers (1)

Answers (1)

ekaterinamitova
Advisor
Advisor
0 Kudos

Hi,

which version of entity beans do you need, v.2.1?

Best regards,

Ekaterina

Former Member
0 Kudos

Examples for v 2.1 as well as 3.0 would be of great help.