cancel
Showing results for 
Search instead for 
Did you mean: 

passing values from on WD component to another WD component

Former Member
0 Kudos

hi

I am developing an application where as I am using two applications and two WD components.

Now my first application consists of one view which is displaying some values retrived from the R/3 system.

Now on clicking on any row of the table of data in the first application that should fire another RFC and in turn get data and populate the second view.

The second view is in the second application.

Now I am using an external window to display the second view.

Now please help me how to get values from one component to the other component.

Thanks and regards,

kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Gopi

On leadselect action of table you can excute the rfc and store that data in your context controller from there you can retrive data for your second view.

I hope this way you can acheive that.

Regards

parth

Answers (3)

Answers (3)

Former Member
0 Kudos

closing the thread

Former Member
0 Kudos

Hi,

Map the data through the interface controllers of the two components.

Create a context structure in A to hold the values after your second RFC returns. Map this context to the interface controller context of A. Map the interface controller of A to the context of interface controller of B.

Regards,

Satyajit.

Former Member
0 Kudos

hi Satyajit,

Thanks for ur instant reply.

Can you be more explanatory how can we map the context of the Interface controllers.

And also please brief me more on the issue.

Thanks and regards,

kris

Former Member
0 Kudos

Hi,

Go through <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/22/15a441cd47a209e10000000a155106/frameset.htm">this</a>.

Regards,

Satyajit.

Former Member
0 Kudos

can you show me the code you used?