Font size in abap

hi all,
I have a classical report and it displays report in write statement.
i want to make the output font bigger?
how can it be achieved....
thnx

hi rudra,
it is not possible
check this thread
font size in report
hope it helps
thanks
Sachin

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

  • Font size in abap reports

    hi all,
    is it possible to increase font size in abap reports.
    i am trying to print a Zreport which is having line size of 325 . so i decided to print on A3 landscape . it seems to be printing very small size ,cannot be readable! . in this case i have to increase the font size of the output.
    is their possibilities to do.
    reply asap,
    regards
    vijay

    Hi Vijay,
    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.
    See the below link it  will help...
    http://www.sap-img.com/basis/how-can-i-print-a3-format-in-sap.htm
    Regards,
    P. Kumaravel.

  • Font size in abap editor

    How to increase the font size in abap editor

    Hi
    Open the SAP GUI icon.
    you can see an icon at extrme right whth green red blue colors.
    or Use (ALT + F12)
    click on that Select New visual design.
    Thare you can find the font.
    Now you can reduce or increase the font size.
    Regards
    Kiran.
    Edited by: kiran Pasala on Feb 19, 2008 4:12 PM

  • 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.

  • ABAP Lists - Font Size

    Is it possible to control the font size in ABAP classical list output, If so how can we handle it?
    Currently the print output of the ABAP list appears to be unreadable.
    Is the same possible with ALV reports as well?

    check this sample program.
    DD_STYLE_TABLE
    and check ur SAP setting also .
    in SAP Screen there is ICON(TV icon) , click this ->New Visual Design->Forn Size.
    Regards
    Prabhu

  • Font size of text view in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    >
    Naresh Kumar Malik wrote:
    > Hi
    >
    >
    >
    >
    > You can use <h1> HTML tag. Here
    > concatenate   '<h1>'  item_eform_reqno '</h1>' into head.
    >   wd_context->set_attribute( exporting name = 'EFORM_HEAD' value = head ).
    >
    >
    > Here attribute EFORM_HEAD is bounded to the text view element.
    >
    > Regards
    > Naresh
    This should NOT work!  The UI elements should safe encode all input values - thereby eliminating the value of any HTML tags. If you system isn't doing this already then it is a bug and if you rely on such a thing it will stop working at some point in the future.
    You are basically restricted to different values available via the design parameter.  The overall font sizes come from the underlying themes and the client applications (browser or NetWeaver Business Client) that host the Web Dynpro Application.  Therefore no direct specification of the font size is possible in order to stay within the controls of theme.  If you don't like any of the designs available, you might consider altering the Portal Theme you are using - but that is a rather drastic approach.

  • Font size of a textview in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    Solved, just change the design to heading1, heading2...

  • Increase font size of a print out

    Hi,
    We neet to print one ABAP report in landscape. The font is very small to be visible. So, we need to increase the font.
    Currently while printing on a local computer, the format its using is X_65_255.
    Please suggest me what has to be done to increase the font size to get the report clearly visible.
    Thanks,
    Sailesh K

    Right!!  This will happen, this is why I suggest to shorten the size of the report,  get rid of gaps in the columns, get rid of un-needed columns, etc.  This is the only way to get the font size to increase, because the system wants to show all the data in the report, so it shrinks the font to accomodate the  255.  A 132 format looks very good on an 8 1/2 X 11 sheet in landscape.  The font is a very good size, as you increase the columms, the font will decrease.  Do you understand why it is this way?  Think of it this way, if you need to put 500 characters across the page, what do you do?  Shrink the font, right?  This is what the system is doing when going with larger number of character columns.  If you want to get the report to a nice readable font size, you must bring the format down to 132 characters across.
    Regards,
    Rich Heilman

  • Change Font Size with PDF attachment  via e--mail

    Hi experts,
    I want to send mail with PDF attachment . Now the attachment is ok but only the font size in PDF is a little small.
    Is that possible to Change the font size of PDF
    Below is my code:
    first the data comes from an internal table, then changed to an ABAP Pool.
    * Create a new spool from the data in gt_data_pdf
      new-page print on
      destination c_local               "<<== my printer
      cover text text-027               "<<== Title or Spool req. name
      list name space
      list dataset space
      immediately space                 " X means print now
      keep in spool c_checked           " X means keep spool
      new list identification c_checked
      line-size 255
      line-count 65
      no dialog .
      loop at gt_data_pdf.
        write: / gt_data_pdf-line.
      endloop.
      new-page print off.
      lv_spoolid = lv_spdel-rqident = sy-spono.
      lv_spdel-sys = sy-sysid.
    *Convert ABAP Spool to PDF
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
        exporting
          src_spoolid   = lv_spoolid
          no_dialog     = c_checked
        importing
          pdf_bytecount = lv_pdf_fsize
        tables
          pdf           = lt_pdf_table
        exceptions
          others        = 0.
    call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        exporting
          document_data              = lv_doc_chng
          put_in_outbox              = space
          commit_work                = c_checked
        tables
          packing_list               = lt_objpack
          object_header              = lt_objhead
          contents_bin               = lt_objbin
          contents_txt               = lt_objtxt
          receivers                  = lt_reclist
        exceptions
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          others                     = 99.
    Anyone could help me?
    Thanks a lot.
    Sincerely
    Julie

    Hi,
    we don´t have many options for setting the font type and size in an ABAP list. One option is that you print the output using either SmartForms or AdobeForms, where you can control font type as well as size. This one requires additional work.
    Another option is to use the instruction Print-Control:
    NEW-PAGE PRINT ON.
    PRINT-CONTROL FONT 1 SIZE 1 LPI 6 CPI 10.
    WRITE: /10   'FONT 1 size 1 LPI 6 cpi 10'.
    SKIP.
    PRINT-CONTROL FONT 1 SIZE 5 LPI 6 CPI 5.
    WRITE: /10   'FONT 1 size 5 LPI 6 cpi 5'.
    SKIP.
    PRINT-CONTROL FONT 2 SIZE 5 LPI 6 CPI 10.
    WRITE: /10   'FONT 2 size 5 LPI 6 cpi 10'.
    SKIP.
    NEW-PAGE PRINT OFF.

  • Size in ABAP list.

    Hi expert ,
    How to edit font and size in ABAP list ?
    Currently, I'm writing code  as below but not effect in my ABAP list.
    PRINT-CONTROL  SIZE 50 COLOR BLUE   FONT 20 LPI 10.
    WRITE: / ' test font and size'.
    pls help me . Thank you so much all.
    Edited by: kishan P on Oct 12, 2010 3:32 PM

    Try with this copied from SAP IMG website
    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

  • ADF Mobile: How to change the font size of an Input Text field in .amx view

    Is there a way to change the font size of the input data (not the label) in a text field? Changing the font size in the Style Font/Text settings doesn't seem to do anything for the label or the value in the input text field. Is this a bug or is there a way to get this to work?

    Hi Anna,
    depending on the UI element there are a range of ways. (and I'm sure people will post plenty of answers to tell you how).
    However, if generically the fonts in you portal/wd applications are too small, you should consider changing your theme so as to have larger texts. Otherwise you will either need to customise all your applications, or you will get quite a lot of inconsistency of presentation between your various WDA applications.
    Do a search on "themes for Web Dynpro ABAP" and you'll find loads of resources.
    Hope this helps,
    Cheers,
    Chris

  • How to change the font size of text element?

    Hi Experts,
    The font size shows in the view is too small, is there any way to make it bigger?
    Thanks for your time!
    Anna

    Hi Anna,
    depending on the UI element there are a range of ways. (and I'm sure people will post plenty of answers to tell you how).
    However, if generically the fonts in you portal/wd applications are too small, you should consider changing your theme so as to have larger texts. Otherwise you will either need to customise all your applications, or you will get quite a lot of inconsistency of presentation between your various WDA applications.
    Do a search on "themes for Web Dynpro ABAP" and you'll find loads of resources.
    Hope this helps,
    Cheers,
    Chris

  • Customised FONT Size or Style

    Hi Folks,
    Can we define our own font size and font family in SAP?I am working on Script.
    Thanks,
    K.Kiran.

    Hi Kiran,
    Try this:
    Import new Font in SAP Script/ Smartforms.
    Check the below link:
    http://www.sap-basis-abap.com/sapbs043.htm
    Create a new font type with the spool administrator (SPAD)
    When you need some different fonts other than those available in the standard SAP system, you'll have to create those different fonts size manually for the device types that you are using.
    http://www.sapfans.com/forums/viewtopic.php?t=258700&sid=e023b90008c9ee1843c00fc3cf2fcee6
    COPY SAP STANDARD DEVICE TYPE TO ZXXXX e.g. ZHPLJ4
    SPAD - Spool Administration
    Full administration
    Device Types - ZHPLJ4 (then click Device Types)
    Utilities -> For device type -> Copy device type
    Print Controls - Copy an existing Print Control and change the ControlCharacter sequence
    SE73 - SAPscript Font Maintenance
    Printer fonts - Change
    Double click on the ZXXXX device type
    Create
    Font family COURIER
    Font size 030
    Characters per inch 21.00
    Print control 1 SFXXX
    Print control 2 SFXXX
    Suggest to do search in SDN with key - 'Font'
    Will get a lot of helpful discussions.
    Reward points if this Helps.
    Manish

  • INCREASING FONT SIZE FOR GR SLIPS

    HI Everyone,
    i need to increase the font size whiule printign out the GR slips. Now i maintained the paramters for output type WE01 in MM cusomizing. Its all setup. All I need is I need to increase font size for the GR slip when its printed out for batch number , and Stock details. How do I do it in SMARTFORMS.....

    hi
    take help of your abaper for this
    also for good rplys post this in ABAP forum

Maybe you are looking for

  • MR11 GR/IR Clearing Account Maintenance

    Dear All, Can anyone help me in understanding GR/IR clearing account maintanence,i do understand in case to nullify any negative balances we go for it, but want to know in details and when we do it for company code what is the impact it does have on

  • I need an mpeg. not an m2v. w/ aiff.

    i need to drop off a mpeg2 at the tv station. no matter how i i try to make one, i keep getting m2v. it says mpeg2. the station can't play this. i went to www.webopedia.com, and that told me: .m2v MPEG-2 Video Only file i gave them a data DVD with th

  • Sorting unstructured resume info into a template form

    Hi I need to write a java program that can read the various info in a resume e.g. "degree from XX university" which are apparently unstructured and place it into a structured template form. This is supposed to work for all kinds of resumes. Searched

  • Microsoft office outlook continues to re-download older email. Why?

    Let me say that I just switched to Mac from windows. I am familiar with Outlook setting and have it set to delete messages from the server after 7 days but not delete them once they are deleted from the computer or iphone. Never had this happen with

  • Record Audio Editing Software

    Hello, I'm trying to capture a demonstration of audio editing software, which while in use, plays back audio clips as you play different segments of a sound clip. When I try recording a demonstration, I can record my voice from my microphone, but I c