cancel
Showing results for 
Search instead for 
Did you mean: 

Benefits of Adaptive Webservice Model compared to Adaptive RFC Model??

Former Member
0 Kudos

Hi All,

I would like to discuss the pros and cons of both model types.

My understanding is that the Adaptive Web Services Model requires one implementation step more than the Adaptive RFC Model does.

Adaptive RFC Model

1. implement function module

2. make function module RFC-able

3. import via Adaptive RCF Model

Web Services Model

1. implement function module

2. make function module RFC-able

3. create webservice from RFC module

4. import via Adaptive Webservice Model

Is that correct? What are other advatages/ disadvatages of both model types? When and why would I use one and not the other??

Thanks, Johannes

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi!

yes you can do that with webservice also but you need to install a java engine and that will be performance issue sometime like memory issue and all but whenever you are dealing with abap you go for rfc .

hope this is usefull.

Former Member
0 Kudos

Hi

please go through this forums link

DEfinitely you will find your answer

Regards

Ruturaj

Former Member
0 Kudos

These are just Tutorials how to use both model types. Again, I would like to discuss the differences.

Former Member
0 Kudos
Former Member
0 Kudos

This link does not contain any info about the subject!!

Former Member
0 Kudos

hi!

the advantage of using Adaptive RFC Model??is that it is possible to support more than one back-end system with a single Web Dynpro model, without having to install another Java Engine. so that you can reuse the functions of several different back-end systems in a single application.

thanks

vishal

Former Member
0 Kudos

But thats possible using the Adaptive Webservice Model, too. Isn't it??