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

Change field font and make it bold using write statement

Former Member
0 Likes
1,307

Hi all,

Is there any option by whcih i can change the field font and make it bold using write statement?

Thanks in advance.

Hi all,

Is there any option by whcih i can change the field font and make it bold using write statement?

Thanks in advance.

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
719

Hi,

Refer following code

INTENSIFIED ON.

WRITE 😕 'state'.

INTENSIFIED OFF.

Regards,

Prashant

Read only

RaymondGiuseppi
Active Contributor
0 Likes
719

Press F1 on [FORMAT|http://help.sap.com/abapdocu/en/ABAPFORMAT.htm] option of [WRITE|http://help.sap.com/abapdocu/en/ABAPWRITE-.htm] statement

Regards,

Raymond

Read only

Former Member
0 Likes
719

Hi

Thanks for the answers.

I have tried it but not working.

Actually my prime objective is to print the header in the alv heirarchical list.

The header has 3 lines.

All lines should be centre aligned.

The first line should be bold and large in font.

The other 2 lines should be normal and smaller font.

Please help me achieve this.

I have used html_top_of_page.

I have also used ex: lr_header = lr_grid->create_header_information( row = 2 column = 52 text = 'Balance Tributario' ).

But am not able to display the desired result.

For html_top_of_page its working in alv grid.

I tried passing this to events and passed the event to hierarchical alv list function module as there is no parameter called I_CALLBACK_HTML_TOP_OF_PAGE in alv list but its giving a dump.