cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from select Options in another view without using context

Former Member
0 Kudos

I have 2 views, one for selection screen and another for displaying result.

In selection screen view I have define a select options with the help of webdynpro component.

Now my object is display result in result view based on entry of selection screen.

I don't want to do binding in context node, without that how I can read data of select option

in result view?

Regards,

Rasmi Ranjan Mishra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Without context mapping.. you can use the singleton class methods like get and set context.

When the select option returns the result, you can set that to class attribute. Read the same from other view or call a method which would would returns you the data/context.

Former Member
0 Kudos

If I set the class to attribute of component controller,

It will be same as defining context..

Regards,

Rasmi Ranjan Mishra

Former Member
0 Kudos

Solve by own.

If I define the Select options in component controller, then it will be global in nature. so i can get the value of select options

in another view also.

Regards,

Rasmi Ranjan Mishra