Can i attach a Bar code reader

hello to every one
can any one tell me how to attach a Bar Code reader with e-business suit special edition version 11.5.9 for inventory coding purpose....
regards
asad javaid

You need a special hardware component for your printer (e.g. Jetmobile BarDIMM).
Or a software called "barcode.dll" if you want to print on any printer without hardware extension in combination with SAPlpd (for printing barcodes with SAPscript).
In SmartForms some barcode types can be printed without any additional hardware or software (OSS 430887).
Stephan

Similar Messages

  • How to read card reader (bar code reader) in simple java program ?

    hai all
    how to manipulate (read/write) card readers (or bar code reader ) in
    a java program ?
    should i import any particular package library ?
    pls give me any sample code or tutorials or tools, etc (whatever you have) .
    i am new to this card reader category
    its very urgent
    thank you .

    Nearly all card readers and barcode readers I've ever seen simply stick their input right onto stdin, so you can capture it just as if it had been typed in on a keyboard

  • Bar Code Reading in ABAP, through handheld scanner or say Barcode Reader

    HI,
    I want to scan the bar code label through the bar code reader, and get the bar code
    no in sap abap.
    Please let me know what settings and coding needs to be done to get the bar code
    no that is scanned.
    PLease let me know how i should go about it

    Hi Niranjan,
    There are a couple of third-party tools which can directly read the data from the barcode and you can use it in the ABAP program.
    Alternatively create a dialog screen. USe the barcode scanner and get the data as an input parameter and based on the input parameter do what ever validation you require and then based on the output of the validation trigger your relevant processing.
    Cheers
    VJ

  • Bar-code reader for "numbers"?

    Hi there, is there a bar-code Reader that works with "numbers"? I would like to scan products for price comparison while I'm shopping for my business. 

    If the bar-code reader can be recognized as an auxiliary keyboard input, as I believe most can, and if it issues a return character after each scan is transmitted, it will create a column of readings in a Numbers table.
    I don't think it needs to do anything special to work with Numbers, unless you have some higher expectations beyond creating a column of data.
    Jerry

  • HT201209 can we enter the bar code number to activate card

    we cannot read the security code so can we enter the bar code number on the gift card?

    No, that's actually a different number. If you've damaged the activation code while scratching the ink off, you can write to iTunes Store Customer support. Just provide your card's serial number (usually starts with 3 letters and followed by numbers, for example: GCA1234567678.... EPY12314235346..... Depends on your country.)
    Just visit http://expresslane.apple.com to send an email to the iTunes Store.
    Regards.

  • Bar code reading

    Hi All,
    In production we are using the Bar code reader before consume the components for production of assembly.
    while the time of assembly backflusing, the component get GI (consumped asper sap)
    but our client need that while do the scanning of the bar code of the components by Bar code reader, system need to do the GI.
    component backflush. so how we can use the bar code reader to do backflush automatically.

    Hi Raj,
    write a program to use MIGO by providing data read by BAR code reader.
    what kind of scanner you are using......?
    If the scanner is one of the non-programmable types.
    Write a small VB or C program that has just the required fields on the screen. Use the scanner to populate those fields and when the last field has been scanned, either the program itself automatically calls the relevant BAPI or the user clicks an 'OK' button which then calls the relevant BAPI.
    In either case the return from the BAPI should be displayed so the user knows whether to rescan or continue with the next goods movement.
    one more things , is this post is extended issue of your post for peridocal backflush or its different issue.....?
    if its extended one, please close the earlier one.
    Check it out and revert back.
    Regards
    Ritesh

  • ) how can we print the bar code in SAP_SCRIPTS?

    ) how can we print the bar code in SAP_SCRIPTS?

    hi Pavan,
    barcodes wil be generated in the printer itself, if you give <BC>&HD_GEN-MATERIAL_NUMBER&<> then you have a value for "Barcode" .
    Adding Your Own Bar Code:-
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94fc51ea11d189570000e829fbbd/content.htm
    barcodes in SAP
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    Print Unique Indicator as a Barcode
    The printing of unique indicators of elements (reference numbers of records, case indicators, or document numbers) as barcodes is controlled by SAPscript forms.
    SAP delivers a common SAPscript form based on the SAP barcode type AUFNR for records, cases, documents and incoming post items.
    To create another SAP barcode type, you can copy the SAPscript form RMPS_BARCODE and then adjust it to your own requirements. Then you have to define the new form using the following attribute names in the table SCMGPARAM:
    From within a SAPscript form, a subroutine GET_BARCODE in the ABAP program QCJPERFO is called. Then the simple barcode contained there (‘First page’, ‘Next page’, ‘Last page’) is printed as local variable symbol.
    Definition in the SAPscript form:
    /: PERFORM GET_BARCODE IN PROGRAM QCJPERFO
    /: USING &PAGE&
    /: USING &NEXTPAGE&
    /: CHANGING &BARCODE&
    /: ENDPERFORM
    / &BARCODE&
    Coding of the calling ABAP program:
    REPORT QCJPERFO.
    FORM GET_BARCODE TABLES IN_PAR STUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA: PAGNUM LIKE SY-TABIX, "page number
    NEXTPAGE LIKE SY-TABIX. "number of next page
    READ TABLE IN_PAR WITH KEY ‘PAGE’.
    CHECK SY-SUBRC = 0.
    PAGNUM = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘NEXTPAGE’.
    CHECK SY-SUBRC = 0.
    NEXTPAGE = IN_PAR-VALUE.
    READ TABLE OUT_PAR WITH KEY ‘BARCODE’.
    CHECK SY-SUBRC = 0.
    IF PAGNUM = 1.
    OUT_PAR-VALUE = ‘|’. "First page
    ELSE.
    OUT_PAR-VALUE = ‘||’. "Next page
    ENDIF.
    IF NEXTPAGE = 0.
    OUT_PAR-VALUE+2 = ‘L’. "Flag: last page
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    hope this helps you
    Regards,
    Jayant

  • HOW CAN I OPEN IMAGES/BAR CODES?

    HOW CAN I OPEN IMAGES/BAR CODES?

    You need an app to read barcodes in Safari. One or more is available in the App Store.

  • 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.

  • Bar code reader problem

    when i try to install "bar code reader" in my nokia n73;
    i got
    'Unable to install - component is built in'
    plz help........

    I had this on my own N73 too. As did SO many people.
    As far as i am aware there is no fix for this.
    I think they scrapped it as a project for the N73 and have re-launched it on the N95 and it works on there.
    My posts are my opinion and in no way the direct views of Nokia.
    If my posts are helpful, please give me some KUDOS using the green star on the left.

  • How to developed QR and bar code reader app with Win8 tablet?

    I want to know the best approach of developing QR and bar code reader app with Win8 tablet? 
    Please suggest any third party or native c# which could be help for me.
    shishir

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • I need to pull data from a keyboard attached bar code reader, labview basic verison 8

    Does anyone know how to pull the data sent by a keyboard attached bar code scanner using labview basic, version 8?  I tried using the aquire input data function, however the data that it gives doesn't seem correct, and it also only seems to give one value out of the whole bar code.  Any suggestions?
    Thanks
    Mike

    You don't need anything more than a string control. A bar code scanner when used as a keyboard wedge, acts just like when you type something into the control with the keyboard. Make sure that the string control has focus and scan something.

  • How can I print the bar code in the page?

    Hi,
    I can see the bar code in the print preview but that bar code was not printed in the paper. Can any one help me How can I print in the paper.

    HI.
    if you are not able to see the barcode on paper,you need to do some printer settings..
    refer the following link.
    Hope it helps you.
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/903c3cf0344e4de10000000a11402f/content.htm
    Thanks,
    rashmi

  • Integration with Weighment scale and Bar Code reader

    Our users requires that the PO Receiving / Issuance / Movements should be done using the Bar Codes (Item Code) and the Weighment bridge (Quantity). Have anyone tried to interface ORACLE EBS standard form or developed Customized form within OAFramework to integrate these devices with Oracle Forms? Your suggestions and guidance would be highly appreciated.
    -- Ahmed

    Hi Gareth,
    Thanks for your response.
    The requirement is that when we receive the items we bring the item on the Weighment scale on a Trolley. The bar code is scanned to get the Item information. The weight from the weiging scale is populated in the GROSS Weight field. Then we have to unload the items from the Trolley and weigh the empty trolley to calculate the net weight (Gross wt - Empty Trolley wt = Net Weight). This net weight is then considered as the Quantity received.
    Hope this makes clear to you.
    Regards.

  • QR/Bar Code Reading API

    I was looking to try to create an app that would read a bar code or QR code etc. then use that information to do a database look up. Pretty simple really.
    I have been having trouble finding a tutorial about using the camera to read a bar code (or similar technology).  I figure that this has to be easy enough to do. 

    Hi,
    Here is a blog post for scanning QR code. See
    this for barcode scanning.
    Pradeep AJ

