Barcode input in SAP

hello all,
i have created bar-code from SAP and now i want to read the bar-code  through scanner.
the bar-code contains material No., the selling price decided by user, batch No., and MRP decided by user.
the scanned bar-code is used while creating sales order(VA01).
the material No. should go to material field, batch number to batch no. field and so on.
can anybody suggest me the way to approach for the said scenario.
what method should be used for it?
Thanx in advance.

Hi Darshan ,
This could be solved using the RFID technology or the other way as :
When ever the barcode is scaned via the handheld device all the nedds to store on the third party data base used by the BARCODE provide den u can call an RFC for simulating the data too n fro from in the SAP system .
Hope it helps ..!
Regards
Swapnil

Similar Messages

  • How to make barcode interface with SAP B1

    Hi all,
               I need an interface code to make an interface between barcode printer with SAP B1. i got a scenario from the barcode people. that they are using EPL coding only for Barcode printer print, there they need to run this EPL code in Dos mode, for that .bat file is needed. hope you might got some idea that how a barcode printer is working. now how to make an interface of SAP B1 with Barcode printer.
    how to generate a code which will put the bar code and price with the AP invoice of the item in EPL code which is in a text format. so that by .bat format txt file should be run in dos mode.
    if you have any other process to run the EPL code, kindly send me the details as soon as possible....its very urgent.
    regards
    sandip

    Sandip,
    I think what you may be more concerned about, rather than the printer "language" (ZPL, EPL, etc...) is the symbology that you require for barcodes. Like 3of9, code 128, etc.
    The standard B1 PLD will input a barcode image for whatever field you specify, but only in a couple of symbologies. The Advanced Layout Designer apparently supports a lot more. I have read that it may be requested from you partner, or if on 2007, it is part of the standard install.
    B1 should pass the bar code to the printer, where the printer's language will decode and print it out. Bypass the .bat file, bypass DOS, let B1 do it.
    Is your Epson printer supported under Windows?

  • How to print Barcode in te SAP SCRIPTS?

    Hi All,
    Can anyone of you let me know how to print the Barcode in the SAP SCRIPT? This is the first time I'm working on the Barcode. I've to print many fields data into one barcode. Like PO number, Material Number, Plant, Company code..etc..
    Best Regards,
    Venkatesh Eddala.

    Hello Venkat,
    Creating Bar code:
    -->From trans code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    --> when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    -->Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    -->The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    SAP Barcodes
    -->Barcode solution consists of the following:
    barcode printer
    barcode reader
    mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    for your reference check the below links:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    for smart, please check the below link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    See the below program forbarcode in sapscript for your reference:
    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:/
    Sample SAPSCRIPT
    Variable BAR_CODE1 contains the barcode data, including asterisks.
    The & is needed to avoid unwanted spaces or CR/LF characters
    /E LINE
    /: PRINT-CONTROL BCPFX
    = &BAR_CODE1&
    /: PRINT-CONTROL BCSFX
    Venkat - Please reward points for previous therad if you feel good answer ...
    Thanks
    Seshu

  • Is 2D Barcode possible in SAP SCRIPTS

    Hi  folks ,
    Is 2D barcode  possible in Sap scripts?
    Thnaks
    pabi

    What Barcode are you thinking of?
    SAP supports a list of 2D Barcodes see in OSS
    Pls. also think about how to bring this Barcode to paper?
    This is an interessting theme!
    Start considering an external Output Program like LaserSoft from DETEC, Streamserve, DCS2000 from invaris or DocumentDesigner from OCE.

  • Barcode reader with SAP

    Hi Gurus,
    i want to use barcode truck  but i dont any idea how to use in SAP
    Can anyone make a suggestion ?

    Hi,
    There are a number of 3rd party companies that provide systems and technologies to connect barcode scanners to SAP.
    One example of a SAP barcoding system is available here: [www.adc-to-sap.com]

  • Barcode usage in sap

    Hi,
    I need some documents for using the barcode functionality in sap with out activating the WM?
    I know that there is std functionality available in sap.
    How do i configure this in SAP?
    Thanks
    Srini

    Hi Srini,
    Refer the below link it may help you.....
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/76/8881391d7fb62ae10000000a11402f/frameset.htm

  • How to Control Barcode style in SAP with New Procedure

    Dear Friend,
    I am format my data to print out as bar codes that use in New Bar Code Printing!
    But the Bar Code only include series of lines of varying thickness and/or distance from one another , without information which stand for character .
    How to do that  display Bar Code include lines and information which stand for character ?
    How to Control Barcode style in SAP with New Procedure ?
    Thanks a lot !

    the barcode is print the type of barcode . check below barcodes
    KUNAUNR
    KUNAUPS
    AUFNR
    these barcodes print like this
    testbarcode

  • QR code Barcode(2D) in SAP

    Hi,
    Is it possible to print QR-Code barcodes(2D barcodes) in SAP smartforms using system barcode font?
    Can anybody please let me know the font settings for QR-Code in SE73 font maintenance? Also the steps to upload the QR code font into SAP.
    Thanks,
    Best regards,
    Prashant

    This is the best way to do it IMO.
    How to create a QR code and show it in a Smartform
    Uses a Google Charts API, the HTTP_CLASS, Monochrome Bitmaps and SMARTForms.
    This example is great as it includes all the code you need.
    You will need your SAP System connected to the internet though, go badger your BASIS team about this.

  • Adding keystrokes to a to make a 7 digit string for a barcode input

    Hi, I am kind of new with this type of LabVIEW as I have mostly done DAC inputs instead of keyboard. I have a barcode reader that scans 7 digits. I have tried the keyboard aquire, but all this does is zip through the keys very fast and only shows one key at a time.
    I don't know if this is possible, but I would like the barcode (acts like a usb keyboard) to output its string, and then have labview take those 7 characters and mash them into one string.
    Any help on this would greatly be appreciated!
    Thanks again
    Solved!
    Go to Solution.

    You are making it much too complicated. You don't use the keyboard acquire at all. If you asked an operator to enter a string, you wouldn't use that, would you? No, you would just have a string control that is read.
    Oops. the image has a mistake. There should be a True constant wired to the property node.
    Message Edited by Dennis Knutson on 02-13-2009 08:21 PM
    Attachments:
    bar code entry.PNG ‏4 KB

  • Synchronize barcode reader with SAP Gui

    Hi,
    to speed up the order entry in transaction VA01 we've added a small dynpro which collects the line items before sending them to VA01.
    Now the users are using a barcode reader to enter the product code. In the current configuration the barcode reader is sending an additional ENTER after each product code to perform some checks and to jump to the next field.
    The problem is that the user is scanning the next item before the SAPGui is ready for input again (it's still executing the checks initiated by ENTER). This results in characters being lost without notification by the user, because they are not checking the screen after each scan.
    Configuring the barcode reader to send TAB instead of ENTER is no solution either since this will result in problems when the screen is full and the user does see it.
    Is there anything I can do to prevent that the input is corrupted?
    TIA,
    Martin

    Hi Martin,  I've seen that same thing at my company.  We got rid of the problem just by upgrading the sapconsole to 6.40,  with this release,   there was something added,  a screen which says  " Processing.......... "  when the system is processing the data.  It is the only thing on the screen at the time and returns control back to the user when complete.  This does not keep them from scanning but does keep them from scanning in your your custom screen(which may or may not be helpful)  WIth this message, by itself,  this did not fix our problem, but it did give the users something to look at instead of a the same screen being locked up.  The user did not know whether the system was ready or not, so they kept scanning. 
    In conclusion,  I think you need to do two things.  a) Get to SAPconsole 6.40, so that the processing message will be there,  b)  train the users to look at the screen,  if it says "Processing",  then they MUST wait.
    Regards,
    Rich Heilman

  • Re: Barcode implementation for SAP ITS

    Hi !
          Can any one suggest me how to implement Barcode for SAP ITS

    This is a pretty complicated question, but I would start by reading the SAP documentation at the site below:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Or you can google a statement like "Implement Barcode for SAP ITS" and it will bring back a ton of information.
    Thanks,
    Joseph

  • Need inputs on SAP PLM

    Hi,
    Need inputs on Possible risk factors/problems/shortcommings/drawbacks (if any) with SAP PLM.
    If you have any good document/weblink,please share,will be very much valuable for our project initiation.
    Thanks
    Avinash

    Thanks

  • Need detail information regarding Barcode Integration with SAP

    Hi All,
    Wanted to know the steps in integrating SAP system with the existing barcode reader. I need to know how to read and attatch the barcode reader and how to process the barcode. It will also be helpful if relevant documents are supplied.

    If I'm understand your question correctly, you want to send the order you receive on your web to the manufacturer. Then manufacturer will create a sales order and delivery order on their side and deliver the good to the clinic.
    In this case,
    1,2) It would be better for you to send the order to them instead of creating the wsdl for them to call. There is a standard format EDI for sales order that SAP use to interface with legacy system. You cna generate the data in this format and send to each manufacturer so they can configure the system on their side.
    3) The module is called SAP order fullfillment or SAP order-to-cash or SAP SD (Sales & distribution). It means the same thing just some people call it differnetly. SAP SD is the common one.
    4) Surely there will be some effort for each manufacture to integrate their system with you. However, If you use the standard EDI, the effort would be minimal for the manufaturer that already implement this with other partner.
    5) you can pass along the address in sales order. If the manufacturer system implemented SAP SD, they should be able to create sales order, delivery order and invoice from their side.
    Regards,
    Chaiphon

  • RFC Assign Link As XML Multiple Input Error SAP JRA Function Call

    I am using SAP MII 12.1.0 (Build 201)
    I have a problem with SAP JRA Function Call Action in Link Assignment as assign XML.
    I need to assign multiple input but from local xml property to my RFC table as assign XML
    but when i am going to execute my transaction i am getting following errors.
    [WARN] Data buffer filter for this action does not exist or the interface is incorrect.
    [ERROR] Unable to make RFC call Exception: [com.sap.conn.jco.JCoException: (104) RFC_ERROR_SYSTEM_FAILURE:      Transferred IDoc data records are empty (internal error)            ]
    [WARN] [SAP_JRA_Function_Upload_Material_Consumption] Skipping execution of output links due to action failure.
    [ERROR] [UserEvent] : com.sap.conn.jco.JCoException: (104) RFC_ERROR_SYSTEM_FAILURE:      Transferred IDoc data records are empty (internal error)
    Please help me out in this issue.
    Regards,
    Manoj Bilthare

    Dear Jeremy
    Thanks for reply
    My Problem is got solved that problem is due to version problem now the MII version is Version 12.1.4 Build(46).
    Regards,
    Manoj Bilthare

  • Scanning the barcode file in SAP

    Hi All,
    I have a requirement to scan the barcode from invoice and take details based on that barcode..
    Can anyone help me how to scan the barcode in SAP...
    The barcode file contains 2 lines...
    It scans in a normal notepad.. but in Sap  it is not happening...
    What shall I do??Can u suggest me some good idea..
    Cheers
    Christina..

    hi,
    you can create barcodes in sap using se73 transaction.
    but to do so a seperate software has to be installed.

Maybe you are looking for