cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a BAPI in EJB application

Former Member
0 Kudos

Hi ,

I need to develop an webservice that takes data from a BAPI and insert in to ORACLE database. I think webservices can be created through EJB application.

I am not having idea regarding how to call an BAPI in EJB application. can anyone help me out in this.

Regards,

Laxmi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

as per my knowledge, we can expose the bapi as a webservice and we can use it in EJB development yaar, in the backend we have to expose the rfc as a weservice, and after that u need to wsadmin tcode and you can find ur webservice there after that u can get the wsdl file in xml format, sot hat u can use in ur Ejb application right.

try this,

Cheers,

Apparao

matteo_fusi2
Participant
0 Kudos

Hi,

you can use JCO Connection,

look this

[https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/fcadaf90-0201-0010-4091-bd0bcd7b7f6a]

Regards,

Matteo