How to print thousands separator on a report.

Hi everybody,
I am trying to print a report with thousands separator but I'm not able to do it.
I tried using the currency addition to the write statement but doesn't work.
Any help will be appreciated.
Orlando.

Hi orlando,
1. It comes by default.
   - thousand separators.
2. just try this.
report abc.
data : m type p decimals 2.
m = '1500.66'.
write :/ m.
m = '765123.66'.
write :/ m.
m = '9765123.66'.
write :/ m.
regards,
amit m.

Similar Messages

  • How to print or save a webpage report?

    Hi all,
    How to print or save a webpage report? Not using the save spreadsheet?
    When I create classical report (no form link) I can see still see an edit (pencil button) . When I click the pencil button i gives me a page
    that is not updatable but the display is better to view for single record viewing. Unlike using spreadsheet which is not good to look and share to a user or client.
    How can I print this page please? or save it to file?
    In contrast to a classical report when I made one, it does not show this view pencil button. How can I configure it to display?
    Thanks a lot.
    Edited by: KinsaKaUy? on 12.8.2011 8:18

    Hi,
    you can do this by two ways
    1)If you want to print only current page,
    then go to region definition of your report
    In region header copy this code,
    <input type="button" id="PrintButton" value="Print this page" window.print()">
    this option helps you to print only the current page.
    2) If you want to create print button which is applicable for all pages of your application,
    then go to shared component->navigation bar
    create navigation to url
    Under Entry Display
    In Entry Label = print
    Under Target
    Target type = Page in this application
    Page = &APP_PAGE_ID.
    and check the Printer Friendly option
    Hope this will helps you,
    thanks
    jitu

  • How to change thousands separator in IP Web-template?

    Hi all,
    Situation: in IP web-templates (planning format or report) I see values of key figures in format like 12,345,678.99 . But I need replace comma thousands separator to space: 12 345 678.99. How to do it?
    What has been done: in su01 I've tried to change 'Decimal notation' from '1,000.00' to '1 000.00', but this setting doesnt have any influence on appearance of key figures values in my IP web-templates.
    Any comment and ideas are welcome.
    Best regards,
    Andrey.

    I think you probably got to play around with the objects of javascript and uncheck the apply formatting option of the table i.e dataprovider item otherwise the settings will have no effect on the dataprovider.

  • How to print output of XML Publisher report in different trays of a printer

    Hi All,
    I have a requirement in XML Publisher Report. I need to print all pages other than last one in one tray of a printer and the last page has to be printed in another tray of the same printer.
    Can anyone help me out...
    Thank You..

    I do not think it is possible to send all the pages to one tray and send only the last page to a different tray. However, you may review the following notes:
    Note: 357402.1 - How to Print the Output to a Different Paper Size Using XML Publisher Delivery Manager?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=357402.1
    Note: 394130.1 - How To Enable Printer Options Such As Duplex Printing Or Tray Selections For Bitmap Concurrent Programs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=394130.1

  • How to print message in oracle rdf report output?

    Hi,
    There is a requirement to print message in output of oracle rdf report. srw.message prints the message in log file but how to print message in output.
    Please suggest.
    Thanks & Regards,
    Sunita

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • How to print traffic lights in ALV reports

    hi how to print traffic lights on selection screen in alv reports

    HI,
    check below code
    TYPE-POOLS : icon.
    types:  BEGIN OF ty_display,
            status     TYPE icon-id,
            bukrs      TYPE bseg-bukrs,
            gjahr      TYPE bseg-gjahr,
            monat      TYPE monat,
            work_order TYPE z_work_order,
            glaccount  TYPE saknr,
            message    TYPE string,
          END OF ty_display.
    data : it_display     TYPE TABLE OF ty_display,
             wa_display TYPE ty_display.
    WRITE icon_led_green AS ICON TO wa_display-status.
            wa_display-gjahr = p_year.
            wa_display-bukrs = p_cc.
            wa_display-monat = p_period.
            wa_display-work_order = v_aufnr.
            wa_display-glaccount = wa_bseg-hkont.
        APPEND wa_display TO it_display.
    WRITE icon_led_red AS ICON TO wa_display-status.
              wa_display-gjahr      = p_year.
              wa_display-bukrs      = p_cc.
              wa_display-monat      = p_period.
              wa_display-work_order = v_aufnr.
              wa_display-glaccount  = wa_bseg-hkont.
              wa_display-message    = text-010.
              APPEND wa_display TO it_display.
    change the icon color based on your requirement and append it to the internal table which you have to display in ALV.
    reward points if it is helpful.
    Regards,
    Srilatha

  • How to Print BARCODE in oracle RDF report

    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.
    Thanks & Regards,
    Suresh

    897745 wrote:
    Hi,
    We are trying to print BARCODE for Order Number in RDF report. Kindly let me know how to do this.It's very easy. Download a font which show barcode then choose your desire field's font that font. I use IDAutomationHC39M font.
    Hope this will help you.

  • How to print multiple PDF attachments from report

    Hello experts,
    I have developed an ALV report that is having some PDF attachments and I have push button(Print all) as shown in below image.
    When I click on print all button all the pdf attachments should be send to printer.
    I did check in the SCN but I found some posts to print single pdf from after opening the pdf and some posts to view a pdf file which is saved on desktop but in my requirement I have multiple pdf attachments and I have to send all the attachments to printer with print all button click without opening the attachmens.
    Can you please help me to resolve this issue.Thanks in advance.
    Thanks & Regards
    Suman

    Hi,
    Your Requirement is bit complex,
    i hope we can achieve the solution if follows bellow links and we use application server for temporary storage.
    Print Adobe Document from any URL link in SAP ABAP.
    Hope this will help you.

  • How to print special characters in Crystal Report 7.0

    Post Author: rvandakar
    CA Forum: General
    Hi,
    I am using Data Report in my VB 6.0, Crystal Reprot ver 7.0. I want to display square root in the report. When I retrive data from sql database to display into report, I need to check the occurence of 'T' or 't' in a field and need to replace it with square root symbol in the report. How to make it in crystal designer (data reprot integrated in VB6).
    ___ Regards,  Rajeev Vandakar, India.

    Post Author: synapsevampire
    CA Forum: General
    In general, find the character you want within your fonts, then learn it's equivalent ASCII, then use a formula:
    if uppercase({table.field}) = "T" thenchr(63)else{table.field}
    You can test what the ASCII code is using:
    ASC("u221A")
    -k

  • How to Print Margin of subsequent template (Report Builder 6.05.32.0)

    My report consists of 3 parts, part A, B and C. Each part is of different style. Therefore I use 3 templates, each for each style. Part A appears first, then B and C.
    Part A (based on template A):
    - Top margin is printed
    Part B (based on template B):
    - Only printed if part A has NO bottom (template) margin
    - NO top (template) margin is printed
    Part C:
    - Again, NO top (template) margin is printed
    - the whole part is not printed if part B is long
    - NO bottom (template) margin is printed
    Anyone has the same problems ? , got the solution and donot mind sharing ?.
    I'd appreciate if some Oracle report expert out there share with me the report code using different templates.
    Thanks

    How can I fit FIELD to bottom of page without using margin? Yes I know, I can resize frame to whole page and set position manualy ... but in my report contains over nine variants of first page (page to print is selected by data conditions) and over 3 different second pages ... There is problem that I must resize all variants of pages and set field to exact place and this is difficult ...

  • How to print all lines in alv report?

    hi
    i am using the functions 'FP_JOB_OPEN'  and 'FP_JOB_CLOSE'  in order to print the form
    i want it to be printed without prompting me the 'PRINT' window and pushing the ok button .
    is there a way to do that ? i put reqimm = 'X' and nodialog = 'X' but it didnt fix it
    thanks

    Hi Ami,
       At START-OF-SELECTION event write your code between below statements.
    NEW-PAGE PRINT ON NO DIALOG.
    Your Code
    NEW-PAGE PRINT OFF.
    This statement NEW-PAGE PRINT ON with addition of NO DIALOG will not prompt you for Printer selection. It will directly create a spool.

  • Need urgent help how show my placeholder column in my report

    hi master
    sir
    i use report 6i
    i am making report with useing emp table i report i need one formula column and one placeholder column i
    first i mad report by useing report wizard
    after this i go in data modul and select one placeholder column and one formula column i write pl/sql
    :cp_1 := :sal;
    again run wizard and move
    placeholder column and one formula column
    in display item
    but when i run the report give me this error
    rep-1517 column 'cf_1' reffrence column 'sal' which is incompatible frequency
    please give me idea how i print my formula result in report
    thanking you
    aamir
    how show placeholder column in my report

    Hi,
    First create a formula column eg CF_1.
    Then create a placeholder column eg CP_1.
    Write a code in CF_1.
    [eg
    select bolFrValid into :CP_1 from tablename where condition;
    return :CP_1;
    Hope u got it

  • How to print with out preview?

    Hello,
             How to print with out preview the report, I want to send the report direct to a printer with out a preview it.

    I believe with Crystal Enterprise (or BOE), when you schedule a report you can use the Print Settings to tell CE to print the report immediately (although I have never done this).
    HTH,
    Carl

  • How to print euro symbol

    Hi,
    I would like to know how to print euro symbol (€) in a report.
    I've tried with a statement like this:
    write '€'.
    But when I execute it only appears a '#'.
    A possible idea is to use unicode (euro symbol is 20AC), but how to print unicode symbol code in sap?
    thanks in advance

    Hi,
      UNICODE is supported 4.7 Onwards
    try this
    TRANSLATE c TO   CODE PAGE g2. (  Check this code page translation .may solve ur problem ...not sure )
    then write c.
    Mark Helpful Answers
    Regards
    Message was edited by: Manoj Gupta
    Message was edited by: Manoj Gupta

  • How to print a report in half of the A4 page

    Hi,
    Please help me, how to print a report in the half page of the A4 size paper.
    Thanks,

    Hi
    If you are using the command MEW-PAGE PRINT ON
    then we can give this layout options
    like
    NEW-PAGE PRINT ON
    DESTINATION <printer name>
    immediately 'X'
    KEEP IN SPOOL 'X'
    LAYOUT 'X_65_132'  (OR X_65_255)
    RECEIVER SY-UNAME
    NO-DISPLAY.
    OTHERWISE WHEN YOU SELECT THE PRINTER
    IN THE PRINTER PROPERTIES/SETTINGS BASICS-> PAPER
    you will have this facility to select LANGSCAPE/PORTRAIT
    use that and print
    Reward points for useful Answers
    Regards
    Anji

Maybe you are looking for

  • How do I make a video loop in FCP?

    Hello good folks, I've been using FCP for a few years, but none of my clients requested a video loop ever before, therefore, I don't know how to do it. In the project I'm actually working on, my client wants me to activate that function in the final

  • Quicksilver doesn't wake up after sleep

    Recently (over the past month or so) my Quicksilver G4/733 has developed a problem where it sometimes (about 20% of the time) will not wake up after going to sleep. Tapping on the keyboard to wake up, for example, results in no reaction from the comp

  • Satellite L670-1JP external HDD not always recognized on start-up

    I bought a Samsung G3 external HD. The first time i plugged it in, it was directly recognized by my Toshiba Satellite L670-1JP and worked with no problems. But later, almost everytime I start up my computer, he does not find the external HD. I then h

  • Does Skype save older messenges in the hard disk?

    Does Skype messenger saves the dialogues in the hard disk of my computer. Some financial companies are in doubt it saves or not...

  • Iphoto not opening, have tried everything, please help!

    My iPhoto is not functioning at all, it tells me to restart my computer and when I do that it says to reopen while pushing Option and Command key, and even still after trying the four options that it presents, my iPhoto is still not opening, thoughts