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: 

Screen Text

Former Member
0 Kudos

Greetings ABAPers

I'm creating a custom application and in the screen I want to display a static message text in LARGE letters like 20+ pt. I know how to put standard sized text boxes into a screen but I do not know how to show text in LARGE font.

Thanks!

4 REPLIES 4

0 Kudos

I was actually referring to putting in a text message in Screen Painter and control that particular set of text's font as opposed to general SAP gui controls. Essentially in my custom application I want a text banner at the top in big print controlled by ABAP/Screen Painter.

Former Member
0 Kudos

hi,

I think you can use the HTML control...Check the demo progarm SAPHTML_DEMO1.

Thanks

naren

0 Kudos

I solved this using dynamic documents on my screen, check program DD_SPLIT_DOCUMENT