<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: barcode display smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857243#M669825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the transactoin se73 you can create the bar codes&lt;/P&gt;&lt;P&gt;of system or printer bar codes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to use them in your smartform&lt;/P&gt;&lt;P&gt;how to use it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually bar codes means ssome numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have to create the text node&lt;/P&gt;&lt;P&gt;and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable of any number kind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the styles&lt;/P&gt;&lt;P&gt;create a charaacter format and assing the bar code which is there in the se73&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use the same character fomat for getting the bar code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every time you have send a number kind of input to the variable&lt;/P&gt;&lt;P&gt;then it will print perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 05:25:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T05:25:04Z</dc:date>
    <item>
      <title>barcode display smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857240#M669822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created 3 barcodes in the layout.&lt;/P&gt;&lt;P&gt;Barcode is not getting displayed in my smartforms.&lt;/P&gt;&lt;P&gt;How to sort out the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 05:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857240#M669822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T05:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: barcode display smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857241#M669823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text editor of that particular window give the character format that you have used to create the barcode as &amp;lt;C1&amp;gt;(C1 is the character format that  you have created for the barcode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 05:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857241#M669823</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-24T05:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: barcode display smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857242#M669824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this Code :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to implement bar code in the smart form:&lt;/P&gt;&lt;P&gt;1.       Create a Smart Style: Use the transaction code smart style. Give a suitable name .Choose Create.&lt;/P&gt;&lt;P&gt;2.	Create a Character Node: In change mode of the Smart Style select the Character Formats Node and choose Create. In the Character format field enter a two-character key. Click Continue. &lt;/P&gt;&lt;P&gt;3.	Select desired attributes of Bar Code: Select the desired attributes of the Bar Code on the tab Standard Settings. &lt;/P&gt;&lt;P&gt;4.	Choose Activate. &lt;/P&gt;&lt;P&gt;5.	Use the Smart style in the Smart form: Assign the character format to the field or character string in the smart form. &lt;/P&gt;&lt;P&gt;6.	Activate the smart form. &lt;/P&gt;&lt;P&gt;7.	Test the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.....................&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 05:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857242#M669824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T05:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: barcode display smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857243#M669825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the transactoin se73 you can create the bar codes&lt;/P&gt;&lt;P&gt;of system or printer bar codes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have to use them in your smartform&lt;/P&gt;&lt;P&gt;how to use it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually bar codes means ssome numbers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have to create the text node&lt;/P&gt;&lt;P&gt;and then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare a variable of any number kind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the styles&lt;/P&gt;&lt;P&gt;create a charaacter format and assing the bar code which is there in the se73&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use the same character fomat for getting the bar code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;every time you have send a number kind of input to the variable&lt;/P&gt;&lt;P&gt;then it will print perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 05:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/barcode-display-smartforms/m-p/2857243#M669825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T05:25:04Z</dc:date>
    </item>
  </channel>
</rss>

