cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro-Select option issue

former_member225134
Participant
0 Kudos

Hi All,

            In webdynpro am having 3 tabs ,within the 2 tab i want to create the select option(by using view container)

so i created the code inside method init..it is working fine for first tabl select options..

In 2nd tab ,while creating the select options are shwoing in first tab(for that also code is written in method init)..

Then we dont want to create label and input field..How can i create select options for differrnt tabs..

Anyone please suggest.

Regards,

Nithya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nitya,

You can initially write the select options in the wdoinit.

If you select the second tab on the on select event you will get the ID of tab,

Based on the id of the tab you can call the other select options.

Create two select options in the component first one embed in the first tab of view contianer and second one embed in the second tab.

I Hope you understand..

Thanks & Regards

@Surendra@