Placing barcode on report

Question 1
===========
I have a simple records as follow:
Customer Amount Account_no
John Walsh 1500 123456
Mary Joe 700 985000
Lisa Black 2510 456000
Kim Blackson 980 254100
I would like in the report to ruen the account no column
into barcode number. I am using (report builder 3) developer/2000
Question 2
===========
I choose the form letter style report.
I placed the columns on the form. However, how do I format
a number column to have comma? For example, I want
1200 to be formated like 1,200
thanks for your assistance

To print barcode you have to install a barcode font on your machine.
Create a query like:
select customer, amount,account_no
from customers;
You should then create a field for account_no and define the barcode font as the font for this field.
See the help on barcode in Developer 2000.
To format a number, use the "format mask" property of the field. E.g. NNN,NN0.NN

Similar Messages

  • Barcodes on reports (NOT SAPSCRIPT)

    Hello everybody in this forum,
    does anybody know, how to print a barcode on a simple ABAP-report?
    I recently read the docu about PRINT-CONTROL but I was not able to benefit of the explanations given in the way that the solution is clear now.
    I tried with our own SPAD-device type and checked the table entries on TSP03 and T022D. As entries exist, I received an hexcode like '1B28733370323437303054'
    WRITE : /.
    PRINT-CONTROL FUNCTION 'SBP01'.
    WRITE : '123456789'.
    PRINT-CONTROL FUNCTION 'SBS01'.
    But how to continue? Or maybe this ain't work in that way!
    Thank you very much in advance.
    Regards
    Markus

    hai markus,
    here is a sample program to print barcode using report.
    Sample ABAP Program:
    DATA: BAR_CODE1(16) VALUE `ABC01230123A01'
    NEW-PAGE PRINT ON IMMEDIATELY `X'.
    FORMAT COLOR OFF INTENSIFIED OFF.
    If the barcode is the first element on the page, the following Write
    statement is needed (otherwise you get a date in the first print
    control.
    WRITE:/
    Turn on the barcode font, print the data, and switch back to the
    printer's default font. Be sure to use NO-GAP to avoid unwanted
    characters or CR/LF.
    PRINT-CONTROL FUNCTION `BCPFX'
    WRITE: BAR_CODE1 NO-GAP
    PRINT-CONTROL FUNCTION `BCSFX'
    Add a Write statement to prevent insertion of CR/LF into the barcode.
    WRITE:/
                                       (or)
    data: begin of precom9, "command for  printer language PRESCRIBE
       con1(59) value
    '!R!SCF;SCCS;SCU;SCP;FONT62;UNITD;MRP0,-36;BARC21,N,''123456''',
        con3(55) value
       ',40,40,2,7,7,7,4,9,9,9;MRP0,36;RPP;RPU;RPCS;RPF;EXIT,E;',
          end of precom9.
    *replace 123456 of precom9+52(06) with the actual material number..
    new-page print on.    "barcode printer
    Write: 'material number', precom9.      "barcode for matnr
    new-page print off.
    hope this is helpful.
    regards,
    praba.

  • Re: Barcode in Reports 10g

    I know this is an old post,
    Barcode in Reports 10g
    but I am facing the same problem here. Using reports 11.1.2.1, running on a Linux server.
    I have set this on <domain>config/FRComponent/frcommon/guicommon/tk/admin/uifont.ali:
    XYZFONT = "XYZFONT.afm XYZFONT.pfa"
    But generated PDF reports are not embedding the fonts, since I need to have them installed on the computer to see the barcode. I understand the parameter PDFEMBED is set to true by default. But my reports are called from Oracle Forms. How can I be sure the parameter is correct? What else could I check?
    Thanks in advance.

    Hello,
    The steps related to PDF Subsetting and PDF embedding are "extra" steps that occur after the step "Report formatting ".
    In order to take into account the line :
    XYZFONT = "XYZFONT.afm XYZFONT.pfa"
    the font used during the step "Report formatting " must be XYZFONT .
    Did you test to generate the Report with DESFORMAT=HTML ?
    Check in the HTML output the font name used for the "Barcode Field".
    For more details , you can refer to the document :
    Troubleshooting Guide for Font Aliasing / Font Subsetting / Font Embedding Issues (Doc ID 350971.1)
    Kind regards

  • How can i print barcode in report 6i?

    Hi gurus,
    Can anyone can help me to print barcode in report 6i?
    Has there any fonts available for this?
    I used UCEAN.TTF font before. But it is not working well in report 6i.

    As you said
    I used UCEAN.TTF font before. But it is not working well in report 6i.It means you are using version greater then 6i. We are using the same thing. We installed the windows fornts called
    "IDAutomation". For you download the http://www.idautomation.com/fonts/free/ and
    install it in the C:\windows\fornts folder and in report builder use the "IDAutomation" fornts for the barcode field
    Hope will work...
    -Ammad

  • Print barcodes in reports

    I am trying to print barcodes in reports from a query which actually retrieves numbers for barcodes.
    is there any easier way to do this.
    should I install barcode fonts on my system.
    I may have to run the report on UNIX.
    any advice will be greately appreciated

    U have to install barcode fonts like code 3 of 9 or interleaved2 of 5 etc... if you are using Developer 2000. and then format the field using the font.
    If you are using reports 1.2 u may have to use respective escape sequences for printing the bar codes (refer printer mannual for the escape sequences)
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Dinesh Gandhi:
    I am trying to print barcodes in reports from a query which actually retrieves numbers for barcodes.
    is there any easier way to do this.
    should I install barcode fonts on my system.
    I may have to run the report on UNIX.
    any advice will be greately appreciated<HR></BLOCKQUOTE>
    null

  • Print ean barcode on report 6i

    Someone Know if it is possible printing EAN BARCODE using report 6i passing as parameter the ean number ???
    Thank YOU

    Thank you DC for your reply. I thought there was no one working with barcodes. As I know Java bean barcode print packages are provided with Oracle 9i and above, but you gave me a "blast" to search on the net if I was right. And unfortunately, I searched in all the 8i documentation and there is no barcode beans on.
    My concern is not necessarily to use a freeware, but I want to know what is the best way to print barcodes with oracle 8i, and what are the hints I need in order to go through that. And if you think that 99% of the Oracle 8i users use IDAUTOMATION, I will. By using IDAUTOMATION, I know I have to install the IDAUTOMATION font in the database server, attach and use the library in my reports. For the scan, I still have no idea about that. I saw there are some scanners proposed by idautomation but, I don't know if I need any thing with. I am a dummy in this pattern.

  • How to use 2 d barcodes in reports 6i

    Hi,
    We have a requirement to use 2 D barcodes in Oracle reports 6i. Can anyone please advise as to how to do this?
    Thanks & Regards,
    Shailaja

    Hello,
    2D Barcode or matrix barcode are not supported in Oracle Reports(6i, 10g and 11g).
    An Enhancement request is logged in order to have the possibility to use 2D barcode with Oracle Reports.
    Please see Bug 8401811 ENH: NEED ABILITY TO DISPLAY AND PRINT TWO-DIMENSIONAL (2D) BARCODES which is still under review.
    I think IDautomation Java Component can create 2D Barcodes: http://www.idautomation.com/java/
    Oracle using Java:
    http://www.idautomation.com/oracle/java_barcode.html
    Regards,
    Alex
    Edited by: AlexDiniasi on 16.07.2012 17:07

  • Generating barcode with Report Builder 10g

    Hello,
    I am migrating a number of reports from 6i to 10g which contain barcodes. These get displayed as a series of *** at the client browser.
    So I guess I may need to install the barcode javabean. So I am using the instructions http://download.oracle.com/docs/html/B13895_01/orbr_barcode.htm. Unfortunately I am stuck on the first step of importing the java class oracle.apps.barcode.util.BarCodeConstants. I have tried adding the path for oraclebarcode.jar to my registry but it doesn't help. Should I be seeing ".apps" below the oracle class?
    Thanks in advance

    Hi DC or user638801 ,
    Did you ever try this on UNIX server. Coz I tried this before 3 weeks. But this did not work.
    If this works in UNIX Server please let me know so that I will try once again.
    Thanks and regards,

  • Generating barcode with reports 10g

    I need to generate a report (developer 10g) with a barcode. I´m following the instructions on a paper but I need to import a Java Class which I can´t find oracle.apps.barcode.util.BarCodeConstants and oracle.apps.barcode.BarCodeMaker. Do I need to download oraclebarcode.jar? Where can I find it?

    Hello,
    You'll can find the jar file oraclebarcode.jar in the zip file :
    Building Reports sample files
    This zip contains sample files for all the examples in the Oracle Reports Building Reports manual.
    http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/buildingreports_examples.zip
    Many other docs / examples at :
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=ALP&col=ALC&submit=Search
    Regards

  • Creation of barcode through report

    HI all,
    Is it possible  to  PRINT BARCODE through a Report.
    Is there any FM or Class for this. I know this can be done by using SMARTFORM/SCRIPT, but would like know if there is any other Method of doing this or what is the best method to obtain this .
    If u know please share the coding.
    thanks in advance.
    regards,
    Ravi.K

    If you require help in Reports, please put it in the Reports
    If you want to do the same in SQL, refer the analytic function, particularly SUM

  • Placing an exception reporting in a crosstable based on a key figure not "visible" in the crosstable

    Hello Community,
    I've come across the above question. As far as I've experienced, this is not possible. not with an exception reporting created in Query Designer, not in Analysis Office "Conditional Formatting".
    Who can asure my experience or (even better) share different experiences?
    Regards,
    Sarah

    I have no experience with this but...take a look at this SAP Note http://service.sap.com/sap/support/notes/852194 and could you try this option in the BEx query to see if it works:
    Hide (Can be Shown)

  • Barcode in Reports 10g

    Hello!
    I use IDAutomationHC39M.ttf font to show barcode.
    Then i generate the rtf file in server and open it i see numbers instead of barcode.
    What can be a problem?

    Hello Dsegard,
    thanks again for your tip.
    I have managed to perform embeding.
    In the meanwhile i have also followed the paper in OTN, and create a java bean that displays image with the barcode.
    Both ways, i have one huge problem... i have 3 barcode readers (one is really good, other two are common ones), which DO not read the barcodes generated in my PDFs. Maybe i'm doing wrong (resizing font, picture that displays font etc.)?
    Can you please advise me regarding this issue?
    Thank you once again,
    Michael

  • Using Barcode in reports 10g

    Thank U for the .zip, I generated the barcode successfully. My code has 60 characters and the barcode reader doesn´t recognize it. I reduced the length of the it and the reader recognize it.
    I´m using BAR_CODE_128, I already tried with the rest of them, but they don´t work out.
    Please help!!!!

    Hello Dsegard,
    thanks again for your tip.
    I have managed to perform embeding.
    In the meanwhile i have also followed the paper in OTN, and create a java bean that displays image with the barcode.
    Both ways, i have one huge problem... i have 3 barcode readers (one is really good, other two are common ones), which DO not read the barcodes generated in my PDFs. Maybe i'm doing wrong (resizing font, picture that displays font etc.)?
    Can you please advise me regarding this issue?
    Thank you once again,
    Michael

  • Events in Salesforce available to be placed on Expense Reports in iExpense

    Hi to All,
    In attempting to resolve an issue with expenses for an user in R12 iExpense. End user creates events in Salesforce application as events and states that these events created as expense get available in iExpense to be created on an expense report.
    Does anyone have this as a current business process or can someone point me to training material on this.
    Thanks

    Identified the process on how expenses get entered in salesforce and interfaced into iExpense.

  • About barcode in report 6i

    Hi
    i read document of java bean barcode.
    but i work with report6i and in this
    document i read i must i had to use
    barcode font .
    i dont have this font i couldn't find any information
    about it.
    i appreciate you if u can help me.
    by regard
    Nahid Bastani

    Hi Nahid
    Search the internet for free/sample Barcode fonts. If you can't find any, you need to purchase the fonts.
    Try the following links:
    http://www.monotype.com
    http://www.bizfonts.com
    Regards
    Sripathy

Maybe you are looking for

  • Connecting a keyboard to Apple Cinema Display with MBA

    Hi, I have a mid 2013 MacBook Air, (OSX 10.9.2). My Apple Cinema Display is the older 23" (got it in 2008) and I have connected my MacBook Air to the display through my mini display port DVI adapter and it works great. My question is --- I want to no

  • Setup google calendar in calendar

    We have 2 step verification setup on my wife's macbook. Is there some special we need to do in Calendar to get it to sync with google calendar?

  • SORT ORDER WITHIN GROUPS

    Post Author: Kara CA Forum: General Hi, I am using version 9. I have designed a report based on an access control database. It shows a person's time in and time out, then totals these hours. My report is grouped as follows: Department Date/Time Uniqu

  • Unable to View SMS, Error- Uncaught exception: Index 87 = 87

    Hi Pls help - I am unable to view my SMS (Both Sent and Received). Not getting any notification also.  If i compose SMS after sending it disappears.  And I am getting error -Uncaught exception: Index 87 >= 87 everytime i switch on the device. Not abl

  • Keyword reference

    Hi, i'm a new one in Abap,  could someone tell me where can i find keyword reference? thanks!