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: 

how to remove underlines for the fields in ALV grid display.

Former Member
0 Kudos

hi experts,

there is a predefined alv report and now i have made changes to it.

now in my output am getting undelines for some of the fields in ALV Grid display.

how to remove that underlines?

4 REPLIES 4

Former Member
0 Kudos

Hi,

Check the fieldcatalog for these fields.. Hotspot = 'X' is passed to these fields in the fieldcatalog.

Comment this line..underline will not be displayed.

Note: Drill done functionality will not be executed if exists on this column.

Former Member
0 Kudos

Just a Guess.

Check for the Hotspot in slis.

The underline appears when Hotsopt is 'X'.so try taking it off.

See whether this helps.

Former Member
0 Kudos

its now working..

thanq.

Former Member
0 Kudos

Hi,

In the fieldcatalog in your report output, for ex:

wa_fieldcat-hotspot = 'X'. ---> would be there for some of the fields in the fieldcatalog.

If you uncomment this line, or remove this line, then, Underline will be removed.

Please Note that: Drill done functionality will be executed if exists on this column. (Drill down means if you double click on that particular field ex: if wa_fieldcat-hotspot = 'X' for Matnr field, then if you single click a particular underlined matnr in output, then, it will perform some operation. If you remove wa_fieldcat-hotspot = 'X', then you may have to double click on that field, or press F2 on that matnr)

Best Regards,

Suresh