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

OO ALV column description

Former Member
0 Kudos
614

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
Read only

rainer_hbenthal
Active Contributor
0 Kudos
504

Set your own description in the fieldcatalog

Read only

0 Kudos
504

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

Read only

Former Member
0 Kudos
504

self answred.

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

lr_column->set_long_text( 'Rebate recipient' ).

lr_column->set_output_length( '16' ).