Font Size in Write Statement.

Dear Gurus
Below is my code.
Problem I'm Facing is that after printing the required layout the font size doesn't increase..
please guide me..
FORM print_header .
  PRINT-CONTROL SIZE 3 COLOR BLACK FONT 5.
  FORMAT COLOR 1 INTENSIFIED ON.
  CLEAR s.
  s = 'TRI-PACK FILMS LIMITED'.
  WRITE:/1(250) s CENTERED,
          250 ' '.
  CLEAR s .
  s = 'PRODUCTION PLANNING DIVISION'.
  WRITE:/1(250) s CENTERED,
          230 'Page :',
          240 sy-pagno LEFT-JUSTIFIED,
          250 ' '.
  CLEAR s.
  s = 'Loading Chart Report'.
  WRITE:/1(250) s CENTERED,
          230 'Date :',
          240 sy-datum,
          250 ' '.
  CLEAR s.
  ULINE.
PRINT-CONTROL SIZE 3 COLOR BLACK FONT 5.
  FORMAT COLOR 5 INTENSIFIED ON.
  WRITE:/(1) sy-vline,
        (4)'WEEK',
        (3) week_counter.
  WRITE:(1) sy-vline,
        (31) date1 CENTERED.
  WRITE:(1) sy-vline,
        (31) date2 CENTERED.
  WRITE:(1) sy-vline,
        (31) date3 CENTERED.
  WRITE:(1) sy-vline,
        (31) date4 CENTERED.
  WRITE:(1) sy-vline,
        (31) date5 CENTERED.
  WRITE:(1) sy-vline,
        (31) date6 CENTERED.
  WRITE:(1) sy-vline,
        (31) date7 CENTERED,
        (1) sy-vline.
  ULINE.
ENDFORM.                    "

Hi,
       Pls check these links..
How to increase the font size of  print ouput in SAP 4.7
Increase font size of a print out
Problem relating to font size print
Regards,
Vasuki

