Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

ALV OM: how to rename exception column?

$
0
0

Hi gurus,

please help me with the following issue: I can't rename exception column.

Here is my code:

 

lr_columns->set_exception_column( value = 'USAGE' ).
lr_column ?= lr_columns->get_column( 'USAGE' ).
lr_column->set_short_text( 'Usage' ).
lr_column->set_medium_text( 'Usage' ).
lr_column->set_long_text( 'Usage' ).

but the alv still show 'Exception':

exception.jpg

Regards, Maria


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>