Can I print Bar Code Text autoamatically under the bar code  in smartform.

Hi All,
Currently I am printing the Bar Code for MARA-EANNR value .My requirement is to print the MARA-EANNR value under the bar code .Currently I am hardcoding and it is working fine.I want to know is there any possible way I can print the value of MARA-EANNR under the bar code with out hard coding.
Thnaks,
Suresh.

Hi,
B1 - BARCODE CHARACTER FORMAT
A1- DEFAULT CHARACTER FORMAT.
In smart form define a template with two rows,
in first row u pass barcode value( mat no ) with barcode character fomat.
<B1>&MATNO&</>
in second row define  barcode value(mat no ) in ordinary charcter format.
<A1>&MATNO&</>
Rgds
Siva
Edited by: siva prasad on Sep 1, 2009 1:53 PM

Similar Messages

  • How can i print out old text messages?

    how can i print out old text messages?

    As Ann said, it does depend on your phone.  One third party app that works on many phones (especially older models, but not all phones) is BitPim ( http://www.bitpim.org/ ) but it can potentially harm/brick your phone if you don't know what you are doing - use it with caution.  I have used it successfully to get texts and photos off an old flip phone that was deactivated and had no sd card.
    Newer smartphones can download apps that will give you the ability to print out texts.

  • Can you print document save in pages under iCloud

    Can you print documents save in pages under iCloud

    The easiest solution may be to Duplicate the file in iCloud by highlighting it / Right Click / Duplicate
    Drag the Duplicate to the Desktop and Print

  • I used to use SpeedBit Video Downloader with Mozilla Firefox, but suddenly a problem happened, I can not download with it now at all as there is an code error appears in the bar of SpeedBit like "XML Parsing Error: unclosed token Location: chrome://browse

    I used to use SpeedBit Video Downloader with Mozilla Firefox, but suddenly a problem happened, I can not download with it now at all as there is an code error appears in the bar of SpeedBit like "XML Parsing Error: unclosed token Location: chrome://browser/content/browser.xul Line Number 1, column 8702:....................."
    I did evrey thing, but the same problem
    reinstall SpeedBit, reinstall Mozilla Firefox.
    So what can I do!
    == This happened ==
    Every time Firefox opened
    == 4 days ago

    look people, i may have a solution for this. This happened to me a few times before and resolved alone, but last time it happened was when i turned off my router and back on while my comp was running and appeared when i tried opening firefox after that. so wat i did was i shutdown the computer and the router and tried turning both on again, and it resolved.
    Therefore, Summary: Shutdown computer then turnoff router then turn both back on
    Hope this helps anyone.

  • Can I use "Adobe X Pro" to debug the java code in adobe forms?

    HI,
    Can I use "Adobe X Pro" to debug the java code in adobe forms?, if not how do i debug the java code written in the adobe form.

    I have the adobe acrobat x evaluation version installed, please find the print shot attached, I have pressed CTRL+J in the preview mode, but nothing came up.
    Am I doing something wrong..

  • Can not print with HP LaserJet 6L since the upgrade to Mavericks.

    Can not print with HP LaserJet 6L since the upgrade to Mavericks. Any alternative driver for this printer?

    I have an HP LaserJet 5P and had the same problem. My LaserJet is connected to a D-Link ethernet print server, then to an Airport Express to support wireless printing.
    As recommended in earlier posts, I first downloaded the Gutenprint HP drivers at Sourceforge, version 5.2.9 That did not work. Then found the reference to the Apple kb here: http://support.apple.com/kb/dl907
    Downloaded these drivers. When setting up the printer, I got the autoselect option for Generic Postscript Printer and used that. Printer worked, but printed out garbage. I then deleted the printer, and this time selected the HP LaserJet 5P CUPS + Gutenprint v.5.2.9 THAT WORKED! I don't know if was the combination of downloading the drivers from Sourceforge and the Apple kb, or just the Apple kb that solved the problem, but I'm glad this is now sorted.
    I was a bit surprised when I hit this snag to begin with because the last upgrade I did from Lion to Mountain Lion, I did not have this issue. It was seamless.

  • I bought the APP Sasol Birds. 146MB of the 147,5MB downloaded without any problem. The download stopped and first the error code 3259 and later the error code 8012 appeared. Can someone help? I want the download to be completed. Thank you. Pieter Strobos

    I bought the APP Sasol Birds. 146MB of the 147,5MB downloaded without any problem. The download stopped and first the error code 3259 and later the error code 8012 appeared. Can someone help? I want the download to be completed. Thank you. Pieter Strobos

    Maybe your firewall or security software are preventing the download from finishing. You could try disabling them until you finish the download

  • Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if

    Acrobat on OSX does not use printer preset. Every single time I have to print I have to click printer and then print to load the preset and then click print again from the main dialog. I am printing to a Xerox that has the copier code in the preset so if I don't do this it will not print. This has been broken for in every version I have tried. This extra clicks are taking years off my life. Did I remember to do the extra clicks? I don't know, I guess I will run down the hall and check. Please fix this.

    What operating system are you running? I assume they had you install the latest BIOS. True? If it were mine, I would suggest forcing it to use integrated graphics (in the BIOS) to rule out a problem with the NVidia driver.

  • Suddenly, I can't print any web page. After the print command, it wants to save it as a XPS file.

    suddenly I can't print any web page. After the print command it wants me to save as an XPS file and I can't get past that.
    == This happened ==
    Every time Firefox opened
    == few weeks ago

    I found that Firefox/XPS had deleted all printer driver setups except for the XPS connection. I had to reinstall my printer connection in order to have that selection present in the printer dialogue box.

  • So I recently bought 3 new songs, and they won'y show up on my main iTunes Library page or under the artist, but they show up under purchased.  How can I get them to show up under the artist/ main library page?

    So I recently bought 3 new songs, and they won'y show up on my main iTunes Library page or under the artist, but they show up under purchased.  How can I get them to show up under the artist/ main library page?

    Logging out of itunes store and logging in again has worked for some people

  • How can i Know my ipod nano is under the warranty?

    How can i Know my ipod nano is under the warranty?
    Which link can i click and login to see my warranty status?

    on the support page to your right there is an area where you can put your serial number and it should give you the amount of days left on your warranty if you registered your ipod

  • How to establish code standards to make the abap code more readability

    Every programmer have their habit to code, but this lead a problem , it is difficult to read other people's code, especially the complex logic.
    So how to establish code standards to make the abap code more readability?
    I came up with this:
    1.Unify the naming rule.
    2.Reduce the nest of 'if' statement. (better in less than 4 if statement in one block )
    3.Use more Perform to replace the big code block.
    Is there any other standards to make our abap code more readability ?  (if we establish the standards, in sap is there any tool to help us to follow the rule we set ?)

    There are a number of things you could do. Some of which are:
    I would recommend creating your own in-house document on Coding standards, some of which you can control with the code inspector.
    It is also possible to set up the transport request in such a way that objects that do not pass the SCI test are not allowed to be released.
    I would also assign a senior developer to act as quality control for all developments. You can have a rotation scenario where this work can be divided by the number of senior developers you have.

  • Why does it say my coupon code is "Invalid coupon code. Please check the coupon code and re-enter."

    When I enter my coupon code to get my serial number it says "Invalid coupon code. Please check the coupon code and re-enter." It is the correct coupon code. And I have just deactivated my lisence on my old computer.

    If you had not deactivated it on the old computer and it is a Windows machine there would have been a chance of getting it using Belarc Advisor
    (http://www.belarc.com/free_download.html).  I do not know if you can still do so.
    You can try contacting Adobe support via chat and see if they can help.
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How can I print out all texts from one person

    How can I printall of my texts from my very bad lawyer?

    It's not a file, so you can't "open" one file. Every message (and note) is a single file on the computer.
    This Applescript will grab all the notes in the selected mailbox (i.e. the selected Notes item in Mail) and put them in a textEdit document.
    Note that Mail doesn't differentiate between a note and an email message, so if you run this while a normal email mailbox is selected, it will gather all of your email messages.
    tell application "Mail"
    set theMailboxes to the selected mailboxes of message viewer 0
    repeat with aMailbox in theMailboxes
    set theNotes to the messages of aMailbox
    set theText to ""
    repeat with aNote in theNotes
    set theText to theText & content of aNote & return
    end repeat
    end repeat
    end tell
    tell application "TextEdit"
    set myDocument to make new document at end of documents with properties {text:theText}
    end tell
    Copy and paste this into a new AppleScript Editor Document, select the Notes mailboxes you want to print the notes from, and click the Run button (Green button with arrow).
    This may take a while.

  • I can't print only selected text since upgrading to Firefox 8.0. Using Mac OS Lion

    Until Firefox 8.0, I could select text on any webpage and print only that text. Now, I can't even get a print dialog box with an option to "Print Selection" only.
    I also recently upgraded to OS Lion (from OS Leopard) on Mac. Any chance that that is the problem or is it in Firefox? I've seen lots of help requests on this site from other people with problems printing selected text from websites.

    Firefox hangs the same way in safe mode.
    There is no such thing as a Firefox program folder on a Mac, nor is there an "uninstall" to do, so these directions are not relevant to a Mac user.
    The problem remains.

Maybe you are looking for

  • Ipod updater 2006-06-28 wiped my 60gb video ipod!

    i just tried updating the firmware, and now im getting a message on my ipod saying "connect to your computer. use itunes to restore." i dont want to restore my ipod, i just wanted to update the software!! in windows the ipod is recognized as a drive

  • Supressing the initial screen of CG3Y transaction

    Hi All, I am calling standard transaction CG3Y from a customised report program. I want to supress the pop up screen that comes up .Please advise how it can be achieved. I am using a wrapper transaction of CG3Y Regards Rudra

  • Adobe OnLocation connection to mobile phone by wi-fi?

    Hi, I have Samsung S8500 wave II mobile phone. Can I connect my mobile phone by wi-fi or other connecting method to my notebook and shoot video by Adobe OnLocation CS5? Sorry for my english. Thank You!

  • Find the built reports without accessing analytics page in OBIEE 11g

    Hi everyone, I am working with OBIEE 11g. This week I got a problem, I am unable to start the BI Services. I just can access Weblogic Server Console and Enterprise Manager but not the analytics page where I can build dashboards, answers, agents etc.

  • How to enter 08 product key

    we only use 08 at work and I have 06. Work gave me the product key, but I can't figure how to enter the key so I can open the 08 download.