cancel
Showing results for 
Search instead for 
Did you mean: 

set value to input field of alv table cell...

Former Member
0 Kudos

Hi

I have an alv table in which i have added input fields dynamically. when ever i click an button i am generating a no automatically.. My problem is how to display that no in that alv table input field cell.I have five column but in one column i have to display this no. how?

Thanks & Regards

Message was edited by:

SUN

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

After pressing generate button assign,a number will be generated right. Assign that number to context node element using 'SET_STATIC_ATTRIBUTE'. And in ALV for that column instead of normal textview property, assign it to input field with disabled property. So after pressing button it will show that number in ALV input field.

Reward points if it is useful.

Regards,

Karthick S