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

Increase text size in Screen

Former Member
0 Likes
2,606

Hi,I am working on a module pool program in which I have a Screen and in that screen there is a heading,I want to increase the text size of that Heading,how to do it?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,515

see my reply in this thread

5 REPLIES 5
Read only

Former Member
0 Likes
1,515

Hi,

Go to T.Code SE51 and open your program with your screen no,In the layout just double click on the text field or the heading field which you want to increase the size.

Now you will get attributes of the text field there you can increase the size of the field.By changing the length in default length and vis length .

You will get the desired result.

Thanks,

Anil.D

Read only

0 Likes
1,515

Did the same u said,text size same.I want to make it BOLD and BIG,is there any way to do it?

Read only

Former Member
0 Likes
1,516

see my reply in this thread

Read only

0 Likes
1,515

Thanks Vijay,U have solved my prob,Points Awarded.But can u tell me how to get different colors to that text? Thanks in advance though.

Read only

0 Likes
1,515

For different colors you can refer the program

DD_STYLE_TABLE

you need to specify the color like this..

CALL METHOD o_dyndoc_id->add_text
      EXPORTING
        text         = 'Flight Details'
        sap_style    = cl_dd_area=>heading
        sap_fontsize = cl_dd_area=>large
        sap_color    = cl_dd_area=>list_heading_int. "try changing the value here