cancel
Showing results for 
Search instead for 
Did you mean: 

Select-options

Former Member
0 Kudos

Hi Forum,

I have select-options in first view and the table in the second view. How to pass the parameters of the select-options to the second view? Kindly help me out..

Thanks

Swapna

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Swapna,

This can be achived very easily if you make the node (that is binded to your table) in component controller.Create a navigation link with the help of plug and fire it in the ONACTION method of the button to go to the next view.

Please refer to this [article|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60811d03-b69e-2b10-cd86-ad2790e44ecc], it explains a similar case. Just read the code given in the 'GET_DATA' method, I am sure it'll give you some idea.

I hope it helps.

Regards

Arjun

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello,

Take a look at these .

Regards.

Former Member
0 Kudos

Removed by Moderator.

Edited by: Thomas Jung on Feb 2, 2009 11:52 AM

Former Member
0 Kudos

Hi,

Declare the node and attributes in the context tab and attributes tab respectively of the component controller and map that context in both the views. After selecting from first view the selection can be taken by the attribuites of the component controller in the initialiazation part of the second view.

Regards,

Ragu.

Former Member
0 Kudos

hi,

[https://forums.sdn.sap.com/click.jspa?searchID=21696426&messageID=6692016]