Font size in basic list output

Hello,
I am outputting a report with line size of 220. When i print the report, the font size appear small. Viewable but small. I know when we increase the line-size, the font gets low, but is there anyway to increase the font size ..
Thanks a lot.
Shehryar Dahar

Hi,
Try with following example:
REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
Start of print-control
NEW-PAGE PRINT ON.
PRINT-CONTROL FUNCTION 'SF000'.
WRITE: / 'This is CPI 20'.
SKIP.
PRINT-CONTROL FUNCTION 'SF020'.
WRITE: / 'This is CPI 6'.
SKIP.
PRINT-CONTROL FUNCTION 'SF008'.
WRITE: / 'This is CPI 12'.
Depending on your SAP printer device, this may also work
PRINT-CONTROL FONT 1 LPI 6.
you can try to change font and LPI numbers
WRITE: / 'font 1 lpi 6'.
PRINT-CONTROL FONT 2 LPI 6.
WRITE: / 'font 2 lpi 6'.
PRINT-CONTROL FONT 3 LPI 6.
WRITE: / 'font 3 lpi 6'.
End of print-control
NEW-PAGE PRINT OFF.
*--- End of Program
Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7
For more information read SAP OSS notes 66478.
Regards,
Bhaskar

Similar Messages

  • Font Size in ABAP List report

    Hi ,
    I want to know how to change font size in ABAP list report.
    I want to enlarge the font size.
    I have tried print control but it doesn't work.
    I have also tried line size and line count
    but it can only reduce the font size .
    Thanks.
    John

    Hi Kong,
    Try with following example:
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    PRINT-CONTROL FONT 1 LPI 6.
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    End of Program
    thnks
    Anurodh

  • How to decrease font size in the List with Icon and Subcontext

    Hi , please help me with decreasing the size of font in List View.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    thank you.

    Nihar Narla wrote:
    HiPlease read the FAQ and forum sticky threads (if you haven't done so already).
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    please help me with decreasing the size of font in List View.The presentational aspects of APEX applications are controlled using a combination of HTML and CSS via themes and templates. The basic answer to controlling font sizes is: use CSS. It's not possible to be more specific without the information detailed above.
    please refer the below link
    http://postimage.org/image/q0blmxf67/
    Instead of posting screenshots on dubious sites popping up bizarre images, create examples on apex.oracle.com as described above.

  • How to increase the font size of the report output in the printout.

    Hi Team,
    i have a requirement like to print the report output as a direct print from an internal table.I am using the below mentioned code, the output is printing fine but the Font size of the output text is so small so i need to increase the font size of the text of output data.
    call function 'GET_PRINT_PARAMETERS'
       exporting
         immediately                    = 'X'
         line_count                     = 65
         line_size                      = 320
         mode                           = 'CURRENT'
         no_dialog                      = ' '
         release                        = 'X'
         user                           = sy-uname
       importing
         out_parameters                 = st_param
       exceptions
         archive_info_not_found         = 1
         invalid_print_params           = 2
         invalid_archive_params         = 3
         others                         = 4.
      if sy-subrc eq 0.
        new-page print on parameters st_param no dialog.
    could you please suggest me how to increase the font size while printing the report output..
    Thanks in Advance.
    Puneet.

    hey,
    in our system when we click on print. on widow is coming.
    there is a properties button.
    we click on it.
    there FORMAT----AND then we select forat from there and then printing .
    not sure. but check on ur system. is there properites button.
    HI,
    READ THIS,
    You can specify attributes such as the character width and font size in the device type formatting yourself.
    contact ur basis team .
    in the report PRINT-CONTROL SIZE option is there. try to find more o this.

  • How to Increase Font Size in Normal List Display

    Hi All,
    I needs to increase the font size in List (Normal List not ALV). How can i achieve this one. I have used Print-control option but its not working fine for me .
    Please help me in this. Thanks in Advance.
    Regards,
    Sreedhar.T

    >
    Gautham Vangaveti wrote:
    > You can use classes for the same.
    >
    > check sample program DD_STYLE_TABLE.
    Are you sure that we can enlarge the font size in classical reports?
    I think we can utmost use  intensified/emphasize options as an work around.
    Cheers

  • Need to change font size and style in output of report

    hi experts,
                      im having a requirement of changing the font size in the output of report ( alv grid display).
    regards,
    andrews.

    hi rob,
                   When i execute the report i want in the output of the report (alv grid display report)
    regards,
    andrews.

  • Font Size for Dropdown List Box

    Hi All,
    We are in ECC 6.0 with Integrated ITS. We have a 'Z' EWT transaction with a corresponding service maintained in SICF being executed via ITS and/or Portals.
    The problem is that the font sizes for the dropdown list values for all these input fields are very small. The same transaction when run in ECC has no such font issues.
    Does anyone have any idea of why that is happening and if the font sizes for these dropdown list fields can be changed or not?
    Thanks in Advance
    Shounak

    Hello Shounak,
    If this is in Portals then you may be able to change the size of the font through the Portal Theme Generator. 
    Edgar

  • Can you change font size in mailbox list

    I can not see my full mailbox list, but if the font size would be smaller this could be solved.
    In itself I find the fonts too large.
    Is there any way to change this?

    Hi,
    Try this...Go to System Preferences the select "General" and set "Sidebar icon size" to  "Small" as shown below, then close. That should do the trick as its universally applied. I had same problem in Lion.
    I also use the paid for 'Tinker Tool System" in which you can change many things so long as you are confident but that's a personal choice.

  • Decrease font size in Navigation "LIST VIEW"

    Hi , i want to decrease the font size in LIST VIEW...
    Please tell me the steps to do that ....
    thank you
    Edited by: Nihar Narla on Nov 27, 2012 9:42 PM

    can you be more specific, LIST VIEW means what?
    Regards,
    Tauceef

  • Refresh basic list Output

    Hi,
    I am displaying a BASIC LIST. I have to place a   u2018Refreshu2019 icon to refresh / re-execute the program from the output screen with the previously selected criteria. How can this be acheived?

    For using TOP-OF-PAGE while refreshing, you will have to do the following:
    START-OF-SELECTION.
       PERFORM DISPLAY_REPORT.
    TOP-OF-PAGE.
       PERFORM TOP_PAGE.
    AT USER-COMMAND.
       CASE SY-UCOMM.
          WHEN 'REFR'.
             PERFORM DISPLAY_REPORT.
          WHEN OTHERS.
       ENDCASE.
    TOP-OF-PAGE DURING LINE-SELECTION.
       CASE SY-LSIND.
          WHEN '1'.  
    *         Note: Though you are setting SY-LSIND = 0, it will only take effect *after* this code is executed
             PERFORM TOP_PAGE.
          WHEN OTHERS.
       ENDCASE.

  • Font size of address list when accessed from a new message...

    Ok, here's the issue, a friend of mine has trouble reading the rather small display size of the address list when accessed from within mail (the small quick box that appears). I can't seem to find how to make it larger anywhere. There is a setting from within Address Book, but this changes the display size just for when you access it directly, and not from within mail. Any ideas peeps?
    Ta xx

    the only changes you can make with regards to viewing/selecting font size and style are in mail>preferences>fonts & colors.
    hope this helps

  • How to increase font size in contact list

    Please help!! How can I increase the font of my Contact List...my mother has difficulty seeing the names....the font is tooo small...please help.

    In your case and your case only.
    1. Please stop any and all running Skype Client programs on your system.
    2. Using your Windows Control Panel Add/Remove Programs uninstall Skype, when prompted to save your history, choose yes.
    3. Using Windows File Explorer do:
    %appdata%\skype
    If you find a file called shared.xml right click on it and choose delete.
    4. If you see a folder for the Skype name in question, click on it, if you see a file called Config.xml right click on it and choose delete.
    5. Using the Windows file Explore enter:
    %programfiles%
    Right click on the Skype folder and choose delete.
    6. Please install the beta version using the instructions below:
    If you have the normal Skype version installed, please install the beta version, if you have the beta version installed please install the normal version from Skype.com, please do NOT remove the current Skype installation, install over it.
    You can install the current release or the Current beta release by doing this from the top of this page:
    Get Skype -> Windows -> Choose the normal or beta release, please do NOT remove what you already have installed, simply, install over.
    These instructions have worked for many and is the quickest thing to try to resolve issues such as this.
    This should get fonts back to normal.
    About Me You can also use a IP Camera as your camera for Skype video Example Instructions

  • Increase of font size in list

    I want to increase the font size of letters in the heading of my list output screen.How can I do it?

    hi,
    Changing the fonts in Print using ABAP is not possible. as basic report output is a text editor.
    By changing "Customizing of Local Layout" will only change in display screen and not in print.
    One possible way to create a new printer formatr thry SPAD and use that format in while printing.
    to know more details about SPAD
    Using SPAD - SAP Spool Administration to print different paper size
    The SAP spool system manages its own output devices. This includes mostly printers, but also fax and archiving devices. In order for you to use output devices defined in your operating system from the SAP System, you must define these devices in the SAP spool system.
    this is a piece of code from SAP-IMG ...its about printing fonts...see if this helps u....
    REPORT ZFONT NO STANDARD PAGE HEADING LINE-SIZE 80 LINE-COUNT 65.
    Start of print-control
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF008'.
    WRITE: / 'This is CPI 12'.
    Depending on your SAP printer device, this may also work
    PRINT-CONTROL FONT 1 LPI 6.
    you can try to change font and LPI numbers
    WRITE: / 'font 1 lpi 6'.
    PRINT-CONTROL FONT 2 LPI 6.
    WRITE: / 'font 2 lpi 6'.
    PRINT-CONTROL FONT 3 LPI 6.
    WRITE: / 'font 3 lpi 6'.
    End of print-control
    NEW-PAGE PRINT OFF.
    *--- End of Program
    also check out these links:
    For More Info Go thru this Link,
    font size in basic list output
    http://www.sapdesignguild.org/resources/MiniSG-old/BCMSG03E_DEL.htm
    http://sap4.com/modules.php?name=conteni2&pa=showpagina&pid=100
    do reward points if it helps
    rgds

  • How to change the font size of the output data ?

    Hi,
    In my sap script, I have an include statement which fetches the data based on some input values. It so happens that the value fetched is displayed in very small font and is not readable. I want to increase the font size of that particular output. Is there any function to increase the output text size, may be relative to current size ??
    Hope I am clear.
    thanks

    Hi Rad,
    If you want to change the font for a particular O/P then
    YOu can use IF condition
    /: IF &NAST-KSCHL& EA 'ZNEU'.  ( Your O/P type
    PD   & TEXT&
    /: ELSE
    GD  &TEXT&
    /:ENDIF.
    PD : Paragraph with default font 8
    GD is paragraph of default font 12
    For Include text:
    /: IF &NAST-KSCHL& EA 'ZNEU'.  ( Your O/P type
    /: INCLUDE 'ADRS_HEADER' OBJECT TEXT ID ADRS LANGUAGE &PRINT_LANGUAGE&  Paragraph  PD
    /: ELSE
    /: INCLUDE 'ADRS_HEADER' OBJECT TEXT ID ADRS LANGUAGE &PRINT_LANGUAGE&  Paragraph  GD
    /:ENDIF.
    Hope this will help you.
    Lanka
    Message was edited by: Lanka Murthy

  • Font size limited

    hi,
    I am doing one smartform. In one text field when i want the font size to be 5. But irrespective of what size you are giving the output is coming in size 8 only. I have tried only paragraph format,only chracter format as well as combination of both.But whatever font size is used the output is always coming in size 8 font.
    Please help.

    Fonts and Font sizes are dependent to what is installed to the "device type".  You can check if the font/font size is available through SE73 (click Printer Fonts button).
    To know which "device type" you are using, you have to know your "output device" (ex. LP01).  This is found in SPAD.  View the "output device" and you will see the "device type" assigned to it.
    When you're in the Font list of a device type (in SE73), you better choose scaleable fonts to have small font sizes.  Also take note of Bold and Italics if available.  If you forced your form to choose a font/font size that is not available, it will do a font substitution that's why you will see a different size/font face.
    If the font you need is not available, ask the Basis team to add it (if you don't have permission).  If it's not really available, choose which is closest to your requirement.
    So, when the requirement form is very specific in the layout, it's better to know the exact printer it will be printed.

Maybe you are looking for