cancel
Showing results for 
Search instead for 
Did you mean: 

Need to attach select option to a input field and pass to anthr view

0 Kudos

Hi Experts,

I have 2 views. One view is like selection screen view which contains WBS Element

which is an input field and i need to attach the select option like functionality to this field and the values entered in this field must be passed to second view where i will be calling RFC using these values as input parameters.

Please advise.

Regards,

Chitrasen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

u need to create a attribute under ATTRIBUTE tab say attr1 , in component controller

pass value frm ur first view using wd_comp_controller



wd_comp_controller->attr1 = lv

nw using code wizard ( CNTRL + F7 ) , u set attributes in ur second view with the value lv