‎2010 Dec 31 4:09 PM
Hello Experts,
I am populating button in one ALV column conditionally. that button is coming fine... but i see the text on button taken from the previous column value... i want it blank otherwise... my custom text... how can I achieve that ?
pls help..
thanks
‎2010 Dec 31 4:48 PM
Hi kumail,
looking through your code I can see that the text variable is not cleared before appending the button cell line.
Regards,
Clemens
‎2010 Dec 31 4:48 PM
Hi kumail,
looking through your code I can see that the text variable is not cleared before appending the button cell line.
Regards,
Clemens
‎2011 Jan 03 6:05 AM
Hello Clemens,
Thanks for your inputs.
Would you please let me know which text field?
I believe I have cleared the fields before populating the internal table displayed in output. Also I have cleared fields while populating field catalog for the button column.
Kumail
‎2011 Jan 03 9:22 AM
Hello Kumail,
You try to add a feild in the output table of type 'STYLE' and pass the field name for which you want to display the button in the style Struture of the particular line item.
I hope that helps.
Thanks.
‎2011 Jan 03 9:30 AM