Re: BAR Codes generation through SAP

Dear All,
Is it possible to generate BAR Codes in SAP.
Regards,
Vivek

Hi,
Yes this is possible to print the bar code thorough SAP.
For KANBAN process SAP has given standard functionality to print the bar code.
T CODE: PK17.
For other like bar code on production order print , job ticket print ..........
is possible. For this first you have to create one form which contains the layout of the print out.
You can see the std layout though SE17 transaction.
Barcode is noting but it's one type font like Normal, arial..
So bar print is possible, please take some help from developer.
Regards,
Vijay

Similar Messages

  • SAP RF/ Bar code generation using IM

    Hi folks
    Can any one experiencing in using SAP Console / Bar code generation using Inventory Management .

    Please read this article
    http://tdworld.com/info_systems/highlights/peak-pepco-inventory-management/
    Is it possible to generate the barcoding using Handling unit or any other module without WMS ?
    Thanks for your input
    Jeevan

  • 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

  • BAR code generation in smartforms

    Hi Experts,
                  Can any body suggest me a site for the BAR code generation on the smartforms.

    I have posted some information on this sometime back. Hope it will be helpful
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/design%252bbarcode%252bin%252bnew%252btechnology
    Regards,
    Mohaiyuddin

  • BAR CODE generation from Oracle Database

    In our project which is J2EE based, we are making report component.
    We have oracle Database from which we have to pick certain fields and Bar code equivalent of one field. Than we have to print all these information on a paper.
    Could u please help us to find does Oracle provides any help in this regard??
    My email id : [email protected]

    Hi,
    1 do you need somehow to persist the report data in CRX?
    2 do you want to use CQ Reporting tool? (http://dev.day.com/docs/en/cq/current/administering/reporting.html)
    If no & no, you just have to do a servlet that access your database through a datasource.
    If 1, you have to do a background job, that will regularily retrieve data from a datasource.
    If 1&2, please refer to http://dev.day.com/docs/en/cq/current/developing/developing-reports.html
    If 2 without 1, you would have to override the tool to use your homemade servlet that access the datasource

  • Bar code generation in payment transaction

    Hi!
    When I generate a account payment order, the bar code didn't bring some informations: voucher value and matureness factor.
    How can I solve this problem?
    Thanks, everybody!
    Cesar

    Hello,
    The regular process is:
    1- The Bank send us a file with all payment information;
    2- SAP receives that file by a Z-interface that calls the FB01 transaction;
    3- When I process the payments in the F110 transaction, some fields of the barcode were missing (amount and a value from brazilian legislation - expiration calculation factor);
    Can you help me, please?
    Tanks!
    Cesar

  • 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

  • Bar Codes Generation

    Hi,
    I4m quite new to release 11i and I4m trying to find a way to generate bar codes as the items are received, and then print it, in order to build a catalog containing all bar codes.
    Anyone ever tried this?
    Thanks in advance
    HB

    Hi,
    Yes this is possible to print the bar code thorough SAP.
    For KANBAN process SAP has given standard functionality to print the bar code.
    T CODE: PK17.
    For other like bar code on production order print , job ticket print ..........
    is possible. For this first you have to create one form which contains the layout of the print out.
    You can see the std layout though SE17 transaction.
    Barcode is noting but it's one type font like Normal, arial..
    So bar print is possible, please take some help from developer.
    Regards,
    Vijay

  • 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

  • Code generation through Java Reflection

    Hi
    I am after some clarification about the possibility of mapping of method outputs to other method inputs, using java reflection.
    The java objects are described in an XML based language (called DAML) as follows
    <java:Method rdf:ID="meth1" java:priority="1">
    <java:methodName>buildQuery</java:methodName>
    <java:parentClass>afsw.query.QueryBuilder</java:parentClass>
    <java:methodParameters rdf:parseType="daml:collection">
    <java:Parameter>
    <java:inORout>input</java:inORout>
    <java:type>java.util.Hashtable</java:type>
    </java:Parameter>
    </java:methodParameters>
    </java:Method>
    and I want to map them back to method calls and instantiations, so to be able to generate code on the fly. I need to know if its is possible to pass the output of a method such as getQuery() which in this case is a Document to the input of constructor MsgModule as in the following example:
    Document queryDoc =qc.getQuery();
    MsgModule mg= new MsgModule(queryDoc);
    regards
    Charlie

    This is possible. What you need to do in the 'new' instance case is to find the best constructor. So let's say you have Class clazz, the class you want to create a new instance of, and Class[] params, an array of objects to pass in the constructor. Using the Class api you can do:
    Constructor constructor = clazz.getConstructor(params);The getConstructor method will only return an exact match. Let's say one of the parameters was a subclass of an class that is allowable in the constructor. You can get all the constructors via clazz.getConstructors() and get all the parameters types via Constructor.getParameterTypes() and check to see if the params you passed in are compatible. You can use Class.isAssignableFrom() to help resolve this. Once you find the constructor, use Constructor.newInstance(params) to create the new instance. Hope this helps.

  • BAR CODE Generation in Production

    Hi,
    Can you guide me how to generate barcodes in Production Order. Also let me know the Configuration settings for the same
    Thanks,
    Samar

    It is already there in Production order printout...see the print form of production order you will get it.

  • How to print BAR CODE in SAP SMART FORMS

    Hi,
    I want to print inspection lot's BAR CODE in the smart form, but i dont know the way how to print this into the smartform.
    if anyone have any idea, please suggest me how to print this as it is urgent for me to complete the object.
    Thanks in advance.
    Best Regards,
    Abnish Jain

    Hello Abnish,
    Welcome to SDN.
    We are able to print barcodes from smartforms. Doing this way, we print barcodes on laser printers.
    We are also printing from sap to zebra printers using two ways:
    1. Download the data to an excel sheet, then creating a macro that opens the printer port and sending the commands to the printer through this "file". All this is done via vb script provided with excel)..
    2. The second way is creating a vbscript (an ascii file from sap) with the printer commands and then runing it using ws_execute.
    You need a barcode reader to read the barcodes, and this scanner acts like a keyboard, it sends the data scanned to the active field on screen. (which might be a notepad, word, excel or an input field or ... ).
    From 4.6c on, you can use smartforms to print barcodes without buying any barcode.dll software nor hardware extention like Bardimm on any laser/inkjet printer (Please Note that I haven't mentioned Zebra printers here!). To do this, you have to create a smartstyle -> character format with the desired barcode font (defined within sap). Then in the smartform, create a window, put the field and associate it the character format. That's all (I mean, that's all we do at least :-). I think, you have to consider the barcode specifications before sending the barcode value to the smartform (Just an example, if you're using 3 of 9, the code should start and end with an asterisk - '*' -) We're printing an interleaved 2 out of 5 barcode in our invoices due to a legal requirement, and we did it this way.
    3. If you have a barcode scanner, then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field. You can read it directly to the field you want. (unless... you have complex data coded in the barcode - for example if you're using an ean-ucc 128 compliant code and you're sending several fields in a single code ... In this case, an interface is almost mandatory because you must interpret the data fields according to the ucc standard, split the code into several fields .... and .... pure programming logic ).
    To put it clear: if you have to read, for example, a barcode that holds the legal number of an invoice using a barcode scanner and this number should be sent to migo-> bktxt then you don't need an interface. The scanner itself acts like a fast operator entering the characters using a keyboard and filling in the field.
    We're reading barcodes in several places (when we finish each pallet, when we receive an invoice, and so on. Each case is a different screen. We arent using an ascii file to read these barcodes. Furthermore, we read the invoice legal number into migo bktxt field (Head Text).
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Regards
    Naren

  • 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

  • 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

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

Maybe you are looking for

  • Additional field in selection screen of a abap query

    Hi, I am adding a new additional field in the selection screen through abap query(using transaction SQ02) which is of type VBRK-FKSTO. The value entered can be 'X' or empty space.But the value which is entered in the selection screen is not getting r

  • Adobe bridge CS5.5 cannot delete files

    Hi I have latest version of Lion, and recently upgraded CS3 to CS5.5. All my files under my home folder are there to view in bridge and were ofcourse created under CS3. If I select ANY file, I cannot delete it, or move it, or rename it, or do a batch

  • Layout change causes photos to be discarded

    I love having a book making tool built right into Lightroom and Adobe has done a commendable job on the first release of the Book module. So far the interface has generally worked well for me. However... Try this: Start with an auto-layout with 3 pho

  • Recursion Problem with custom realms built on EJB's

    Hello there, We have developed a web-app which uses authentication on a derivative of RDBMSRealm, except that instead of RDBMSDelegate we have created our 'EJBDelegate' to do all of our database dirtywork. Unfortunately there appears to be a problem

  • I can't open dmg files on my new MB Air.  What can I do?

    I can't open dmg files on my new MB Air.  What can I do?