Decreasing the font size in a Classical report

Hi all,
i have to decrease the font size in the output of a classical report while printing. I have tried the following snippet:
NEW-PAGE PRINT ON LINE-SIZE zeichen_pro_zeile
                    LINE-COUNT zeilen_pro_seite
                    NEW LIST IDENTIFICATION rl04i-prnew
                    KEEP IN SPOOL rl04i-prrel
                    IMMEDIATELY rl04i-primm
                    LIST NAME rl04i-plist
                    DESTINATION drucker
                    NO DIALOG.
*PRINT-CONTROL  LPI 6.
   PRINT-CONTROL  LPI 10.
but this is not working fine.
Can anybody suggest something about it?
Regards,
Divya

Hi,
It is not possible to decrease the font-size in a classical report.
We don't have any option to format the output in the reports..
As per my knowledge, it is not possible to decrease or increase the font size in a classical report..
one thing u can do is to do some setings at the printer side...
Cheers,
Simha.

Similar Messages

  • Increasing the font size of an ALV report while printing it.

    The requirement is to increase the font size of an ALV report while printing it. The ALV Report is coded using the Factory method.
    I could find a class called CL_SALV_ITEM with a SET_FONT method but I am not sure how to link it with the CL_SALV_TABLE class from which the display table has been created. I even tried checking the report display in SPOOL transaction SP01.But I guess the font shown there depends on the SAP GUI settings.
    Do you have any suggestions?
    Thanks and regards
    Sathya

    The status bar is a fixed fontsize which does not change. While I have no problem reading the time off the status bar you should also have the time on the lockscreen and/or glance screen with a much larger font so I do not really see the issue.
    I have all my music on SkyDrive so would not know for sure, but check out THIS to see if it serves your needs.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • How to decrease the font size of standard text

    Hi Friends,
    I have been using a standard text(created in SO10) in my smartform. The window size is less than the space reqd for the standard text. So I thought of decreasing the font size. Could any one help me to find the solution to decrease the font size. Please let me know if there is any other solution for this..
    I would reward highly for the appropriate solutions....
    Thanks and regards,
    Ramineni.

    hi,
    i had the same problem,i tried to reduce font size from so10 but it was too small,so resized the window itself.

  • How to decrease the column size in a tabular report

    Hi ,
    How can i reduce the column size in a tabular report in oracle apex.
    my report is having 90 coulmns and i want that should come in once sceen so i want to decrease the size of columns as well as the font size of values + column_name..
    any suggestion ?
    Thanks
    Nitin

    Hello,
    Oracle APEX OTN Forum is here : Oracle Application Express (APEX)
    Regards

  • How to increase the FONT Size in a report while printing in SAP

    Hi ,
    Can anybody let me how how to increase the Font size  while printing a report in SAP .
    Thanks
    Dhaval..

    hi Raje,
    WELCOME TO SDN
    use <b>PRINT-CONTROL</b> option
    PRINT-CONTROL FUNCTION 'SF000'.
    WRITE: / 'This is CPI 20'.
    SKIP.
    PRINT-CONTROL FUNCTION 'SF020'.
    WRITE: / 'This is CPI 6'.
    How to change font sizi in a classical report?
    REgards,
    Santosh
    Message was edited by: Santosh Kumar P

  • How to manage the font size for webRfc Reports

    Hi All,
    How to manage(increasing or decreasing) the font size for webRFC Reports.
    Regards
    Sri

    Hi,
    Can you try republishing and see ....
    Ideally the font size would be controlled by the <font tag and if you have made changes correctly it should be reflected correctly.
    Check whether the HTML code is also correct.
    Thanks & Regards,
    Vijith

  • How to increase the font size of text?

    Hello everyone,
    Can anyone tell me how can i increase the font size of the text entered in the text field of a screen (in layout)?
    Thanks for writing back,
    Regards,
    Lucky

    To  Richa Tripathi ,
    I don't know how to make use of such stuff as i only know avl grid,dialog and simple report stuff.
    Thanks for writing back and even i don't think we can increase of decrease the font size of the text in screen (in layout).
    Regards,
    Lucky

  • How to increase the Font size for elements in BSP Application

    Hi,
    I have an requirement where i need decrease the font size of the drop down list element at header level and table view level.
    Thanks in advance.
    Regards,
    Warun.

    See the example below as Jain just described:
    data: pv_drop_find1 type string value '<select ',
          pv_drop_repla type string value '<select .... style="font-size: 7 pt"'.
            <bsp:findAndReplace find     = "<%= pv_drop_find1 %>"
                                replace  = "<%= pv_drop_repla %>" >
                  <htmlb:dropdownListBox id   ....>
            </bsp:findAndReplace>
    Regards,
    Alexandre Rocha

  • THE FONT SIZE ON TOOLBAR IS TOO SMALL HOW DO MAKE IT BIGGER?

    THE FONT SIZE ON MY TOOLBAR IS REALLY SMALL. HOW CAN I RESTORE THEM TO THE BIGGER SIZE?
    == This happened ==
    Every time Firefox opened
    == FIREFOX UPDATED ON 6/25/10

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    If you need to increase (or decrease) the font size on websites then look at:
    Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • 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 change the font size of pdf reports

    hi,
    in my project i'm using wad for my reports
    when i execute these reports from wad and convert it into pdf format the font size of the pdf report is very small.
    what can i do in order to rectify this?
    are there any settings where i can change the font size?
    thanks in advance

    I do not have AA6 available right now (I can check at home this evening). I am also using AA Pro, not Std. In AA7, there is a text box tool that is a commenting tool. When I started typing, a properties toolbar came up that had the font size and such. I haven't figured out how to get the toolbar after the fact. In AA8, I selected the text box tool and then went to view and selected the properties bar (the font size and all showed then), or use Ctrl-E when editing the text. I have not been able to figure out how to edit the text in a text box after you have created it - think it is a mental block right now. Bill

  • Change the font size in the ABAP report

    Dear all,
    Does anybody know how to change the font size in abap report.
    Regards,
    Luke

    Hi,
        Font size in ABA reports can be changed using  PRINT-CONTROL COMMANDS. Here i provide you the code and description of using print commands to change the font size.
    Be aware that the PRINT-CONTROL is not supported in SAP Enterprise 4.7
    For your information, SAP cannot provide any support to error caused by print control command 
    (see SAP OSS notes 66478). 
    * Parameters for function below should be taken from your printer
    * configuration in SAP - check SPAD transaction -
    * standard print control
    * print-control position 1 function: 'CI006', 'SF015'.
    * Submitted by : SAP Basis, ABAP Programming and Other IMG Stuff
    *                http://www.sap-img.com
    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
    Hope this solves your problem.
    Thank you,
    Pavan.

  • In Crystal Reports If the length of text is high then reduce the font size

    Hi All,
    I want a formula (or) solution for the following issue. If the length is  high, then the font size should reduce.
    Regards,
    RK

    Hi,
    If you are using CR2008.
    Right click on the Field,
    Click on 'Format editor'->On 'Font' Tab
    The third option will be 'Size,. Click on 'X-2' Button belongs to Size ( Third one from top Right hand side).
    Now Formula editor will popup. Write formula on that,
    Like
    if length({DB.Field1}) <= 10  then
    10
    else if length({DB.Field1}) > 10
    12
    OR, Better you can Go with select.
    Select length({DB.Field1})
    Case 1 to 5: 16
    Case 6 to 10: 14
    Case 11 to 15:12
    default:
    10
    regards,
    salah.
    Edited by: salahudheen muhammed on Aug 19, 2009 8:33 AM

  • After Firefox was updated, the font size on my screen was decreased for all applications. How can I increase the font size on my screen ??

    After the update, the next screen showed all the letters in smaller font, with fewer pixels. All the screens are like that now and I found nothing in the Firefox help contents. This is a problem because I have vision difficulty. So, how can I increase the font size to what it was before? My screen is about 20 inches wide.
    Also, any chance I can change all the font to Arial instead of Times New Roman?

    Thanks -- that does help!

  • Why does the font size decrease as I scroll down any page?

    This is the second attempt to write and submit the details of m y problem. without warning my computer decides to terminate and delete my writing and this is just one more of its schizophrenic performances. My computer is a new Dell Inspiron Laptop and I refuse to pay the so-called Microsoft Partner"" . one red cent to fix my sick computer. HELP.

    Thank you, I hope you can open the two following links:
    https://www.dropbox.com/s/4oxjirfq9yhcmri/Tube%20Trailer%20Description%20Draft%20REV5%2008 1613.pdf
    https://www.dropbox.com/s/hl9lsd4lvhq4jqs/Tube%20Trailer%20Description%20Draft%20REV5%2008 1613.docx
    I hope I am not confusing you. I want the font size in the field to be the same as the font in the preceding sentence.
    Thank you for staying with me.
    Walter

Maybe you are looking for

  • How to print PDF file with PLD

    Hi Experts, We have three Annexure copy in PDF and wants to print with sales quotation PLD. Pls tell me how to print this. Regards, Datta Kharat

  • C2-01 & web search

    The web search in the c2-01 isn't showing anything. It shows unsupported content type every time i try to search anything on it. Why is it so? The operator's homepage in wap opens without problem. Please mark the post as solution if it solves your pr

  • Links not underlined

    When i send links (file,send link) i would like it underlined

  • What is the best scribe program for a Mac Book Pro?

    I am looking to purchase a scribe program for my new Mac Book Pro.  I need support as my arms/hands get numb.  I do a lot of writing.  What do you think would be the best for my Mac Book Pro? Many Thanks!!

  • How do I update iPod touch 1st gen so I can download the latest apps

    When I try to download any games from the app store it comes up with a message "needs iSO 4" I'm using an iPod touch 1st generation who do I update to the software needed. Please help