<?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: Space Issue in-between Bar code and value in Samrtform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029111#M1807715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually barcode will occupy some empty space after it displays (not sure why it is &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;) and displays the data after that space. &lt;/P&gt;&lt;P&gt;For your requirement to achieve..&lt;/P&gt;&lt;P&gt;You can use template or table line with defined column lengths for each data to be displayed. &lt;/P&gt;&lt;P&gt;Display barcode in one column and data in another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380235" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380236" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 08:50:26 GMT</pubDate>
    <dc:creator>surajarafath</dc:creator>
    <dc:date>2014-02-05T08:50:26Z</dc:date>
    <item>
      <title>Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029109#M1807713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a Smart from where Bar code should come first and Value next(side by side) as below (In Screen 1) : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 1&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/374630" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for me when testing there was a lot of gap/space in-between the two values as shown below ( In Screen 2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 2&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/374632" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; fields in&amp;nbsp; Smart form Text Element are placed side by side as below ( In Screen 3) .&lt;/P&gt;&lt;P&gt;And BC is a Character Bar code in styles and A1 is default character style ,&amp;nbsp; A2 is Paragraph Formats in styles.&lt;/P&gt;&lt;P&gt;The length of GS_Doc-fablinecode is Char with length &lt;STRONG&gt;4&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen 3.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/374631" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting why their is a lot of&amp;nbsp; Space&amp;nbsp; in-between the Bar code and value (as shown in screen 2).&lt;/P&gt;&lt;P&gt;Please help me to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhinav Nallani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 07:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029109#M1807713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-29T07:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029110#M1807714</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;it's because you used a barcode with large number. If you barcode is something like 20 characters. When you write 1135 the program lets the empty space corresponding to the 16 characters you didn't wrote. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple solution is to write first the number, second the barcode.&lt;/P&gt;&lt;P&gt;Or to write the number behind the barcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure you could right justify a barcode .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 07:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029110#M1807714</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-01-29T07:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029111#M1807715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually barcode will occupy some empty space after it displays (not sure why it is &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/536/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;) and displays the data after that space. &lt;/P&gt;&lt;P&gt;For your requirement to achieve..&lt;/P&gt;&lt;P&gt;You can use template or table line with defined column lengths for each data to be displayed. &lt;/P&gt;&lt;P&gt;Display barcode in one column and data in another column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380235" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/380236" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029111#M1807715</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2014-02-05T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029112#M1807716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please write number first and then bar code. It usually because of empty characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029112#M1807716</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-05T08:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029113#M1807717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Check the fonts&lt;/P&gt;&lt;P&gt;2) Check the length of the fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029113#M1807717</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2014-02-05T08:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029114#M1807718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Barcode format that you have shown here both could be of different types may be that's the reason, please try with other available barcode formats for the corresponding character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try PDF417,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CODE128,&lt;/P&gt;&lt;P&gt;&amp;nbsp; for Barcode formats!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the thread as answered If you have found the solution and also Pls share the solution so that it will be useful for others with same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029114#M1807718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-05T08:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Space Issue in-between Bar code and value in Samrtform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029115#M1807719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for all the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@Fred:&lt;/STRONG&gt; Your reply helped alot. From your reply I concluded that the issue is with the length of Barcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@playsuji s:&lt;/STRONG&gt; Your reply helped in my case. But I believe this will not work in all the cases where the length variation is more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;@nabheet, madhu, santhosh:&lt;/STRONG&gt; thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhinav Nallani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/space-issue-in-between-bar-code-and-value-in-samrtform/m-p/10029115#M1807719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-07T11:09:27Z</dc:date>
    </item>
  </channel>
</rss>

