Application Development 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: 

OO ALV column description

Former Member
0 Kudos
258

Hi Experts,

I have a OO ALV with hierseq list display. My column heading description is coming from Data element and very short. How do I give my own description of the columns.

Thanks

4 REPLIES 4

rainer_hbenthal
Active Contributor
0 Kudos
148

Set your own description in the fieldcatalog

0 Kudos
148

Yes, But how v change the column descriptions using methods of class. . .Can u help me with sample code?. Thanks

Former Member
0 Kudos
148

self answred.

lr_column = lr_columns->get_column( 'BONEM' ).

lr_column->set_long_text( 'Rebate recipient' ).

lr_column->set_output_length( '16' ).