cancel
Showing results for 
Search instead for 
Did you mean: 

Select-options Issue

Former Member
0 Kudos

Hi all,

In my case I have to add two fields having the same id in my select options

How to do that

Like I have Created on

Completed on both are having same I_id (SYDATUM) .

So while testing the component its showing me dump.;

Accepted Solutions (1)

Accepted Solutions (1)

former_member40425
Contributor
0 Kudos

Hi,

You can not give I_ID same in select options.

But you can give I_TYPENAME same. So You can Give SYDATUM field name as I_TYPENAME a number of times while creating Range Table but while adding selection field just give different I_ID and use this I_ID name in the other methods.

I hope it helps.

Regards,

Rohit

Answers (2)

Answers (2)

Former Member
0 Kudos

I think you want your Context TYPE to be the same (sydatum) not your ID.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The IDs need to be unique. Why would you want the IDs to be the same?