Bar code on a prepopulated document

I have a requirement to generate a bar code on a prepopulated document generated from PeopleSoft. Has anyone done this and can you recommend third-party software to accomplish this requirement? Thanks for your input

Where did you select the tax code?
Header level or line item level.
If you select tax code header level it'll applicable for all line items, so select tax code at line item level.
Rgds
Murali. N

Similar Messages

  • Document types for late entry using bar code

    Hi,
    We want to enable bar codes for Delivery document types for late
    archiving.
    We got the same for slaes order type in below mentioned path
    SPRO --> Sales and Distribution --> Data transfer and Archiving -->
    Assign document type --> Document types for late entry using bar code
    or Transaction code VNOP.
    We want similar transaction for delivery document type i.e. LF also so
    that we can assign archive document type for the same.
    Thanks,
    Preethish

    Hi Alex,
    For Character devices, you have to use SAPConsole. 
    For GUI devices if you want to use online, it should be ITSMobile(Earlier this was WebSAPConsole).
    Thanks.
    with regards,
    Muthu Ganapathy.

  • Bar Code to be on AP invoice parked document

    Hi guys: please help me with this requirement.
    the clients wants to create a bar code on every AP parked document that is created. This bar code is to print out and should be a combination of document number, company code and year.
    Please give me steps to do this
    thanks
    Brian

    Created a wrapper program

  • Check if a generated document can have a unique bar code for tracking.

    Is it possible to check if a generated document can have a unique bar code for tracking?......We r using the Adobe Central Output Server 5.5 version on windows xp........

    I know of nothing built into the software that is specifically for the purpose of generating a unique value.
    External of the server there are a couple things that might work.
    1) The source of the data file could create a field in the file that contains a unique value that would be the value for the bar code field. For example, the source program could access a database (Access, SQL, whatever) and grab a numeric field for the value while incrementing the field for the next time. If it isn't practical for the source program to do this, then a "custom agent" could be written that would run prior to printing the form that would do this database access and add the field to the data file before passing it on to the print agent.
    2) You could reference the built-in date & time variables (see the Print Agent manual for $date & $time) to use as the value for the variable to be the value for the bar code field. Depending on how long your print job takes to process you could use the time variable that includes the hundredths of a second or not. For example, having the following in the data file:
    b ^field UniqueBarcode
    b @$date1.@$time3.
    would result in a value of
    b 05021506511429
    for the year (05), month (02), day (15), hour (06), minute (51), second (14), and hundredths (29) of the date & time I typed this in. If you wanted the millenium & century you could just hard-code it by placing "20" in front of the @$date1. reference. Of course, depending on the particular bar code you use, a 14 or 16 digit bar code could be too long for what you want.
    One caution with this method, though. If your Central server is set up for processing multiple instances of Central, it would be possible to get duplicates since two (or more) jobs, running in different instances, could start at the same time.

  • How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    How to display or generate PDF417 barcode dynamically in PDF form? I am using Acrobat XI Professional and there is a Bar Code Field in the same through which I generated the same. But I want to generate the same dynamically.

    What do you mean by dynamically? When yo set up a 2D bar code field you specify which field name/value pairs you want to include, along with other parameters. But be aware that they won't work with Reader unless you Reader-enable the document with LiveCycle Reader Extensions and include the bar code usage right. It will work with Acrobat Standard/Pro.

  • How to maintain QR Code & BAR Code in SAP Script and Smart Form ?

    I want to place QR code (Quick Response Code) and Bar Code In my invoice . I searched  from many resources but i couldn't get any appropriate answer . So , Please help me  to solve this problem.

    Hello,
    SAP Note 1557674 - "Overview of bar code printing from SAP" shows the 5 possibilities how barcodes can be printed from SAPScripts and SmartForms.
    In your case the following possiblities can help:
    DIMM/SIMM module: in this solution you need to additionally purchase and install a DIMM/SIMM module to your printer. Then you can send the command sequence from the SAPScript/SmartForm to this module, and the barcode will be printed. (The command sequence should be described in the manual book of the module.)
    barcode.dll file: in this solution you need to additionally purchase and install a barcode.dll file, which will handle the barcodes. Please note: this solution only works with SAPWIN Device Types (and therefore only on Windows OS). The command sequence should be also described in the manual.
    New bar code technology: in this case R/3 creates the barcode itself, and the barcode will be forwarded as a simple image to the printer. Unfortunately QR code can not be created with this solution - according to SAP Note 1557674 the following barcodes can be created:
    Code39, Code93, Interleaved 2of5, Code128, PDF417.
    (There are 2 further solutions in the mentioned Note, but the "bar code font" solution can not be used for 2D barcodes like QR code, and the "PDF-based form" solution means that SAPScript and SmartForm can not be used).
    Alternatively, here is a document which explains how QR codes can be displayed in SmartForms with alternative solutions:
    How to create a QR code and show it in a Smartform
    Regards,
    Laszlo

  • Unable to see bar code in generated PDF

    Hi!
    I'm using the Oracle BI Publisher Template for Word 11.1.15.0. I have created a template, and one of the fields on which is to be a bar code.
    I've read that BI Publisher comes with three bar code fonts pre-installed, so I have installed all of those fonts in windows. In Microsoft Word, all these fonts are available and display correct.
    The 'xdo example.cfg' file contains the following entry.
          <font family="3 of 9 Barcode" style="normal" weight="normal">
           <truetype path="C:\Windows\Fonts\3of9.ttf" />
          </font>The '3 of 9' font is displayed in the C:\Windows\Fonts\ folder as having the name 'BC 3of9 Regular', so I saw it fitting to add the following entry to my xdo.cfg file.
           <font family="BC 3of9 Regular" style="normal" weight="normal">
           <truetype path="C:\Windows\Fonts\B39R00_0.TTF" />
           </font>That field rendered correctly in the template builder, but when I viewed the PDF, the bar code was not generated, it displayed the value I was passing text form.
    This font appears as "BC 3of9" in the font drop down in Microsoft word, so I thought I had entered the font family mistakenly, and thus also added the following entry to the xdo.cfg file.
           <font family="BC 3of9 Regular" style="normal" weight="normal">
           <truetype path="C:\Windows\Fonts\B39R00_0.TTF" />
           </font>I've tried another few changes unsuccessfully, so I guess I'm missing out something!
    Help!
    Edited by: Gill on Apr 19, 2012 6:53 AM

    I'm using the BI Publisher add on for Microsoft word. I'm using RTF documents to generate templates to use for PDF generation. The add on has a PDF preview feature which doesn't display the barcode, and the barcode is also not generated while using the XSLT to generate the PDF.

  • Amount in Bar Code is incorrect;Amount in the line item can be used instead

    We have a problem in our Brazil company code.
    When we have a document with value higher than 5,000.00 BRL it is subject to Pis/cofins tax. In the Boleto (paper) document the amount is after tax deducted. But we see the full amount in the Vendor line item in SAP
    When the system reads the bar code and saves this code in the vendor line item during the document change we get a warning message no."8B797: Amount in Bar Code is incorrect;Amount in the line item can be used instead".
    And the amount in the Barcode line automatically adjusts itself to the line item amount which is the pre-tax amount (full amount).
    Example: Amount in the SAP Invoice doc is R$ 6,268.72   
                   Amount in Boleto (paper) R$ 5,977.22   (after deducting PIS/COFINS) - This amount appears in the bar code but once we press enter after the warning message it automatically adjusts to R$ 6,268.72 .
    We tried few notes like 784748 to apply but it says it is obsolete. We are on ECC 6.0 Release level 11.
    Regards.,
    Raj/

    answered through SAP note 784748

  • How do I add a simple, 1D, uneditable bar code to a PDF?

    I would like to add a simple 1D bar code to an existing PDF form.  The bar code is used to identify me as the issuer of the PDF form and would not be edited by anyone else.  If it is not possible to do in Adobe X Pro,  is there a third-party software that would do the trick?  Thanks.

    Create a Form Field
    When finish get out of Forms editing.
    Place the Bar code in the field.
    now go back to Forms Editing (From Tool bar)
    Click on Field and hold down Control Key
    Choose Make Read only or Read only.
    Now see if you can password Protect the field  Or Document and allow everything to be filled out except this field.
    * Well I just tried to Password protect and individual cell but evidently I can't. Might be something I am not doing
    If its not its not very useful.

  • Bar codes in XML Publisher

    I have a requirement to show Barchodes corresponding to Item Number in my XML publisher template.
    Steps Followed:
    I have created a form field corresponding to that Item Number and assigned a bar code font to that field. And previewed the same via Oracle template Builder. Bar code section is not populated.
    Please clarify why the form field is not getting populated in Case of Bar code fonts.
    If there is an alternative, Please suggest ASAP.

    Is the data your want to show as a barcode coming out onto the published document now?
    If so this is simple "font-change" in the RTF template. You also have to wrap the field with a leading and trailing * (assigned to the barcode front to) so the scanner knows when to start and stop its reading (so to speak)
    You will also need to create a custom property that maps where the font file can be found on the server in the RTF templage.
    I have some documentation i wrote up i can send you if you provide your email address... i should just put in on a web page...

  • Vertical lines, like a bar code, only when scanning or copying. Printing from computer is OK

    I get vertical lines , in black & white & color, when scanning or copying.  
    When I print from my computer, all is OK.
    The lines resemble a full page bar code.  I have done a cold reboot & run the HP trouble shooter, all to no avail.
    I do not see a bright light during scan or copy.  Could the problem be a burnt out bulb?

    Hi @TAEZZAR 
    It certainly could be a the scanner bulb. Do you have the printer connected directly to a wall outlet or is it in a surge protector or power bar? Even if you have been using a surge protector/power bar all this time and you feel it is not the cause, please connect it to a wall outlet just so we can eliminate the power source as the root cause.   Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector
    In this document you will see, ISSUE: Problems or issues may arise when an HP LaserJet series printer is connected to an uninterruptible power supply (UPS), a power strip, or a surge protector
    ^ This is not limited to Laserjet printers.
    Let's perform a hard reset. To do so, leave the printer on and unplug the power cable for 1 minute. While it is unplugged, hold down the power button on the printer for 10-15 seconds to release any built up power, then after the minute has passed, plug the printer back in.
    Also, please click the link below to ensure the printer has the latest firmware update. This firmware update can improve printer performance and fix miscellaneous defects.
     HP Officejet Pro 8600 N911g_n Firmware (Plus and Premium models)
    HP Officejet Pro 8600 N911a Firmware ( 8600 e-All-in-One Printer)  << For anybody else viewing this thread who may not have the Plus pr Premium model.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • SAPScript bar code output in PDF format

    Hi,
    I am working in 4.6D. I am trying to get the zip code bar code symbol to display in PDF as Postnet. When it displays at this point it has the numeric code that would trigger the simm module on a printer to print the corresponding bar code symbol. I need to get this to display in the PDF document as well. Does anyone have any ideas on how to do this in SAPScript?
    Any help or suggestions well be greatly appreciated.
    Mark

    Hi,
    Check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/frameset.htm
    Thanks & Regards,
    Judith.

  • Adobe Reader 9.4.1 and bar code

    We are using Adobe Reader 9.4.1 to enter data to a form
    that has 2-D bar code. But when we clicked on the bar code, it turns grey and becomes unreadable.Why is this and how to correct it?

    There is one company authorized by Adobe to apply usage rights to individual documents using LiveCycle Reader Extensions: http://www.formrouter.com/pdf/readerextensions.htm
    You'll have to contact them for pricing.

  • ArchiveLink Late storing with bar code in Records Management

    I want first to archive a document with the scenario Late storing with bar code over archive link (function module ARCHIV_BARCODE_GLOBAL) and right away adding the barcode document to a record in records management.
    For both i need a business object (expample DOCUMENT or RECORD). When i want to add a archived document to a record i do need a DOCUMENT_ID to create a POID. But i do get the poid only after the document is scanned and finally archived. At the time where I insert the barcode with the function module archive_barcode_global, I don't get back a document_id. This is the first problem. The second problem is, that I can't use the business objects from Records Management (document or record) for the barcode scenario since there the business object ID is expected and the business object id for the business objects document or record is the document id.
    The only way seems to create two business objects. one for the storing with barcode and one for the connection to records management. and i seem only to be able to create a record and inserting the archived document after the document is really scanned and archived.
    My question now is, does anybody knows a way where i can use the archive link scenario late storing with barcode and being able to add the future archived document right away to a record? I want to do both in one step and only want to use one business object. Is this possible?
    Thank you very much.
    Martin

    I am trying to do the same and would a appreciate a response to this question.

  • Bar Code entry while trying to create one through FB03

    Hi Guru
    We recently had techical upgrade to ECC6.0. While trying to create a barcode entry for a document through FB03 I am getting the following error message
    oa280 - Bar code not active -system administration .
    All the configuration are in place in OAC5,OBD2 . I couldnt able to find any relevant notes regarding to this issue . Can some one help me out in fixing this issue
    Thanks
    Auroar

    Hi
    I raised the question to SAP and they provided me the notes 173521 as suggested by  you . But  following this note will open bar code entry access for all user and for all accounting document which will be an issue .  After few trial and error I was able to get an solution for this issue .  I created an entry in oac5  with barcode active  for object type and user specified and an another entry with barcode inactive for object type ,document type FIIInvoice and user .  This enabled only the authorized user for bar code entry to make changes . One drawback is that it does allow permitted user for all document type
    Thanks all for your suggestion
    Regards
    auroar

Maybe you are looking for