Bar code facility etc.

Hello Sirs,
      1. Do we have Bar code facility in SAP?
      2. Automatic triggering of issue of materials for items received against Back
          orders?
      3. Automatic generation of binning labels with ownership code after
          inspection?
regards
Yoga

Hi,
Yes, we have facility of Bar Codes in SAP.
for more detials follow the link given below.
http://help.sap.com/saphelp_erp2005vp/helpdata/en/4f/993507446d11d189700000e8322d00/frameset.htm
For auto issuing of materials you can check our Backflush indicator (see material master MRP Views)
Regards,
Sachendra Singh

Similar Messages

  • Problems on scanning BAR CODES

    Hi people!
    I have to print bar codes from an abap report and then scan. I've done the first part (printing) but I just can't scan the code I print. Does someone have an idea?
    Thanks,
    Rodrigo.

    Hi Rodrigo,
    Didn't know you could produce Barcodes from ABAP reports - how did you do this? As Christian said, you could also make the font bigger. What are the barcode specs? Sometimes, you need to have the ratios between the "thin" and "thick" lines set up based onthe type of scanner you use. You can manipulate these settings through the Bar Code Settings via SE73.
    This is how you can do it. Let's assume you are using a HP1200 Device Type and a Code 128A Barcode Font. From SE73, click on the "Printer Bar Codes" Radio button and select Display.
    Double Click on the HP1200 Device Type and you will see all the Bar Codes that have been set up for that Device Type. Find "C128A_00" and single click on the Prefix 'SBP25' and hit the "Displ. Print Control" button.
    This Prefix is the external printer control command that SAP will pass to the printer in the printer's language. Once you hit the "Disp. Print Control" button a popup will appear, now look at the Control Char. Seq. This is the printer command for this particular Barcode font. All the characteristics relating to Barcode Font, Size, Height, Spacing, Ratios, etc are defined here.
    Because these commands are in the Printer's Native Language, you will need to get the relevant programming guide for your printer to know what values to manipulate.
    Let me know if you need more info.
    Cheers,
    Pat.
    P.S. Kindly aloocate Reward Points as appropriate.

  • Why do some of my emails have blue squares with a question mark instead of a picture or bar code?

    Why do some of my emails have blue squares with a question mark instead of a picture or bar code?

    No app installed that will view the pics and bar codes.  
    Which email client are you using?  Which version? 
    File suffix of the pics & bar codes?  Example:  .pic, .bmp, .jpg, etc. 

  • Interface with SAP / Bar code scanner.

    Hello,
    we are going  to integrate bar code reader to SAP directly
    Our thought are , Scanning  the bar code and then using IDOC or directly connected to SAP - ZTables for converting the data into the SAP system..
    is it possible to convert the bar code information ( such us material / batch etc..) in to SAP with an interface.
    Any Input will be appreciated
    Thanks for your help
    JJ

    Hi JJ,
    I may be just re-iterating what has already been said, but for clarity I will put down the points again, since I was also faced with the same confusion regarding how barcode and sap will work.
    1. Barcode Scanner has nothing to do with SAP or any software.
       In simple terms, it is just like a keyboard. To demo;
        a) Plug in the barcode scanner in the USB port
        b) Open Notepad in windows
        c) The cursor will be inside the notepad
        d) Now scan the bar code against any barcode image.
              (Suppose the barcode image contains the information XYZABC)
       e) As soon as you scan, the characters   X Y Z A B C (without spaces)
          will AUTOMATICALLY GET TYPED on the screen, inside the notepad, at the place of cursor.
        Hence, the SCANNER  just acts as a KEYBOARD.
       and autommatically types in the characters WHEREVER the CURSOR is.
       We can test this using notepad, Excel, word or any where the cursor can appear.
       We can test in any standard sap screen on any text field also, etc.
    2. Saving the data in SAP.
        a) First we have to figure out how to save data in SAP,
            considering we are entering data MANUALLY.
       b) This can be a STANDARD Transaction or a Z transaction.
       c) Suppose the field / information is material number,
         then instead of TYPING the material number on the screen, in the field,
        we simply place the cursor on that field.
      d) then we simply scan the image (containing information on material n umber) and hooooooray,
        it gets automatically TYPED IN on that field.
        Thats it.  Other fields we may have to enter manually and press the SAVE button to save the data.
      Scanner just saves TYPING the information manually, and hence reduces time and error both.
    Hope this helps.
    Regards,
    Amit Mittal.

  • 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 Codes printing in SAPscript form

    Hello everyone,
    Please help me with barcodes printing problem:
    We are using ECC 6.0, and printer HPLJ 2300 series PCL 6
    I have installed BARCODE.DLL, and it is located in my local PC, in folder SAPgui\SAPlpd, i.e. where SAPlpd.exe file is locating.
    I printed assets bar code labels using tc S_ALR_87010137, and using script form FIAA_0003, but in print preview there were just solid boxes and after print-out there were no boxes at all, just text! Then I created new script form and assigned new barcode type, but printed barcodes were still invisible on the paper list.
    Where is the problem?

    Just do the following check items-
    1) try to print any standard form ( PO, SO etc.) from SAP printer but not through local printer. ( Spool should not be generated; check it in sp02.)
    2) If it printed perfectly, then it is supposed to print the barcode too. You cannot print the barcodes using the local printers. Usually it required special printers
    ( zebra etc..).
    else if it is not printing properly tell the basis that they havenot configured the printer properly.
    we are doing presently printing of barcodes using both zebra & sap printers.
    Let me know, when you are through this basic check list.

  • Use of bar code value in apex

    Hi experts,
    I am building an employee attendance system in apex.
    When an employee enters or leave the office, the bar code reader captures the value (i.e employee id) based on the bar code sticker on employee i-card. So after getting the employee id, I want that value in first item on apex form.
    Based on this value a function/procedure should be called which stores employee details (e.g. name, date, time etc) into the table without any manual interaction. Also the value of item should be null/clear after entry in table.
    I tried it using windows hooks, but it is not working properly. (e.g. It doesn't fetch the value when computer is locked.)
    Is it possible to fetch the value ( employee id) directly into the form item and at the same time insert the values in the database based on the employee id...???
    This is just an general overview of how it want to be work. Please provide your valuable suggestions for any other way to implement the same.
    Thanks in advance
    Chetan

    I assume you are just using a generic bar code reader that effectivly acts like a keyboard typing the relevant bar code value?
    I really don't think APEX is the right environment to be doing this sort of thing in.
    Unless I've misunderstood the hardware you are using though I really think you are going to struggle getting enything to happen when the machine is locked...

  • Bar code for materials.

    Hi Friends,
                      Our client wants to maintain bar code for the vendor provided material no.s. For vendor materil no.s we are using the old material numbers.so please explain how to use thisbar code for goods reciept, issue etc...please reply....

    Hi Prasanna
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a 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.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research - 
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes. 
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    Tips by (Ravikumar Kandikonda : Published on SAP-IMG)
    Thanks
    Kalpesh

  • Bar code

    Hi Friends,
    Our client wants to maintain bar code for the vendor provided material no.s. For vendor materil no.s we are using the old material numbers.so please explain how to use thisbar code for goods reciept, issue etc...please reply....

    Hi,
    You can check the following link:
    http://help.sap.com/saphelp_47x200/helpdata/en/76/8881391d7fb62ae10000000a11402f/frameset.htm
    Best Regards

  • Bar codes in Smart Forms

    Hello,
    Maybe anyone could provide short guidance how to create SmartForm for fixed assets barcode labeling?

    hi,
    You need to use a SMARTSTYLE and create a CHAR format and create a BAR Code there and use it in the Smartform.
    If you need more info, goto Transaction : SMARTSYLES, do an F4 and in the text area, look for Bar Codes. And see how these Styles are used in the Smartforms.
    If somehow you can't preview it properly and the printout didn't show any barcode at all..
    First try to use Standard Barcodes like TYPNR or RSNUM etc in the charcter format...
    You can preview the output at any moment IF YOU USE THE CORRECT BARCODE FORMAT.
    But printer should support barcode printing for taking printout. Otherwise in printout it will print junk values...
    If you want to print bar codes from R/3 using device type HPLJ4, HPLJ5, HPLJ5SI or HPLJ4000 on HP LaserJet 4, 5, 6 or 4000 series printers, you need what is known as a SIMM module (IC card). This SIMM module is called "JetCAPS Intelligent Barcode SIMM" and can be obtained for most HP LaserJet 4, 5, 6 and Laser Jet 4000 printers. For more detailed information regarding barcode printers refer to Notes 5196, 121305, 119471
    Hope this helps.
    PLZ reward Points if helpful.

  • Bar code data in SAP system

    Hi all,
    Our Production system was installed with following modules (PP, MM, SD, QM & FICO )
    we are running Bar-code data in SAP system. Because of this our database size is growing somuch. Is it advisable to keep barcode data in SAP system. If yes what are the implications of the SAP systems.  OR can i use third party software for Barcode data generation.
    SAP system performance is de grading day by day
    Please give your valuable suggestions.
    regards
    Ramesh

    Hi,
    We are using barcode too on our system, which is for production order (order ID) for stock and goods movement purpose.
    Our mechanism is converting production order number (EAN) into a graphical barcode (Code 39) while printing a production order label. By this method we are not keep barcode image on our system, but anytime we need this barcode, we just print it.
    Database size grow so much?
    - consider data aviodance/ data archiving
    SAP system performance is degrading day by day
    - how do you justify that barcode is the root cause of your performance degradation? maybe you have to take a look inside your system : checking user activities, parameters, I/O, CPU usage, expensive SQL statement, table reindexing, table statistics etc that may help you to solve your performance issue.
    - if you are sure that the huge database size is the major problem of your performance degradation, consider data archiving as mentioned above. note that data archiving still give you opportunities to read data even though data has been archived. we have done for all module we have PP, MM, WM, SD, FI, CO and found no issue about reading data from archive.
    - consider to reorganize, that table fragmentation may contribute in database size.
    hope it help you.
    rgds,
    Alfonsus Guritno

  • How to use Bar code field in Item master

    Hi Experts
    I want to know that How to integrate Bar code scanner data with SBO. Bar code contain many information like price, serial no., description etc . For example I want that when I read a barcode by barcode scanner it automatically update itemcode, description , price and serial no.
    Thanks
    regards
    Gorge

    Hello Gorge,
    A barcode would ideally contain only an identification code and not other information. All such information like price, etc. should be fetched from a database, after reading the barcode, and identifying the item.
    You can simply enter the barcode in the Item Master Data and than use the barcode field to identify the item in sales / purchase documents instead of itemcode or itemname.
    Rahul

  • Bar Code legibility on IPhone4

    I used my 3GS to display a bar code that is read by airport check in kiosks and club memberships, etc. This was helpful as didn't need to carry along paper or club cards. To date, all of the scanners that I have tried to use with the IPhone4 will not read the bar code. How can this be rectified ?

    wonder if the glass reflects too much. Soon Power Support will have their screen protectors out. I ordered one they call HD anti-glare. It's supposed to be anti-glare, but still not lose much resolution for HD displays.

  • PDF417 Bar code Prefix Spaces

    Hi,
    I am trying generate 2d Barcode from the system using PDF417. I was able generate and scan the barcode. But when the barcode is scanned, i am getting prefix of 7 blank spaces. 
    Please help in eliminating the prefix blank spaces.
    Regards,
    Venkat

    The first thing you need to do is determine whether the problem is with the data contained in the bar code or an issue with the scanning hardware. The scanning hardware is programmable allowing you to prefix or append printable and non-printable characters to the bar code data. Go to this link and print out the sample PDF bar code. This bar code contains the entire Gettysburg Address and is what Symbol Technologies launched as part of their marketing campaign upon their development of the PDF417 algorithm in 1990. If the bar code scans correctly, then your problem is how you are encoding the data. Check your symbology specifications such as security level and error correction code. If after scanning the sample, you get the same leading spaces, then you have a hardware issue. Try resetting the scanner or imager to factory defaults. It is difficult for me to be any more specific based on the limited information in your post. One other thing you might try is to look at what you are passing in your data stream. There are several ways to do this but one reliable way is to put your printer in dump mode and capture the escape sequence that references the PDF font. This will be different depending on whether you are printing to a laser printer using PCL or Post Script or printing to a label printer using DPL, ZPL, etc.
    http://www.yourdictionary.com/images/computer/_PDF417.GIF

  • Goods issue and goods receipt with bar code

    hi
    i need  to do goods issue and goods receipt using bar code
    using se 73 i craeted a bar code
    iwill print this bar code on external system
    after printing same one will be stikked to  the respective bins
    i need to trigger goods issue and goods recipt by reading
    barcode scanner
    plz suggest how to achive this
    regards
    sasikanth
    vst

    One of the ways of triggering transactions in SAP using external systems is IDOCs
    When the barcode scanner scans the barcode of the material, you can trigger the IDOC from that system which will send the material barcode, number of units, goods issue/goods receipt etc to your SAP system. Once that inbound IDOC is received in SAP, SAP will trigger the goods issue or goods receipt based on the kind of transaction.
    If you can give the idea of IDOCs to your technical guy, he should be able to enable the solution. You may have to configure an IDOC in your SAP system, using teh standard IDOC type/message types meant for GI/GR
    Hope this helps you

Maybe you are looking for

  • How can I change the main computer I sync my iPhone to without losing my app data?

    I used to sync my iPhone 4 to the family computer because it is a mac, but I recently moved out and need to sync it with my computer (a pc). I know I will lose all my music and video content but is there a way to prevent the loss of my app data? I do

  • How do I add an objectclass to existing LDAP server entry using an ldif file?

    I am trying to fix an LDAP server that has been operating with schema check off. I need to add an objectclass to the groups so that some attributes that have been added to the groups will be "legal." From the documentation, the changetype: modify wil

  • MAP is in negative

    Hi all I have got an error while doing MIRO for an IMPORT material.. The eror is, "Posting not possible. MAP is in negative" While i displayed material master price it get reduced heavily.. What are the possible reasons for this... These kind of erro

  • PDF File downloaded from Mac Can't Read From Windows 7

    Hi, I am now doing a research, and every time when I copy the reference paper in PDF format from Mac to a flash drive, it could not be read from Windows at the university lab. Usually some pages of the file was missing. This really cause me a pain. P

  • Login weirdness

    Nearly every time I try to login (either root or user) I get a blank screen for about 15 seconds and then turns into diagonal lines. I hit ctrl+alt+bksp and it takes me back to the login. I change the session to last and log in again and everything c