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: 

Increase text size in Screen

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

see my reply in this thread

5 REPLIES 5

Former Member
0 Kudos

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

0 Kudos

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

former_member188685
Active Contributor
0 Kudos

see my reply in this thread

0 Kudos

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.

0 Kudos

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