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

Similar Messages

  • Print Bar code for inspection report

    Dear all,
    I have a requirement for printing bar code in the inspection report. Normally, we use QGA3 print inspection report which based on the script form. Now as I would like to add bar code, as I know, I have to use smart form to realize. but it can just enter Form in the standard way. So could anyone give me some useful suggestion to realize this requirement?
    Thanks a lot.
    Best regards,
    Benny.

    Hi,
    Identify corresponding form.In the character format we have to define the bar code and assign that one infornt of which we need the bar code.
    eg:
    SE71 screen if you go the character
    there below you will get the bar code
    specify one character for that bar code and
    in place of which u want to print place it.
    for eg u have character specified as bb,
    and in place of Inspection lot (w_lot) you want to have bar code
    the just type.
    <bb>w_lot</>, this will print the bar code for instead of inspection lot
    Regards,
    Krishna Mohan
    Edited by: Krishna Mohan N on Jan 22, 2008 7:26 AM

  • Bar codes for zip codes

    Will Pages 09 print bar codes for zip codes?
    <Edited by Moderator>

    I use the free Dashboard widget, EasyEnvelopes, that can print the USPS bar code for the entered address.

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

  • Help! Generating paper report with Bar code for web

    Now I am using Oracle 9i AS Release 2 + Report 9i and I try to run the demo paper report "ShippingManifest.rdf" which includes Bar Code inside. But I cannot launch the report successfully. The problem seems the report service cannot call build in package ORA_JAVA. Btw, with the same report, I can run this report on the report bulider without any problem on the same machine.
    Actaully, can I launch this demo report from web? If so, how can I includes classpath for the bulid in package?
    or I must use JSP report instead?
    Thanks & Regards
    Louis Lei

    tnx. i resolved the problem.
    now i have anoyher one:
    my report has a CF formula --- OLE2--- some file.doc (Word) (one page :))
    in reports 6i it works just fine...
    but in oracle apps i can only see the header and not the word doc....
    i tried to convert the doc to pdf (because i have pdf as output for my report...) but i still have the same problem....
    the word doc is a paramater :p_link : d:\scan\pag1.doc
    what should i do to see this in application....
    ???

  • Report with bar codes for Oracle Inventory

    Hye!
    I have this sql: (reports 6i):
    select
    b.inventory_item_id,
    B.SEGMENT1,
    G.SCHEDULED_START_DATE,
    G.START_QUANTITY,
    T.WIP_ENTITY_NAME,
    '!'||to_char(T.WIP_ENTITY_ID)||'!' entity_id,
    xxx.max_revizie revizie
    from wip_ENTITIES t,
    MTL_SYSTEM_ITEMS_B B,
    WIP_DISCRETE_JOBS G,
    (select t.inventory_item_id item_id,max(t.revision) max_revizie
    from inv.mtl_item_revisions_b t
    where t.organization_id=87
    group by t.inventory_item_id) xxx
    WHERE T.PRIMARY_ITEM_ID=B.INVENTORY_ITEM_ID
    AND T.ORGANIZATION_ID=B.ORGANIZATION_ID
    AND T.WIP_ENTITY_ID=G.WIP_ENTITY_ID
    AND T.WIP_ENTITY_NAME BETWEEN :P_JOB_DELA AND :P_JOB_PANALA
    and xxx.item_id=b.inventory_item_id
    where entity_id is the bar code....
    What should i do to see the report in Oracle Inventory.... to see the bar codes???
    tnx

    tnx. i resolved the problem.
    now i have anoyher one:
    my report has a CF formula --- OLE2--- some file.doc (Word) (one page :))
    in reports 6i it works just fine...
    but in oracle apps i can only see the header and not the word doc....
    i tried to convert the doc to pdf (because i have pdf as output for my report...) but i still have the same problem....
    the word doc is a paramater :p_link : d:\scan\pag1.doc
    what should i do to see this in application....
    ???

  • Bar Code for Zipcodes?

    I'm new to IWorks and am wondering if it's possible to insert a postal bar code into envelope addresses, as one can do with both Word and WordPerfect. I can't find a similar menu selection. Is there a plug-in or add-on for this purpose?
    Thanks.

    http://discussions.apple.com/thread.jspa?messageID=7041581

  • T-code for materials at a  particular plant

    Hi
    Is there a T code I can run that will give me a list of materials at a particular plant along with the max stock level and reorder point
    I have tried MB53 but that only allows me 1 code at a time
    Is there an equivalent to MB53 that gives me all the codes at one plant rather than 1 code at all the plants
    This is MB53
    And the output with a customised variant
    Can you help
    Regards
    DSK

    Hi Sandeep,
    There is no standard tcode with your requirement.You have to either write a query or ABAP developement.,since the data is stored in different tables.
    For stock deatils you can use tcode MC.9
    Regards,
    Nitin Amritkar

  • T code for materials have more than one inspection plan!!

    Dear Expert,
    what T-Code can I use to identify which materials have more than one inspection plan applied?
    Thanks in advance for your help!!!
    Have a nice day!!!

    Hi Sharan,
    As Ashok has guided you is perfect way to get the list.
    You further can do is in QP03 press the F4 help for the field "Group" and then set the search option as "Search Using Material".
    The same list you will get from MAPL.
    It will give you the material assignment to the task list group counter combination whether it will be single assignment or multiple it will give you the list. Then you should use the short/filter commands eithere on SAP screen or after downloading it in excel.
    Unfortunately there is no such STD list available that can give you only those who are having multiple assignment.
    Regards,
    Shyamal

  • Sony sound bar code for xr11 remote

    http://customer.xfinity.com/remotes/

    Have Sony sound bar that i have not found a code to turn on / off. Any suggestions for code?

  • Can someone point me to a tutorial on using bar codes for A9 pro?

    Thanks

    Symbology huh? Well you got me there and a Google search only clued me into the fact that there are several types.
    We do inspections on suppression systems and we wanted to use the barcodes attached as a means of identifying and time stamping. The reports are in pdf because it allows us to capture signatures. One of the tablet devices we have been trying with the Android OS has a rear facing camera and you can use it with an Android App as a barcode scanner. At first I thought that the barcode system for Acrobat was similar to the signature field where you put a barcode field and then when you scanned a barcode it would appear there. Now I'm not so sure.

  • Bar code generation in Materials

    Hi Friends
    I wanted to generate Bar code in Materials. can any one please guide me how to do this configuration.
    if you have any document pl send to my ID : [email protected]
    Sakthi.K

    Hi Sathish
    The requirement is at very high level.
    Pl analyse why you want to barcode, what do you want to achieve with bar code.
    Do you want to print bar code for material code ? In which form ? Do you want to print it on Material receipt tag ? or material issue slip or packing slip ?
    Do you also want to read it ? In which transactions ?
    What should barcode consists of -- material code ? What other information is required ?
    For technical details, see the link below:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Best regards
    Ramki

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

  • Problem related to BAR CODE

    Hi Experts,
    Is there a function module to create  Barcode for batch and materials .
    we are not using SAP standard material number range .
    insted the materail number will be alfa numeric .
    how can we create a barcode for this ?
    Please suggest.
    thanks in advance,
    Naval Bhatt

    Hi
    Create a character format in the SAPScript.
    Choose the Bar Code for the character format.
    And finally to display barcodes, in the command enter:
    <C1>&vbeln&</>
    &#61607;     where C1 is the character format created and vbeln is the variable for which the barcode is to be created.
    Regards

  • Bar code Generation in ABAP report

    Hi,
    Can anyone help me on how to generate bar code in ABAP report output.
    My exact requirement in the exisiting 'Z' report,I need to generate Bar code for Sales order which is displaying in report output.Buisness will scan and they will use for further processing.The Device type is HPLJ5SI printer.
    If possible please provide code for generating Bar code in ABAP report.
    Since its very urgent, if anyone provide solution quickly it will be great helpful.
    Thanks,
    Senthil

    internal table validation
    Check here mate, should be helpful.
    Mano sri

Maybe you are looking for