2008 Mar 19 8:16 AM
Hey, there.
Does anyone know a way of defining fonts within a selection screen's objects ?
I want to make the labels with a larger font.
Thanks in advance.
2008 Mar 19 8:26 AM
Don't think this is possible for selection screen texts.
For report list output you can use the intensified and color options....
2008 Mar 19 8:23 AM
2008 Mar 19 8:26 AM
2008 Mar 19 8:26 AM
Don't think this is possible for selection screen texts.
For report list output you can use the intensified and color options....
2008 Mar 19 8:31 AM
Hi,
BOLD
FORMAT INTENSIFIED ON.
WRITE : / 'ABAP'.
FORMAT INTENSIFIED OFF.
Font Size.
By using print controls we can do it.
check the link below for further information
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a95e351ea11d189570000e829fbbd/content.htm
You can increase the font size during printing dynamically. In the Device Types -> formats, which ever format you are using, you can ask your Basis person to edit the format and increase the font size. Also the page setup like portrait, landscape, CPI, etc can be done there itself.
http://www.sap-img.com/basis/how-can-i-print-a3-format-in-sap.htm
regards,
venkat.