cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to rfc model

Former Member
0 Kudos

Hi

I have imported a sample flight test application with some adaptive rfc models in to the workspace. I also configured the jco connections? Can anyone give me information on how to link the models with the connections?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi VIdyadhar,

It can be done while creating the model itself. u can check these documents

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/526bd490-0201-0010-038e-d3f...

In case u have already created the model, follow this link

/people/bertram.ganz/blog/2006/01/27/web-dynpro-adaptive-rfc--how-to-change-logical-system-names-after-model-import

regards

Sumit

former_member197348
Active Contributor
0 Kudos

Hi Vidyadhar,

Open Navigation Modeler (Double click on Component)-> Add Model ->Create Binding between controller and model-> Create Binding between controller and view

In wdDoInit() of Controller

Initialize the model instance.

create a method to call BAPI. Call BAPI using execute() of modelObject.

Use this [tutorial |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/webdynpro/wd%20java/wdjava%20tutorials%20and%20articles%20archive/creating%20a%20web%20dynpro%20application%20accessing%20abap%20functions.pdf]

Go to page 22

regards,

Siva