cancel
Showing results for 
Search instead for 
Did you mean: 

What is adaptive RFC and How to Use it

Former Member
0 Kudos

hi friends

what is the adaptive RFC

what is the use of it

how we can use it

explain me anyone

and send pdf also

thanks

ramu.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

To give u a brief idea.

rfcs are used to call data from the backend that is R/3.We use the Bapis from the R/3 system which have some pre defined functionality and data is populated in the correspoding ui elements in webdynpro interface.earlier Rfcs were used but now we have adaptive rfcs in which

if there are changes in the backend(R/3 system) such as changes in the datatype,structures,fields would be automatically be refllected in the rfcs and there would be no errors in web dyn pro even if there is a change in the back end

to be more specific folow this link

http://help.sap.com/saphelp_nw70/helpdata/EN/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm

and try out this application

to use the rfcs firstly check out this document for configurations

Important Configurations for Calling ABAP Function from Java Web Dynpro Application

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07753b9-fa0c-2a10-64a8-c6754c45...

heres the application.

Creating a Web Dynpro Application Accessing ABAP Functions

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/355b9c90-0201-0010-d2a8-89fece42...

regards

Nikhil Tapkir

Former Member
0 Kudos

hi,

In the Web Dynpro application, you can connect to the remote SAP system, the backend, using the Adaptive RFC model. To access database tables, you can make use of existing functions in the form of RFC function modules.

U can refer to following links for betterunderstanding of RFC model and using it.

.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b017bd92-320d-2b10-81ae-ac921eff...

http://help.sap.com/saphelp_nw04s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm

Thanks,

Anusha

Edited by: anusha sabbineni on Aug 21, 2008 9:46 AM

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Check the following link.

http://help.sap.com/saphelp_nw04s/helpdata/en/41/38bc8f813719488ddc9d9b21251ec3/frameset.htm

Hope it helps.

thanks & regards,

Manoj

siddharth_jain
Active Contributor
0 Kudos
former_member254270
Participant
0 Kudos

Hi Ramachnadra Rao,

We have written all the business logic and methods in R/3 system and created a function module.we will create JCO destinations for the R/3 system and make use of those JCO connections while using adaptive RFC.By using this we will directly create the object of the model and execute that model on an button event.we can get the output.The main use is there will be no functionality in Webdynpro all the logic will be coming from backend i.e R/3.

/docs/DOC-8061#19

You can get an example in the above link.

Thanks.