cancel
Showing results for 
Search instead for 
Did you mean: 

web service model

Former Member
0 Kudos

Hello,

Please explain What is the advantage of web service model over Adaptive RFC model ?

Thanks,

Sowmya.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

1) Its not mandatory that you have to use servie/FM from the ABAP only, you can use FM/Service from any platform SAP/Non-SAP as long as they can be converted into WebService.

eg you can create a webservice in Java platform and you can consume it in for of webservice .

2) In case of ABAP you don't have to maintain a JCO connection while using webservice approach where as in ADaptive RFC model you will have to create MetaData and ModelData RFC .

3) With current direction of SAP ie SOA and in that using PI for Outside In modelling approach Webservice whould be more flexible,

Edited by: Saurabh on Apr 5, 2009 3:36 PM

Former Member
0 Kudos

The first thing- Adaptive RFC model only deals with calling BAPIs from connected SAP backends. A webservice model will let you call any available webservice...whether local or published in UDDI. In fact even if your RFCs are enabled as web service, you may even import them as a webservice model other than as RFC model.

There are numerous advantages of using webservices in general, which you may be able to find by a little more browsing on the site.

SDN article on adaptive web service model:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f2...