Maybe you are looking for

  • When creating a new project, the step "new sequence settings" doe not appear automatically, what to do?

    Hi there, I have a question I am doing product videos for a comany they would like me to do this in a format that is 16:9 and in HD. Since they don't know on which channels they want to publish it but it is certain they will publish it on youtube I w

  • Message-Split in a Sync Scenario

    Hello Experts. As i am quite new to Pi, i have some problems with an integration scenario we are about to implement. As i am not really into the topic, i do'nt even know, if the prefered solution can be implemented in PI or if our current approach is

  • Use of time series functions with horizontally fragmented fact tables

    Hi Guys, in OBIEE 10g it wasn't possible to use time series functions [AGO, TO_DATE] on horizontally fragmented fact tables. This was due to be fixed in 11g. Has this been fixed? Has somebody used this new functionality? What the the limitations? Tkx

  • Trap error within loop and process next record

    Hi, I am processing each record inside a loop. Now if any exception occurs processing with a single record within loop I want to continue with the next record with proper error message in the log. How to achieve the above scenario? Shall I create a s

  • JCo Error in EP6.0

    Hi All, I have developed a custom iview in EP6.0 which retireves data from R/3 using Jco and display the data in various controls like dropdown. When I try to run the application I am getting a runtime error (while accessing the model). I am using a