cancel
Showing results for 
Search instead for 
Did you mean: 

Passing data from one view to other in differnt window

Former Member
0 Kudos

Hi all,

I am developing an application in which i need to transfer some data from one view of first window to another view of 2nd window. Also first window is an modal pop up window. Can anybody help in this regard.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

as ayyapparaj said,

navigate to component controller of ur application and create a node with required no of attributes.

and map this node to window1 and window2.

and set the required values into the context in window1 ,then these values available accross the (window2)application.

i hope u got...

refer this link

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903fed0d-7be4-2a10-cd96-91367073...

Regards,

ramesh

Edited by: Ramesh Babu V on Aug 27, 2008 3:36 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create your context structure in the componenet controller and map this between the views of your different windows.

Regards

Ayyapparaj