cancel
Showing results for 
Search instead for 
Did you mean: 

Adaptive RFC in servlet

raktim_banerjee
Participant
0 Kudos

Hi All,

I have already used Adaptive RFC in webdynpro for java. Can I use Adaprtive RFC in servlet to retrieve data from SAP?

Thanks

Raktim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The Adaptive RFC modle is only specifice to WDP. when we are Adaptive RFC model and reimporting because every thing is decleratively handled in dynpro using Model and Context mappings. This is a metadata approach followed.

If you want to simulate Adaptive RFC modle in Servlet then you have to manually do it using JCO/JCA api.

You can get the metadata first from the BAPI and then construct your UI and the logic declaratively.

Hope things are clear.

Regards,

Arun.

Former Member
0 Kudos

Hi Arun,

please don't take this the wrong way, but replying with the same answer will only bump up the thread and push down newer threads. If the quesiton has been answered then there isn't much point in repeating the same answer. Please don't take this as arrogance from my side in terms of "I've already answered it, why are you just repeating what I said" - that's not what I'm trying to get at. We already have a problem in these forums with cluttering of repetitive threads and answers. We're trying to minimize and clear up the forums to bring them back to what they used to be. And this isn't about points either, I couldn't care less who gets the points of an answer. We are here to help eachother to our best abilities, but we must also use common sense, good judgement and netiquette when doing so.

Cheers,

Dion

Former Member
0 Kudos

Hi Raktim,

Adaptive RFC is only available with WebDynpro at the moment. You would have to use JCo/JCa to connect to an RFC using a servlet.

Cheers,

Dion