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

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.

  • Problem while arranging Bar-code window

    Hi,
    I recently added a barcode in a widow above main window.
    This barcode window is well adjusted in form painter,but when print preview is taken ,Barcode window overlaps main window.
    I have clicked on border for frame and shading for barcode window.
    Please guide to correct problem.

    Hi Sanjay,
    May be, it seems the window is over lapping but actually the problem due to the format problem.
    Please check with the paragraph and character format that is assigned to the variable which will be shown in the bar code window.
    I had a same issue and adjusted the paragraph line space & it got solved. I am not sure, it will work or not. Please check it.
    Regards,
    Selva K.

  • Problem Related To HOT Spot in ABAP Programming?

    Hi All,
    I developed a program of purchase register now i want that on clicking the PO it will take the user to the conserned PO for that i used HOt Spot but still it is not taking me to the conserned PO. Plz tell me what do i do to fullfill my purpose.

    hi, Abhinav
    i think that the following Code will help you in this way.
    REPORT  zfsl_hot_cust_docn.
    TABLES: zsd_credit_bal, tvm4t, t023t, kna1.
    TYPES : BEGIN OF t_sd_credit_bal,                 " To define Internal Table for holding following Data
              benid LIKE zsd_credit_bal-benid,        " Customer ID
              botcp LIKE zsd_credit_bal-botcp,        " Pack
              audat LIKE zsd_credit_bal-audat,        " Date
              vehno LIKE zsd_credit_bal-vehno,        " Vehicle Number
              vbeln LIKE zsd_credit_bal-vbeln,        " Document Number
              movmt LIKE zsd_credit_bal-movmt,        " Movement type
              quantity LIKE zsd_credit_bal-quantity,  " Quantity
            END OF t_sd_credit_bal.
    SELECT-OPTIONS:  soaudat FOR zsd_credit_bal-audat NO-EXTENSION OBLIGATORY DEFAULT '20071121'.
    DATA :  sd_credit_bal1 TYPE STANDARD TABLE OF t_sd_credit_bal WITH HEADER LINE,
            sd_credit_bal2 TYPE STANDARD TABLE OF t_sd_credit_bal WITH HEADER LINE.
    START-OF-SELECTION.
      DATA: vbenid(10), vbotcp(3), lineno TYPE i   ."LIKE LINE OF sd_credit_bal1.
      PERFORM main.
    *&      Form  MAIN
    *       text
    FORM main.
      SELECT benid botcp audat vehno vbeln movmt quantity INTO CORRESPONDING FIELDS OF TABLE sd_credit_bal1
        FROM  zsd_credit_bal
        WHERE audat IN soaudat.
      WRITE: 'Main Menu'.
      WRITE: / 'Select Entry to see its details.'.
      LOOP AT sd_credit_bal1.
        WRITE: /1 sd_credit_bal1-benid HOTSPOT ON, sd_credit_bal1-botcp HOTSPOT ON.
        vbenid = sd_credit_bal1-benid.  vbotcp = sd_credit_bal1-botcp.
        HIDE: vbenid, vbotcp.
      ENDLOOP.
    ENDFORM.                    "main
    AT LINE-SELECTION.
      WINDOW STARTING AT 25 3 ENDING AT 103 25.
      WRITE: 1(78) sy-uline,
             /1 '|',
             3(10) 'Date' CENTERED,
             14(1)'|',
             16(35) 'Vehicle Number' CENTERED,
             52(1)'|',
             54(10) 'Pack' CENTERED,
             65(1) '|',
             67(10) 'Movm Type',
             78(1) '|',
             /1 '|',
             1(78) sy-uline.
      LOOP AT sd_credit_bal1 WHERE benid = vbenid AND botcp = vbotcp.
        WRITE: /1'|',
               3(10) sd_credit_bal1-audat,
               14(1) '|',
               16(35) sd_credit_bal1-benid,
               52(1) '|',
               54(10) sd_credit_bal1-botcp,
               65(1) '|',
               67(10) sd_credit_bal1-movmt,
               78(1) '|',
               /1'|',
               1(78) sy-uline.
      ENDLOOP.
    Replay if any Problem related to this Code.
    Kind Regards,
    Faisal

  • Hi guys i have a problem related updating icloud desktop.while updating it shows (error code :A12E5).I have macbook air mid 2011..plz sort this out

    hi guys i have a problem related updating icloud desktop.while updating it shows (error code :A12E5).I have macbook air mid 2011..plz sort this out

    olliemilne wrote:
    - I've tried holding a bunch of different keys when starting up (cmd+R etc.) but again, nothing.
    You could try booting the MBP using the OPTION+COMMAND+R keys and see if it will connect to the Apple servers.  This would allow you to install the original OSX .  I have my doubts though.
    - I've tried something crazy suggested in another thread; leaving the Macbook partially opening and shaking it, which supposedly does something to the "sudden motion sensor".
    The Sudden Motion Sensor is applicable for conventional Hard Drives, not the SSD that is in a MBA.  Doing that will serve no useful purpose.
    You have exhausted all reasonable options and will just have to have the MBA evaluated at the genius bar.
    Ciao.

  • HT4623 Is this the most up to date article on up dating the iPhone - it there anything about the problems relating to the up date to OS 6 - my G3 no longer works and Apple seems to have gone to ground.  No Genius bar appointments available for a week!

    Is this the most up to date article on up-dating the iPhone OS - is there anything about the problems relating to the up-date to OS 6 - my G3 no longer works and Apple seems to have gone to ground.  No Genius bar appointments available for a week!

    iOS 7 devices need iTunes 11.1 or newer to sync.  Depending upon your computer and the OS it is running, you may not be able to upgrade to iTunes 11.1 based on the requirements for iTunes 11.1.  What computer and OS are you running your iTunes on?  From the iTunes download pages I see the requiorements are:
    Macintosh System Requirements
    Mac computer with an Intel Core processor
    OS X version 10.6.8 or later
    400MB of available disk space
    Broadband Internet connection to use the iTunes Store
    Windows System Requirements
    PC with a 1GHz Intel or AMD processor and 512MB of RAM
    Windows XP Service Pack 2 or later, 32-bit editions of Windows Vista, Windows 7, or Windows 8
    64-bit editions of Windows Vista, Windows 7, or Windows 8 require the iTunes 64-bit installer
    400MB of available disk space
    Broadband Internet connection to use the iTunes Store

  • BAR CODES in smartforms - conversion problems to PDF

    Hello,
    I have a problem. Have a look at the following points and see what I have done:
    1. I generated several different system bar codes using SM73
    2. I added those system bar codes to a smartformstyle
    3. and built a smartform using smartformstyle of system-bar codes.
    4. then I made some examples of bar codes in the smartform as text.
    5. next I sent this smartform via email as an pdf attachment using smartform mail functionality.
    6. shocking - all bar codes in the pdf-file are not readable. You can see that there is a barcode placed, but all barcodes looks like the same.
    Has somebody got a idea on what is going on here?
    I already had a look at OSS Notes 430887 and 645158.
    Greetings
    daniel

    Hi,
    Please can you have a look at Sap OSS Note 197177.
    Regards,
    Sudheer.

  • Bar code print  problem

    Hi friends,
        Please don't tell me that "before posting the thread search in google" because i searched this thing and then i'm posting the thread. the problem is given below.
    I'm using the barcode "BC_CD39" it displays in print preview but in printed copy it displays only material document number.
    Thanks & Regards,
    Vallamuthu.M
    Moderator message: your decsription is much too vague to allow help without asking you many questions in return, please describe problems in all technical detail when posting again.
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Dec 8, 2010 2:43 PM

    Hi,
    Can you provide the information how you declared the style for bar code and the font family for that bar code.
    and also provide the deceleration in the smart form if possible with screen shot.
    Kruthik

  • 10.1 Bar Code 3 of 9 Font Problem

    We have several forms that use the bar code font 3 of 9. Since the 10.1 release the bar code has stopped rendering correctly. At the moment we are rolling back to 10.0.1 and that appears to resolve the issue however, it is a band-aid and I would like a real fix. Any advice is appreciated.

    Looks like SKANDATA C39 Normal font.  This form has two bar codes on the
    bottom.  One is static and that one works fine the other populates based
    data entered into a form field and that is the one that breaks.  It looks
    more like multiple box's rather than a bar code after it populates.
    From:   George Johnson <[email protected]>
    To:     Aaron Clevenger <[email protected]>
    Date:   07/07/2011 12:02 PM
    Subject:        10.1 Bar Code 3 of 9 Font Problem
    Which bar code font are you using, exactly? Have you tried a font from a
    different vendor/creator to see if a different font works?
    Some of the free bar code fonts are not the highest quality. Since they
    are so simple and easy to make, quality can suffer if the creator is not
    aware all the issues.

  • I have problems when using the camera on my iPhone 4S (the same for my daughter with a iPhone4) A veil around the blurred photo, a development impossible and completely unable to read the bar code or QR code. What to do?

    I have problems when using the camera on my iPhone 4S (the same for my daughter with a iPhone4)
    A veil around the blurred photo, a development impossible and completely unable to read the bar code or QR code. What to do?

    Sounds kind of stupid, but check to make sure that your iphone case cover is not blocking the edge of the camera lens.  I had a silicone case on my 3S and when it got older, it started tot slip and the edges of my pictures were blurred.

  • Problem: Bar Codes Font Embed in PDF Report

    Hi folks.
    I'm having a few problems with Reports 9i.
    Fact: Oracle 9iAS Release 2 with Red Hat Linux 7.3
    I'm trying to print a PDF report that uses a Type 1 Barcode Font (X317349A) using the new PDF EMBED feature of Reports Server 9i.
    Following the doc:210318.1 of Metalink i did the following things:
    - Put the X317349A.afm, X317349A.pfa and X317349A.pfb in the $ORACLE_HOME/reports/samples/demo
    - Put the myreport.rdf in the $ORACLE_HOME/reports/samples/demo.
    - Put the the following line in section [ PDF:Embed ] of uifont.ali file:
    X317349A = "X317349A.afm X317349A.pfa"
    This fonts works with a sequence of "w" and "n" to form the bar code, and acrobat reader is showing just w and n sequence instead of the bar codes.
    Does anybody have a suggestion of what else can i do??
    Thank you all.
    Marcus Santos ([email protected])

    Hello,
    First, generate an output with DESFORMAT=HTML and check the font name used in the output.
    Then, check that the file QUICASB_.TTF exists in a directory of REPORTS_PATH (take care to the case sensitivity on UNIX)
    Check that the file uifont.ali is ok (use the utilty mfontchk)
    Check the "precedence" in the file uifont.ali
    See the comment in the file uifont.ali itself :
    # NOTES ON PRECEDENCE OF PDF SECTIONS:
    Regards

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

  • HP service Tags - what type of bar codes do they use?

    Hi there,
    i have asset tracking software and a bar code scanner. I'm looking to know what type of bar code is on the HP service tags. As i want to be able to scan in the bar code to give me the serial number of the machine.
    thanks,
    Paul

    Hi,
    your problem is that you are trying to resolve a problem related to a specific statement by using instance-wide tools. You should look at performance stats for that particular statement.
    1) Identify sql_id of the offending statement (e.g. select sql_id from v$sql where sql_fulltext like '%part_of_statement_text_here%', if it doesn't return results check case or look in
    dba_hist_sqlstat)
    2) Look for records with this sql_id in DBA_HIST_ACTIVE_SESS_HISTORY (use filter on sample_time). Compare performance indicators for the timeframe of the incident and outside it
    3) You can also find performance stats for this statement in DBA_HIST_SQLSTAT, but you will have aggregates over snapshot duration
    Given your symptoms, the most logical explanation is a plan flip. Check plan_hash_value in DBA_HIST_SQLSTAT -- if it changed around the time of the incident, that will confirm your suspicion.
    Use dbms_stats.display_awr to display both "good" and "bad" plan. Try to understand the key difference, look at predicates for any hint that could explain it. If it doesn't give you results,
    use format=>'advanced' to generate outlines for both plans, then you can set STATISTICS_LEVEL=ALL and run the statement with both plan, producing extended plan statistics. Use
    dbms_xplan.display_cursor(..,..,format=>'allstats last') to display it. If having difficulty interpreting it, post it here to get the help from community.
    Best regards,
    Nikolay

  • Is Bar Code Pro 6.15 compatible with Snow Leopard 10.6.8?

    Just need to know if SNX Bar Code Pro 6.15 is compatible with Snow Leopard 10.6.8 before upgrading my OS. SNX appears to have disappeared from the web along with any support information. Thanks for any help.

    The official line is yes. However, some users have experienced some problems. Whether these are due to incompatibility or problems resulting from the upgrade process is not yet clear.
    The only acknowledge issue relates to Edit in Photoshop command not transferring images for Photomerge or as Smart Objects.
    Note: Except for above, I'm running Lr 2.4 on a MacBook Pro with Snow Leopard without issue.

  • Why does the bar code look "chubby" when I save to PDF?

    Hi, I'm designing a book cover for a client in Illustrator, and it has a bar code on the back of it. When I save the file as an .ai or a .png or .jpeg, it appears fine. But when I save the file as a .pdf (which my client will be viewing, and for print), the bar code looks like the lines have gotten bigger or run together! It's really weird...no matter which preset I use, it appears like this (I've attached a screenshot). I've also tried the "flatten transparency" and converting the numbers to outlines, but they still tend to distort when the pdf is viewed.
    Any suggestions on how to fix this, or why this might be happening? It scares the client when they see it....
    The lines in the picture are MUCH thicker than the actual bar code, and some appear to have blended together.

    Hi Mike,
    In the Preferences area of Adobe Reader, go to the Page Display tab, and
    make sure that "Enhance thin lines" is unchecked. That seemed to solve
    most of my problems with the type! Hope that works for you too!
    Laci Morgan

Maybe you are looking for

  • How to use aggregator to create a single swf file from multiple files

    Hi everyone, I am working on the client's requirement where i have to create a SCROM 2004 based video. Its basically a PPT inside the captivate file. And it has around 175 slides in the file. Some of the slides have animations, voiceover. I am facing

  • How to remove itune purches from my ihpone?

    How can i remove Itune  purches from my iphone?

  • Help opening a G5 iMac Isight

    I have a G5 iMac Isight (17 inch), whose hard disk has died. Since I have worked on many Mac's, I was going to replace the HD myself. However, I cannot figure out how to open the case. I followed the instructions for the original iMac, but apparently

  • Elements 12 Organizer running on Windows 7 will not launch

    I have Elements 12 for over six months and it has been working fine. I have used Photo editor several times today without a problem. When I try to launch organizer either from within Editor or from the welcome screen it will not launch. It appears to

  • My icons were doing the twist today....

    They were were all shaking and my old school dialer was x'd out, hit the sleep button and restarted and they stoped. What's this all about? Anyone?