cancel
Showing results for 
Search instead for 
Did you mean: 

Bold text in ALV column

prathamesh_gandhi
Participant
0 Kudos

Hi All,

i have requirement in WebDynPro ABAP, where i want to BOLD the text in particular column on particular condition.

i want in this way, because in that column on some condition the text became hyperlink so it appears in blue and well visible, but in some cases text is not hyperlink so it became gray and its not clearly visible.

if anyone having idea on this please share.

Thanks In Advance,

P$G.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use a text view as column element and then use set_design method of

cl_salv_wd_uie_text_view class and set it to CL_WD_TEXT_VIEW=>E_DESIGN-EMPHASIZED.

ChandraMahajan
Active Contributor
0 Kudos

Hi,

Refer https://scn.sap.com/message/4751734

Thanks,

Chandra