cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer the data from one view to another view in mobile web dynpro

Former Member
0 Kudos

Hi Everybody

I need MOBILE WEB DYNPRO links plz send me. and How to transfer the data from one view to another view.

I created context "value attribute", and it is sharing of first and second view. i give the value in first view. That value displays in second view.In my program display the value "null"....(The problem occured in mobile web dynpro)

Edited by: sathya4 on Jul 5, 2010 4:03 PM

Edited by: sathya4 on Jul 5, 2010 4:04 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

anesh_kumar
Active Participant
0 Kudos

Hi

Create a context node with value attributes in the component controller

you can set the attribute value in one view and get the value in the second view

or you can use get and set methods to set the values

make sure that your node properties

collection cardinallity is 1..1

selection cardinality is 1...1

and other as true

thanks

Former Member
0 Kudos

hi Sathya,

Please refer the following the links for help on how to create mobile webdynpro applications:

http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/398c6a9f-0701-0010-ada4-c5a...

Regards,

Deepika.

Edited by: Raga Deepika on Aug 4, 2010 8:09 AM

Former Member
0 Kudos

Hi Sathya,

Create a Context Attribute in Component controller context and then set the attribute value in View1 and access the value in View2.

The Component controller context is accessible from all views.

I hope this helps.

Best Regards,

Amit

Former Member
0 Kudos

Hi Sathya

As I remember, creating a simple context attribute wont work. Create a node and create an attribute under it and then map between component controller and views. Data should get passed.

Regards

Vidyadhar