cancel
Showing results for 
Search instead for 
Did you mean: 

ALV column to appear in Bold

Former Member
0 Kudos

Hello,

I have a particular requirement, I have developed a application using web dynpro for ABAP and I have used a ALV feature in that, now my problem:

I require some fields to be displayed as bold in that ALV.

Is there any ALV property which makes a ALV column to apprear in Bold.

Please advice me as how to go ahead in this issue.

Thanks in advance,

kris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kris,

Make sure you use a cell editor for that specific column and use the method set_design( ) to set the design to "emphasised" of that cell editor before you assign it to the ALV.

Check out this [thread|; to set the cell editor.-

Good luck!

Jos

Answers (2)

Answers (2)

Former Member
0 Kudos

closing, used a work around.

Thanks and regards,

Kris

Former Member
0 Kudos

Hi Gopi,

Can you please explain in bit detail?

I am facing the same issue.

Thank you in advance.

Regards,

Munu


former_member182190
Active Participant
0 Kudos

Hi,

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.

Hope this helps.

Regards,

Ismail.