cancel
Showing results for 
Search instead for 
Did you mean: 

In Drop Down by Index how can i pass default value Dynamically

Former Member
0 Kudos

Hi Friends,

In Drop Down by Index how can i pass default value Dynamically.Please help me.

Thanks in advance.

Regards,

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What do you mean by dynamically?

If you know the index of record, which you want to make it default use the method below to make it default.

lo_nd_node->SET_LEAD_SELECTION_INDEX( index = '1' ).

Note:lo_nd_node is your context node.

Answers (1)

Answers (1)

shaik_sajid
Active Contributor
0 Kudos

hi,

if you want the value to be defaulted only the first time you execute the program then write the code which suman has mentioned in the views method

wddoinit.

Regards

Sajid