Similar Messages

  • How to increase the Font Size in Write Statement?

    I found the Code in the initial search  I found the syntax "PRINT-CONTROL SIZE 6 LPI 6."
    But the font size seems same in the Report output.
    How can I see the size if it is changed? Is the changes only reflected in the Print-out?
    Thanks

    Hi,
    not sure if I understand your requirement. Anyways, have a look at the sap help, maybe this helps you:
    You can manipulate the output of a list during the print process from within the executable program (report). The statements SET MARGIN and PRINT-CONTROL, described in the topics below, take effect only if the list is directly sent to the spool. The statements do not affect a list that is displayed on the screen and printed from there using List ® Print.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba60935c111d1829f0000e829fbfe/frameset.htm
    Br,
    Tim

  • How to change font size on Write screen only

    The Thunderbird Write (compose) screen allows font choices for HTML e-mails, but not font sizes in traditional 'points.' There is an up/down button set on the screen, and a setup option for small/medium/large, etc.
    By sending myself mail, and reading it in another popular mail client, I see that "medium" is 12-point type, which is what I want. But when I select medium as my default, the text on the Write screen is too small, nowhere near 12 points by eyeball. If I make the font bigger on the Write screen so that I can read it, then it is received as 14pt or 18pt.
    There must be a way to choose what you see on the Write screen, independently of what is actually coded into HTML and sent. Sure enough, I can do Ctrl/Shift/+, and that makes the text on the screen larger (leaving images untouched, thanks!) , but it's back to tiny the next time I open the program. Is there a way to make this text magnification 'stick'?

    Thanks so much; everything worked as you said. And the stationary suggestions seems like the right thing to do, too.

  • Change font size in write to OLED for lm3s8962

    I'm would like to increase the font size that is displayed on the OLED screen with the lm3s8962. I am aware of the write to string vi. This subvi calls a c function, which I assume contains within it the stellarisware c code for writing a string. I've done some minor programming using KEIL, and now that at the code level, you can specify the string length and height, but I don't know where to access raw c code that the subvi is calling, in orDer to modify it. Any thoughts?

    Hi RTom,
    You could write your own C code and then use a wrapper and import it into the example.
    https://decibel.ni.com/content/docs/DOC-9078
    Sunaina K.
    Product Manager
    Embedded Systems

  • How to show a data in Higher fonts with write statement

    Hi.
    how to show a data in Higher fonts with write statement
    I want to show a statement in large fonts with write statement.How can I do that.
    write : 'Company Address'.
    Regards
    Mave

    Mave,
      I would precribe you to use the FORMAT options available with the WRITE Statement.
    Because this allows us to differentitate between the HEADIngs and the LINEs in the report.
    Here u go dear:
      http://help.sap.com/saphelp_47x200/helpdata/en/9f/db9e7135c111d1829f0000e829fbfe/frameset.htm
    Thanks
    Kam

  • Can we write in Italic font on to the screen by using the WRITE Statement

    Hello Abappers,
    Can we write in Italic font on to the screen by using the WRITE Statement.
    Please reply.
    Regards,
    Rahul

    Hi Rahul,
    >Sandeep Wrote:
    If you have the codepage for Italian language installed in your machine , you can write the same.
    The OP is asking about italic font not about the language.
    You need to upload font files ITALICI.TTF. Go to SE73 . Click on Install True type font and upload the italic file on to your system.
    Check Font Attribute Italic
    We already have help files on this. Refer:
    [Using TrueType Fonts|http://help.sap.com/saphelp_nw70/helpdata/en/36/5b3438fd263402e10000009b38f8cf/content.htm]
    I don't have idea on write statement in ABAP reports. Hope it cannot be.
    Edited by: K.Manas on Dec 30, 2010 6:08 AM

  • When I open 'new' in Yahoo to write a new mail, the page does not show tabs from bold through to indentation. Can only see font and font size tabs

    The only tabs on display are '''font''' and '''font size''' - nothing else. Tabs from bold to indentation are not visible.
    Moreover the arrows to go '''up''' and '''down''' on emails are 'invisible' too.

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at one of these extensions:
    * NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/
    * New Tab Homepage : https://addons.mozilla.org/firefox/addon/new-tab-homepage/

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • How to change font size in Safari?

    Why is it when I set my fonts inside Safari to say, 18 for standard and 18 for fixed. It doesn't display that way. I keep getting the tiny font that I've always used.

    The font size you specify in the Preferences (18 for standard) will be used only if the font size is not specified by the web page. Nowadays most of webpages (including this Discussions) specify fonts and sizes to use in the CSS file, and the setting in the Preferences will be ignored.
    As andyBall writes, you can set the minimum size of fonts in Safari-Preferences-Advanced. But the results may not satisfy you (wrong line spacings etc.).
    In the same Preferences, you can specify your own CSS file, as explained in the following post by Tom Gewecke:
    Re: Setting default font size doesn't stick
    But here again, line spacings etc. are not adjusted correctly. To write a detailed personal CSS file by yourself is very tedious, if not impossible.
    As you might know, you can enlarge the fonts (and spacings) by hitting "command +" (press-hold the command key and hit the + key, or the = key; it seems you need not to press the shift key). I will be very pleased if someone tells me how to make this "enlarged" state the default.
    PowerMac G4   Mac OS X (10.4.8)  

  • Change Font size in Spool request

    Hi,
       Report output list is generated in spool.
       used GET_PRINT_PARAMETERS and write statements.
      The requirment is to increase the font size in spool.
      Please let me know how can i approch regarding this.
    Thanks & Regards,
    Padmaja.

    Hi ,
    Font size in spool request can't be changed .  It can be changed while printing using format settings .
    I Hope u will  got my point.
    Regards,
    Anish

  • How to config the font size of rich pod?

    Hi,
    Does anyone know how to config the font size of rich pod? It's too small.
    Thanks!

    You can do that using the PRINT-CONTROL Statement.This will only work when you send the list to the printer.Sample code is as below :
    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

  • How to increase the font size of  print ouput in SAP 4.7

    Hi,
    How to increase the font size of the ouput of Write statement on PRINT ?  in 4.7
    THANKS IN ADVANCE
    MOOSA

    You can do that using the PRINT-CONTROL Statement.This will only work when you send the list to the printer.Sample code is as below :
    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

  • Font size in reportoutput.

    Hi friends.
    i want to know that can we give font size to heading in normal classical report output?
    how can we do this?
    thanks?

    hi chk this out
    PRINT-CONTROL
    Variants:
    1. PRINT-CONTROL.
    2. PRINT-CONTROL INDEX-LINE f.
    Variant 1
    PRINT-CONTROL.
    Extras:
    1. ... CPI cpi
    2. ... LPI lpi
    3. ... SIZE size
    4. ... COLOR
    ... BLACK
    ... RED
    ... BLUE
    ... GREEN
    ... YELLOW
    ... PINK
    5. ... LEFT MARGIN col
    6. ... FONT font
    7. ... FUNCTION f
    8. ... LINE line
    9. ... POSITION col
    Effect
    Determines the desired print format (see printing in ABAP) for the subsequent characters, starting from the current output position.
    You define the output position either implicitly:
    Line 1/column 1 before the first WRITE output on the current page.
    Line and column of the next field output with WRITE.
    or explicitly:
    Line 1/column 1 using NEW-PAGE,
    Line n/column 1 using SKIP TO LINE n
    Line /column n using POSITION n ( = current output line).
    With output to the screen or when printing screen output, the statement has no effect.
    Furthermore, the PRINT-CONTROL statements must be repeated by the application program at the beginning of each new page to ensure that they are applied. This is because the list processor inserts COLxx print controls in the spool for the current format at the start of each page, and these can deactivate existing print control statements. The list processor does not store PRINT-CONTROL statements originating from the application program once it has placed them in the spool.
    Addition 1
    ... CPI cpiLetters per inch
    Addition 2
    ... LPI lpiLines per inch
    Addition 3
    ... SIZE sizeScript size
    Addition 4
    ... COLORColor ...
    ... BLACK black
    ... REDred
    ... BLUE blue
    ... GREENgreen
    ... YELLOWyellow
    ... PINKpink
    Addition 5
    ... LEFT MARGIN colDistance from left edge
    Addition 6
    ... FONT fontSet font
    Addition 7
    ... FUNCTION fReference function directly as sub-
    argument of Table T022D
    Effect
    Sets the specified print format for the subsequent characters, starting from the current output position.
    Example
    PRINT-CONTROL SIZE 2 COLOR BLACK FONT 5.
    Addition 8
    ... LINE line
    Effect
    Explicitly sets the output line of the current page from which you want the PRINT-CONTROL options to take effect (from column 1).
    Addition 9
    ... POSITION col
    Effect
    Explicitly sets the column of the line specified by the addition "LINE" from which you want the print options to take effect. If the addition "LINE" is missing, the current line is assumed.
    Note
    You must always use additions 8 and 9 in conjunction with one of the additions 1 to 7. They have no effect on the current line number (SY-LINNO) or column number ( SY-COLNO). You can thus also use the PRINT-CONTROL statements after all WRITE statements for the current page.
    Example
    WRITE: /.
    PRINT-CONTROL FUNCTION 'PRCTL'.
    WRITE : / 'Test print control'.
    NEW-LINE.
    WRITE: / 'Old print control still in effect'.
    &ABAP_HINT'
    The spool output in hexadecimal form:
    #PRCTLTest print control
    Old print control still in effect
    Example
    WRITE : /.
    PRINT-CONTROL FUNCTION 'SBP01'.
    WRITE : '123456789'.
    PRINT-CONTROL FUNCTION 'SBS01'.
    Note
    The spool output in hexadecimal form:
    #SBP01123456789 #SBS01
    You can use this sequence of statements to print bar codes.
    Note
    Conversion to machine-specific control characters is performed via tables TSP03 and T022D:
    Additional help
    Print Control
    plz reward if useful

  • 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

  • Font size UI Files panel

    I'm using Dreamweaver on a Mac with a 22" monitor and the
    font size of the files panel is really small. I can hardly read the
    file names. Is it possible to change the font size of the user
    interface like you can in Photoshop (Preferences -> Interface
    -> UI Text Options)?
    Thanks

    Thanks- I was afraid of that .  Amazing with this large state of the art
    IMAC monitor the font is so small in the files panel and can't be changed.
    It is much larger and more proportional in   Dreamweaver CS5 on my old
    dinosaur PC

Maybe you are looking for

  • EBS 11i AutoInvoice Performance Very Slow

    Hi all, EBS 11i Oracle 9.2.0.6 32bit AutoInvoice Transfer Program has been bugging down the Company's business, a bad start for 2013. Please help for this serious problem :( Attached is the "STATSPACK" report for the slow performance time. STATSPACK

  • HP Officejet Pro 8500 A909g goes offline all the time

    My husband's laptop shows the printer as being off, but it isn't.  It's on.  He needs to print desperately!  He is using Windows 7.  I am able to print on that printer with MY laptop, however, which tells me it's something funky on his end.  But what

  • TS1368 iTunes Won't Connect to iTunes Store

    my internet is working fine,but when i try to go into the iTunes Store,It say's i'm not Connected to the Internet Plz Help

  • Trigger IDOC using change pointers

    Dear All, We are using change pointers for triggering IDOC's when a cost centere is creaed/changed/deleted. We are using message type COSMAS for the same. I have  maintained all the necessary settings including Distrubution model. When a cost centre

  • Refreshing a JTable

    Hi again, I have another issue, regarding refreshing a couple of JTables. I am using a procedure from a db2 database to populate a JTable. The JTable contains a list of extract tables contained in the database. What I need to do is be able to able to