ATG and Barcodes

Can anyone tell me if ATG comes with a barcode generator? If it does, what package is it located under?

No it does not. You would have to look elsewhere for this service.
Andrew

Similar Messages

  • Printing QR codes and Barcodes together

    Dear All,
    I have referred the following link to print QR code as a post script:
    http://scn.sap.com/people/robert.russell/blog/2010/10/25/barcodes-in-sap-with-the-barcode-writer-in-pure-postscript
    While printing my SAP Script/ SMARTFORM output on any printer, if I specify output device as ZBWIPP then QR code is being printed perfectly, but barcodes (Which are already there in script and are expected to be there) are not being printed at all. When the output is printed without specifying any output device, then only barcodes are being printed and not the QR code.
    I have tried adding print controls ZBW01, ZBW02, ZBW09 and ZBW91 to the output type of printer, even then QR code is not being printed.
    I request your advice and help on how to get QR code and barcodes printed together. Thank you.
    Regards,
    Kartik
    P.S. These existing barcodes are of type BC_CD39, not post script barcodes.

    Hi Karthik,
    I have a requirement to
    1) Output data from an internal table into excel, and
    2) Create a chart from the data in excel
    So far I have been able to export the data using OLE calls, created a chart object,.
    My question:
    1. How to put Data Lables
    2. How to put Data Table under the Chart
    3. How to rename the series names.
    Below is the recorded Macro. I don't know how to convert it to ABAP.
    Sub Macro1()
    ActiveSheet.Shapes.AddChart.Select
    ActiveChart.ChartType = xlColumnClustered
    Application.CutCopyMode = False
    ActiveChart.SetSourceData Source:=Range("B1:E4")
    ActiveChart.SeriesCollection(1).Name = "=Sheet2!$A$2"
    ActiveChart.SeriesCollection(2).Name = "=Sheet2!$A$3"
    ActeChart.SeriesCollection(3).Name = "=Sheet2!$A$4"
    ActiveChart.SetElement (msoElementDataLabelOutSideEnd)
    ActiveChart.SetElement (msoElementDataTableWithLegendKeys)
    End Sub
    I have attached the current output and expected output.
    I have searched about this in google but i could not find any solution for this.
    Your help is greatly appreciated.
    Current Output:
    Expected Output:
    I hope that I have explained my query clearly.
    Thanks,
    Lakshmi.

  • Barcode printing in ADOBE form when data and Barcode are in different pages

    How to send raw value to the Barcode when data values are availabe in Master  page and Barcode in the Design page.
    Barcode needs to print once on the first page, so it is on Designer page.
    Values needed for display of barcode is avilabe on Master page.
    How to communicate data between Master page and Designer Page in ADOBE Form?

    Hi,
    Declare a variable of character type and concatenate DTAP and Bar code value into that variable.
    Later print that in required bar code format.
    Try this.

  • XMII and Barcoding Equipment

    I am an xMII novice and we have started to architect a manufacturing solution that will utilize xMII's capabilities integrated with a back end SAP R/3 (v. 4.6C) instance.  I have a few questions that I would like to pose to the group to assist us on our way.
    1.  I would think that xMII should have no issues receiving information from barcode scanning devices (e.g. for shop floor confirmations), but have not heard of anyone using such devices directly interfaced with xMII.  Could someone confirm (hopefully from experience)?  Are there specific vendors who's devices are more readily interfaced with xMII than others?
    2.  Provided that it is feasible to interface barcode scanning devices directly with xMII, what is the better mechanism for shop floor confirmation:
    Scanner --> xMII --> R/3?
    Scanner --> R/3 --> xMII?
    Other?
    I would think that either mechanism is sound, however I wanted to solicit some opinions to find out if there is a better way.
    3.  Has anyone interfaced xMII with barcode printing devices, so that activities within xMII could generate barcoded labels?  Or is this process better facilitated out of R/3?  For example, production confirmation generating a barcoded label for the produced goods.
    Thanks.
    Dave

    Hi David - Great set of questions.
    xMII and Barcoding work well together, probably to some extent because there isn't a direct connection between them.  xMII runs in a web browser.  The scanning device is typically responsible for scanning the barcode and transforming the image into text.  It is also, usually, responsible for sending that text back to the computer it is connected to.  The computer then simply takes the passed text and inserts it wherever the cursor is.  So the if xMII is the active window and the cursor is in a position where you want the translated barcode to show up, it will.  If it doesn't the problem is either with the device or the computer.  On some models of scanners, you can even program it to simulate a keystroke before or after each scan.  So, for instance if you have a web page with one text field for the barcode and a submit button, you can have the scanner enter the text in the field AND hit the submit button in one scan.
    For your #2 question, both scenarios would work.  If you are using a barcode device with a GUI on it like Windows CE or palm, you'll probably be interfacing between the barcode and R/3 with xMII so in that instance, send the barcode to an xMII page that does something in R/3.
    Printing is a little tricky.  Because xMII lives in a web browser on the client, you'll have to rely on the browser's printing capabilities.  However, this is another method to printing barcodes.  There are barcode printing packages available; I'm mostly familiar with Seagull's BarTender software.  What you can do with this is use xMII to send a flat file containing the barcode label information (material, qty, etc) along with a printer name and user,etc to a windows directory that BarTender is "listening" to.  Once BarTender sees the file, it will parse it and print the label with the information in the file to the printer in the file.  It works really well.

  • Flattened PDF Form and Barcode not displaying

    I see there are a lot of discussions that are not answered in this forum, so I am guessing this will go unanswered as well.  But I am looking for a solution for the issue in the subject. I have a simple PDF form built in LiveCycle that I am populating with Coldfusion. Once the form is populated I then flatten the form. The barcode appears up to the flattening point which is when it disappears. The characters that populated the barcode field ARE displaying but the image is not.
    Is there a solution?

    How are you flattening the forms?  I'm assuming PDFg or Output?
    Also, be sure your barcode looks something like this:
    <field name="PDF417BarCode1" y="50.8mm" w="66.7mm" h="25.4mm" access="readOnly">
    <
    ui><
    barcode type="pdf417" dataLength="10" moduleWidth="0.0133in" moduleHeight="0.02661in" errorCorrectionLevel="5"/></
    ui><
    value><
    text>1234567890</text></
    value></
    field>
    and not...
    <field name="PaperFormsBarcode1" w="82.55mm" h="44.45mm" access="readOnly"><
    ui><
    barcode type="pdf417" moduleWidth="0.338mm" moduleHeight="0.676mm" errorCorrectionLevel="5"> 
    <?templateDesigner decodeMethod 2?>
     <?templateDesigner delimiter '\t'?></barcode></
    ui><
    calculate><
    script contentType="application/x-javascript">
    ...completely void of script and the value in only the <text> element.

  • Time stamp and barcode into .xls spreadsheet

    Hello, I am pretty new to programming in Labview and I have a few issues I need to get worked out. I am using a "Prompt User for Input" asking for a units barcode if there is a failure. So when the message prompts I have the user scan in a barcode and this needs to be sent to a .xls file. Numbers will go into the .xls file but the barcodes I am using have dashes(-) in them and when these barcodes get scanned Labview sends a zero to the spreadsheet. If I manually send numbers they will write to the spreadsheet. I also need a timestamp of when the barcode was scanned to get written to the spreadsheet as well.  Any suggestions?
    Solved!
    Go to Solution.

    It sounds like you should be setting the Prompt User input as a string instead of a numeric if you want to preserve the dashes. Use a Get Date/Time String function along with the prompt.
    Message Edited by Dennis Knutson on 05-13-2009 12:18 PM
    Attachments:
    barcode and date_time.PNG ‏4 KB

  • LiveCycle PDF Forms and Barcode Fields

    Ive also posted this subject on the LiveCycle forum but thought I would reach out to my fellow CF'ers. So here's my issue, Im using Coldfusion to populate a LiveCycle form that contains a barcode field. The barcode disappears when the form is flattened. The image of the barcode disappears, but the value of the barcode displays.
    Anyone experience this type of issue? As always, all and any advice is appreciated.
    Thanks ahead of time.

    ~graffiti wrote:
    No version of Reader can save a filled in form unless it has been enabled first.
    To enable, open the file in Acrobat then go to Advanced>Enable usage rights in Adobe Reader...
    And for my standard disclaimer, if you are going to use the forms in a corporate environment, be sure to study and understand the usage limits for enabled forms (the limit is 500 uses, but there are caveats to that) in the EULA. Mostly the enabled forms are meant for very small time users. If you do not meet that requirement, Adobe sells another product that can enable files for unlimited uses but it costs in the tens of thousands of dollars and is a server side solution.
    Hey Graffii,
    I enabled the usage rights and that did help with saving in Reader 7. I am a little concerned about the limit of 500 uses. Let me try and understand you a little better. I have a PDF that has a couple form fields and you're saying that the PDF can only be opened 500 times? I've never heard of restrictions on PDFs before. Does this happen after you place just 1 form field? How do I find out more information? I looked in the EULA, but found nothing.
    Also, what does Adobe mean here "Enable users of Adobe Reader®   (version 8 or later) to fill in and save PDF forms locally." Are they saying that you need Reader 8 or later to read a form or that you need Acrobat Pro 8 or later to enable the form feature?
    It's all very confusing because one of the features they tout in version 9 is the ability to save forms locally, but once I enable the form I could save it with Reader 7. It's hard to tell if they are referring to Reader 9 or Acrobat Pro 9.
    Thanks

  • Crystal Reports 8.5 and Barcode field on Postscript printer

    Hi, I have a Crystal 8.5 document with a barcode Code128 inside (Azale font). If I print the document on a PLC printer using Azalea Truetype font the Barcode are printed. If I print the document on a PostScript printer the barcode are not printed. If I change font with PostScript version and I print on a PostScript printer the barcode are not printed to.
    If I print the same document with Crystal 2008 the barcode are printed in both case.
    There are some problems in Crystal 8.5 for Postscript print ?
    thanks Filippo

    Could be, all I can suggest is you go to the download page and install all patches available for CR 8.5. Click on the Businessobjects tab above and the Crystal Reports and then the link to get downloads.
    IF that doesn't resolve the issue you may want to get the latest print drivers for your printer. If that still doesn't fix the problem then you have no option but to upgrade and try again. Cr 8.5 is 10 years old, no new updates available now.
    Thank you
    Don

  • Date field patterns and barcodes

    I have a date field that is mapped to a barcode.  the date field has a pattern > Data of date {YYYYMMDD} because the target system requires it without the dashes.
    However when the barcode generates it always encodes YYYY-MM-DD (ie. WITH THE DASHES). 
    If i do a xfa.host.messageBox (this.rawValue) it always displays the YYYY-MM-DD. 
    If I call the this.formattedValue it does return YYYYMMDD.
    To fix this i created a hidden field which i wrote to on the exit of the datefield and mapped this hidden field to the barcode.
         hiddenField.rawValue = this.formattedValue
    Is there a better way to do this without the hidden fields?  I ask since i have a bunch of date fields..
    How/where do i change the pre-generated barcode code to grab the formattedValue instead of the rawValue if its a datetimefield?

    Hi,
    Got the answer for the first question from http://forums.adobe.com/message/4282353#4282353.
    Kindly help with the validation message part.
    Thanks

  • ATG and Browser Cookies

    Hi All,
      Wanted to know what are all the information stored in browser cookie and session.??? When talking about session in ATG, is it related to browser session/httpSesssion/session scoped component???/
    Is the whole Order object is stored in the cookie or just the Order id???
    Regards

    By default ATG will store the sessionId and userPrefLanguage in cookies. If you enable cookie based authentication then ATG will store user profile id also in the cookies.
    When talking about session in ATG, is it related to browser session/httpSesssion/session scoped component???/
    Life time of HTTPSession and Session Scoped components will be a particular browser session. Once you exit the browser, the session will be terminated.
    Is the whole Order object is stored in the cookie or just the Order id???
    No information related to order is stored in cookies, in a cookie based authentication, profile id will be available in the cookie and the order will be fetched using profile id.
    Cheers
    R

  • Maxi code and Barcode - WMS shipping labels

    Hi All,
    As a part of creating shipping label process we create XML files which stores the data to be printed.
    We just use loftware to print the labels directly to the Zebra printers
    Requirement: To send a copy of the label to the user instead of printing
    Question: i know barcodes can be printed using rdfs
    but
    1. can i print maxi codes on to pdf using RDFs
    2. can i use any other utility in Oracle apps that would help me in creating a pdf with maxi code and bardcode?
    Would appreciate any help in this context
    Thanks

    Hi;
    Subject: How to Configure Web Report Using Barcode Font on UNIX without Barcode Font Doc ID: 118671.1
    Subject: ORACLE*REPORTS CHARACTER MODE AND PRT FILES Doc ID: 61407.1
    Subject: Troubleshooting Printer Format Problems for Release 10 Doc ID: 1011985.6
    Please follow below link and see its helpfull
    Regards
    Helios

  • Getting started with ATG and Eclipse

    Hi,
    I am newbie in ATG web commerce. I am doing some R&D how to integrate ATG with eclipse JBoss and oracle. I searched on Google, there is one very interesting topic about getting started with atg, jboss, oracle :
    http://atgdeveloper.wordpress.com/2009/04/19/getting-started-with-atg-jboss-and-oracle
    It is very helpful to me but there is one problem what are the requirements of eclipse to integrate it with ATG. Is there any ATG plugin, which I can download all the plugin for eclipse and please can anyone help me if there is any ATG configuration documentation available, please share link or document(if there is complete step-by-step documentation available).
    I will greatly thankful to you. Very very thanks in advance.
    Thanks,
    Manveer
    Edited by: msingh on Nov 9, 2011 3:37 AM
    Edited by: msingh on Nov 9, 2011 3:38 AM

    Hi GarethR,
    I have a looked on ATGInstallationGuide.pdf, which url it shows is not working http://www.atg.com/eclipse. I think the url for ATG plugin has been changed now but I didn't found that url on google. Can you please help me to get correct url.
    When I try to use this url using eclipse update manager. It shows me no features available for this site.
    Thanks,
    Manveer

  • Bursting engine and barcodes

    Hi, does anybody knows how to have barcodes working with the bursting engine ? I have the xdo.cfg in $XDO_TOP, the standard XMLP output has got the barcodes but the bursted PDF do not. We are launching the bursting engine from the after report trigger.
    Thanks

    Well, if you confirm that this works in normal PDF output and not during Bursting, then we may have to investigate. I would request you to log a TAR in that case. What version of xdo are you using ?

  • CRYSTAL REPORTS AND BARCODES BY AZALEA SOFTWARE

    I've created a report that run a barcode by Azalea Software. I use the function that comes with Crystal Report 2008.
    When I preview the report in the CR Designer, my field gets translated correctly with the barcode. But when I run the report through my C# application, my field doesn't get translated. I have the *.dll included and the fonts installed in my system, but when i have it running on my application, it won't translate the barcode.
    Any suggestions will greatly appreciated. Thanks.

    Let's get you to SP 3 - if you're not there already;
    https://smpdl.sap-ag.de/~sapidp/012002523100007123572010E/cr2008_sp3.exe
    Next, confirm that this is not working on your development computer?
    Is this a web or a win app? If web, does the process have permissions to the folder where the Azalea fonts exist? Using a utility such as [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] may reveal permission issues.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Discoverer Letters and Barcodes

    Hi,
    1. A client asked me today if you can create letters from Discoverer. I have never used Discoverer for anything other than reporting so I am not aware if this feature even exists. They want to have a template letter with the name, address etc, pulling from the database, with the report in the body and a sign off.
    Is this possible using Discoverer? If so how?
    2. They also want to be able to use barcodes in the reports. Is this possible? And if so, how do I do this?
    3. In the title of the report it allows you to insert the date and time, page number, etc....Can you also insert data fields from the database?

    Hi all,
    There is hope for the future ;-) During the previous Open World Convention in SF I visited a session by Mike Durran from Oracle called Discoverer Future protect extend integrate. (S282295) Part of it was a demo of BI Discoverer - 11g and it's integration with BI Publisher. This enabled further integration with MS Office Documents like Word and offerred excactly what you are looking for. I have nothing seen about barcodes though. So it seems we jst need ot be patient with the new Discoverer possibilities. It blew my mind anyway. Hope this adds to the discussion. The handout of the session is still available at the Open World website.
    Regards,
    Marc Willemsen

Maybe you are looking for