cancel
Showing results for 
Search instead for 
Did you mean: 

Add value at run time in dropdown in ALV.

Former Member
0 Kudos

Hi guru,

My question is how to add new value at run time in drop down in alv .I have written all the code for drop down in init but now according to my req i have to add one more value in the drop down and my problem is that that value is inserted in the table but it is not displayed in the dropdown output.

Thanks in advance.

Edited by: Nidhi Sharma on Jan 25, 2010 12:31 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Nidhi,

You need to fill the value and bind the value table to the node which is used to display the drop-down list. probably the node which is used to display the drop down is not getting refreshed with the new value set.

Just re-build your node with new set of value list and it should work fine.

Thanks,

Abhishek

Former Member
0 Kudos

Hi Experts,

Could anyone answer this question?

best regards,

Former Member
0 Kudos

Hi Nidhi,

When u make changes to the Attribute set its not reflected , to make it visible try

Binding the elemnet set to the attribute, again create alv and bind the data node to that ALV.

Hope u get the drop down value.

Regards

Nawal Kishor Mittal