cancel
Showing results for 
Search instead for 
Did you mean: 

for structure

Former Member
0 Kudos

Is it right thing , we can get results if done like

bound simpletypes to a structure fields and get a dropdown index in a layout.

Accepted Solutions (1)

Accepted Solutions (1)

PradeepBondla
Active Contributor
0 Kudos

Hi jagan,

Why do you want to create a structure....

take a simple type of type enumeration and then bind texts property of of your drop down by index to that value attribute.

create one simple data type in local dictionary. Now, here, choose Enumeration tab and the give key and description values for all months.

Now, assign this created simple type to your value attribute's type. Then bind this value attribute to your dropdownbyIndex ui element.

PradeeP

Former Member
0 Kudos

Thanks Pradeep for reply,

here ihave need create table in three screen. for that iam going to create structure .using that structure iam bind three screen viewcontext node.

in that one of the field need to display in dropdown by key or index.

for that can i create values in simple type ,and bind the simpletype to one of strcture filed ?

if i done like that ,is it write way.

PradeepBondla
Active Contributor
0 Kudos

Hi,

Yes you can do it like that if your requirement forces you to do so.....

PradeeP

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

u cannot have a drop down by index but u can have a drop down by key instead bound to a structure whose elements are simple types.

Regards,

Satya.