cancel
Showing results for 
Search instead for 
Did you mean: 

SAP R/3 - J2EE Application interface using XI

Former Member
0 Kudos

Hi,

We have a Portal Application based on WebDynpro Java. The model being used is BAPI's written in SAP HR.

There is another Portal Application based on J2EE. (Non SAP) The requirement is to use the same BAPI's to pass the data to the J2EE screens.

SAP XI needs to be used to create the SAP R/3-J2EE interfaces. Could some one advise me how to proceed on this scenario? Which Adapter needs to be used in this case?

Thanks & Regards,

Shobhit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

one option can be:

<i>SAP XI needs to be used to create the SAP R/3-J2EE interfaces. Could some one advise me how to proceed on this scenario? Which Adapter needs to be used in this case?</i>

SAP R/3SAP XI-J2EE application

Here if you are using BAPI from R/3 then you can use RFC adapter between SAP R/3 and SAP XI.

For SAP XI and J2EE application you can use Java proxies.

Here is how you write your Java proxy:

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

Regrds

Vijaya

Former Member
0 Kudos

If yout J2EE application isn't on SAP WAS you cannot use proxy.

I think in your case SAP XI is redundant. You can use Jco connector and call BAPI directly as WebDynpro. developing will be faster and cheaper.

Answers (2)

Answers (2)

former_member8655
Active Participant
0 Kudos

Hi Shobhit

You can use soap adapter , exposing your interface as web service.

and than you can use that web service in your portal.

Regards

Mitesh

MichalKrawczyk
Active Contributor
0 Kudos

hi,

depends how your j2ee application can connect

you can expose the BAPI via web service (SOAP) on XI

and then you're application could consume this web service

for example

but first you need to find out if your j2ee app can use

web services...

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal,

Thanks for your advise. I just needed a lead and I'll follow yours!!! Will get in touch with you once I start the implementation. Right now I am doing the WebDynpro development.

Thanks mitesh, vijaya, and sergey.

Regards,

Shobhit