Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV using OO method is giving problem

Former Member
0 Likes
496

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

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
469

Hi kumail,

looking through your code I can see that the text variable is not cleared before appending the button cell line.

Regards,

Clemens

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
470

Hi kumail,

looking through your code I can see that the text variable is not cleared before appending the button cell line.

Regards,

Clemens

Read only

Former Member
0 Likes
469

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

Read only

Former Member
0 Likes
469

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.

Read only

Former Member
0 Likes
469

Thanks Swati.

That helped..