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

Similar Messages

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • How to change font size in iCal

    How do I change the font size in iCal?  When I go to print the monthly calendar, it is so small I can't read it.  But for the life of me I can't find where to change the size!

    earlnkids,
    The text size selection should be available in the first page of the iCal print options:

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How do I edit font size in acrobat 8?

    I am trying to make edits to the font and font size in acrobat 8. I have clicked on the text toolbar under advanced editing and selected my text. All of the forums I have read say to right click on that text and select "properties." When I right click, my acrobat does NOT give me the option for properties. The closest option is "text style" which does not give me any font or font size options - only bold, underline, etc. Can anyone assist me in where I ca find these options or why it is not giving me the "properties" option?

    Select the text and type ctrl-e

  • Edit font size standard report

    Hello community,
    I try to edit the font size of a standard report but I can't find any menu within APEX to edit this reports.
    I also tried to edit it within the SQL with '< f o n t s i z e=130%">' || ... || '</ f o n t >' but this did not work.
    Can anybody help me? Is there a menu which lists all the standard reports and where is the chance to edit this?
    Or is there any other chance?
    Thank you so much,
    Lisa :-)

    Hi Lisa,
    The font is defined in the style sheet (css file) that is referenced in the Page Template. You can override the style by adding your own style (with the same name as used by the columns in the report - you can check that using Firefox+Firebug or the Developer Tools in Chrome) after the APEX standard CSS. You can also put this CSS in your Report Template or in your Page (if it's only for one specific page).
    A good practice is not to include CSS or HTML in your SQL query. Because SQL is logic and HTML/CSS is presentation and these two shouldn't be mixed up.
    Roel

  • Edit bookmarks font size

    Safari 7 had the right size font for the edit bookmarks page, but Safari 8 uses several sizes larger font which throws the list of folder off the bottom of the page and moving individual links is tedious as you have to hold it to the top or bottom if the folder is off the display. I would like to reset it to the size used with Safari 7. Is there a setting for it or a way to resize the font when I open the page?

    Unfortunately, the font size cannot be modified in Safari but there are some alternatives.
    1.  Try a different display resolution. Open System Preferences > Displays > Display > Scaled
    2.  Try Zoom in System Preferences > Accessibility

  • Look-up font size

    When I look up a word in the dictionary, is there any way to increase the font size of the dictionary? It is very small indeed.

    There are no user-level adjustments, but you can experiment with
    /Library/Dictionaries/Oxford Dictionary of English.dictionary/Contents/DefaultStyle.css
    to increase the Dictionary font size. Here's an explanation for Mavericks:
    https://discussions.apple.com/message/25897288
    I'd guess Yosemite's Dictionary is similar. Apple hasn't changed Dictionary much in years.
    By the way, make sure that you have a backup before you begin to tinker. If something goes horribly amiss, a backup will make recovery much simpler.

  • 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

  • Print Module - Set Explicit Font Sizes

    In the Print Module Identity Plate can Lightroom set font size explicitly instead of using only a % scale factor?
    The scale factor is a great idea but it would be a lot more convenient at times to set the font size explicitly to 10 or 12 or whatever so it could carry over to other titles if you want all your titles to print in a specific font size (e.g. 12 points). That's already possible with Vibrance, Recovery and a host of other settings (including the Identity Plate scale factor itself!) and it's very valuable to be able to have those exacting controls.
    Thanks,
    Robert

    Ian,
    I'd be very pleased if I'm doing something wrong. From what I see the Identity Plate supports only one font size, and only for the most recent photo. When I choose Edit and type in a new title of a different length Lightroom changes the size of the font (the longer the title, the smaller the font and vice versa). Try this:
    1) Open Identity Plate and title the picture "Hello".
    2) Change the title to "I just love Adobe Lightroom so very much!"
    The title will be smaller. Lightroom seems to disregard the Identity Plate font size.
    I just tried your recommendation and no matter how I changed the Identity Plate font size in the Print module (e.g. from 38pt to 8pt) the photo's title text size barely changes, I have to use the Scaling slider every time. That font sizing functionality only works for me in the Library module when I'm creating my actual Identity Plate.
    Every time I change pictures I have to re-do this step. The way I'm dealing with this is changing the scaling factor (or with your recommendation, the font size) every time for every different-length title and/or enlarging/shrinking the title box for each photo.
    As I explained in my other reply to your other post, this is very time-consuming when you're printing 50-100 titled photos in a single day/weekend (not to mention the fact that it's physically impossible to set every scaling factor so all titles print exactly the same size font).
    It would be a lot better for Lightroom to automatically save all the print parameters the way it saves all other of the picture's metadata.
    If you could share an easy way to make that much faster I'd be quite grateful.
    Robert

  • All of a sudden I can't change my Photoshop CS4 Font size any larger than 18px.  What did I do?

    Hi
    I was working on a logo today in Photoshop.  I clicked on the font size to increase the text size from 18px to 30px.  I got a message that I couldn't go any larger than 18 px.  Any idea how to fix this???
    Thanks
    Sarahb

    Please note that your post is already buried in the old pages of the forum.
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that because this is boilerplate text, not all points may apply to any given, specific poster.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Can hardly read tiny font on my Juno email page and can't find how to change font size or color, which is light blue.

    That's it in a nutshell. I never had this problem with IE, but when I changed to Firefox suddenly there's all my emails listed in tiny blue font. Can't find anything on the Address Bar to change it.
    When I open the emails, they're fine--but the page listing them is awful. And light blue font on white background makes reading it more painful on the eyes.

    My wife had the same problem. Click on the tools icon in your web browser and go to the "zoom" feature. You can adjust the font size there.

  • Change font color in Report Code causes font size to change.

    I am trying to dynamically change the font color in a report, red for negative, green for positive and blue for 0. I have created a report region and here is my code:
    select city_name,
    py_re_taxable,cy_re_taxable,
    decode(sign(re_chg),-1,'<font color="red">'||re_chg||'</font>',
    0,'<font color="blue">'||re_chg||'</font>',
    1,'<font color="green">'||re_chg||'</font>','') RE_CHG
    from rc_dashboard_recap a, lk_city_code b
    where b.tax_year = :CURRENT_TAX_YEAR
    and a.city_code = b.city_code
    and userid = :GLOBAL_USER
    order by 1
    This code works great except it overrides my css text size and shows up as a page default size. I can't seem to figure out why this happens. This also happens when I try to sum a column. I've set my font size to 11 in my css and it is calling it correctly, however with the above code, my font size shows up at 12 or so.
    I am looking at the code (view source from my page and it shows the correct class
    <td class="t3dataalta" align="right" ><font color="red">-13.98</font>
    in my css:
    td.t3dataalta{font-size:11px;padding:2px;padding-left:5px;padding-right:5px;}
    If I remove the decode statements with the font color then my font size is correct, but I need to figure out how to make the colors work.
    Does anyone have any ideas?
    Thank You

    select city_name,
    py_re_taxable,cy_re_taxable,
    decode(sign(re_chg),-1,'font color="red"'||re_chg||'/font',
    0,'font color="blue"'||re_chg||'/font',
    1,'font color="green"'||re_chg||'/font','') RE_CHG
    from rc_dashboard_recap a, lk_city_code b
    where b.tax_year = :CURRENT_TAX_YEAR
    and a.city_code = b.city_code
    and userid = :GLOBAL_USER
    order by 1
    Here is my query, I removed the < and > signs in the code so that you could see what I have done.

  • New to apple, question about font sizes on show bookmarks pages

    Former windows user, trying to get used to this beautiful new imac! When I am on the safari page, in the show all bookmarks page, the font is so small, and buttons to increase the size are disabled on the page! I know there must be a way to make the print bigger but how?
    Thanks to all.. I think I'm learning more from reading these forums than with all the help pages.

    Very sound advice (as always) Barry.
    I (very briefly) considered offering the Terminal/Defaults route, but thought that Safari Enhancer was the lesser of two evils. Safari Enh does not need to be kept running after changes (like the bookmark font size) are made. & I believe most of it's functions within Safari are made by simply altering the plist file - so getting back a default configuration is very simple.... just reset safari.
    keveliz : Barry's is good advice. I wouldn't put safari enhancer in the " ...here be dragons" or 'addicted to haxies' class myself... because it's just a program that you run & close afterwards - it doesn't carry on, (possibly) brewing trouble in the background.
    I haven't been using Apples even a year now - but pc's & 6502 / 6800 & onwards micros since err, 1980..... & fwiw I personally think safari-enh is much safer than most 3rd party fixers ( which isn't saying much! - so Yep, I'd recommend it based on my usage )- there's good support, a useful discussions forum; although previous versions ( presumably sorted now?) could be annoying due to setting non-std options that you hadn't specifically checked - a problem if you're just starting & you wouldn't know what was a default setting & what wasn't.
    None of which is intended to disagree with Barry's note of caution - be careful out there.

  • How to change the default window size display font size on Lync 2013 main window?

    Hi champs,
    Just a simple non-technical question: How to change the default window size display font size on Lync 2013 main window on Windows 7 desktop?
    Thanks,

    Hi,
    Did you mean change the Lync: Change the Default Font and Color of Instant Messages just as Edwin said above?
    If not, as I know, there is no natural way to change it.
    If yes, on the latest version of Lync 2013 client, there is a new option “IM” on Lync client “Options” list. And you need to change the default Font and Color of IM in the interface of “IM”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

Maybe you are looking for

  • I can't copy my old iPhoto library from a external HD to my new mac?

    Hi. I just bought a new mac and want to have all my old iphoto pictures from my old mac into my new iPhoto library. I've tried to copy the old iPhoto library into a external HD(works fine), but the problem is that I can't copy it out from the externa

  • No Listner Connection Error

    I have a problem in connecting from client machine during log in I get the error of TNS:No Listner could any body help me solve this problem. null

  • Issues with Flash - Firefox 7.0.1 on Windows 7 & Firefox 3.6.23 on Mac OS 10.4

    I'm having an issue with Firefox vs Flash, and having scoured the web haven't found an answer, so any help appreciated. I work on a Flash website which uses URLLoader to load XML - previously working perfectly until Firefox and Flash updated to versi

  • Multiple cells selection after research

    Hi to everyone, i'm trying to create a function word-find into a JTable (like the fuction - find on this page CTRL F). Now my method, when there are two or more same objects in the table, selects(with a differrent cell background) only the last one o

  • RPC (non-xml based) for java

    We are looking at replacing and existing Proprietary (Distinct) RPC interface with a Sun RPC (non-xml based) version. I've seen mentioned somewhere about the sun.sunrpc.* package but can't find anything else about it. Something like rpcgen for java.