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: 

Fonts in List

Former Member
0 Kudos

How could i use the Fonts in the List,

for an example is their a way to have bigger fonts on the list headers and the normal font in the data fetched out.

Thanks in Advance

Regards

Seshi

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

Hi,

try:

-format intensified on /off.

-print on / off (F1)

Andreas

Former Member
0 Kudos

Hello Seshi,

It is not possible to have fonts of varying sizes in the list. It is not possible on a screen either.

regards,

Anand Mandalika.

Former Member
0 Kudos

Hi Seshi,

In classical or interactive report programming, you can't have fonts of varying sizes. But if you want to differentiate between various fonts, then use ITENSIFIED ON or various colors as needed.

But if you are doing this in ALV, then you can have the title for the report in a bigger font.

Cheers,

Sam.

Former Member
0 Kudos

If different fonts are really required, you could use Dynamic Documents.

You can find help in the SAP library -> mySAP technology components --> SAP Web application server --> Controls and Control framework --> Dynamic documents.

For demo you could run program DD_ADD_TEXT

or some other programs starting with DD_*

Regards,

Joris Rymenants.

Former Member
0 Kudos

Hi,

for the sake of completeness:

there is a ABAP-command <b>print-control</b>

You can find a good ABAP-example at

http://www.sap-img.com/ab027.htm.

But:

- this has only a effect when you print the list

- there are warnings (support / release) when you use them, so please see the comments in the link.

Stefan