cancel
Showing results for 
Search instead for 
Did you mean: 

More then one Select Options views in one window

Former Member
0 Kudos

Hi,

I am trying to create 2 views each having its own SELECT OPTION in one window, but I am getting error

'View WND_SELECTION_SCREEN Is Already Displayed in Window 'mywindow' of Component 'mycomponent' at run time.

Is there any way I can change the name of view we embed in our View container (for Select Option) or

any other way to remove this error.

Many thanks,

Regards

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You will need to define multiple Component usage for the WDR_OVS component for multiple OVS in a single view.

Rohit Chowdhary

Former Member
0 Kudos

Thanks ,

it solved my issue.

Regards

Gaurav

Answers (1)

Answers (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Gaurav,

If you want to use select options in two different views, then I think you have to use WDR_SELECT_OPTIONS component twice in your component.

I hope it helps.

Regards

Arjun