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
250

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
140

Set your own description in the fieldcatalog

0 Kudos
140

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

Former Member
0 Kudos
140

self answred.

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

lr_column->set_long_text( 'Rebate recipient' ).

lr_column->set_output_length( '16' ).