<?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: font space in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082436#M1180279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the following Code i have tested accorking to your requirment it is working fine, it will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: s1 TYPE string,
      s2 TYPE string,
      i1 TYPE i,
      i2 TYPE i.

s1 = 'SAP Development Network'.
i1 = STRLEN( s1 ).
i2 = 0.
DO i1 TIMES.
  CONCATENATE s2 s1+i2(1) INTO s2 SEPARATED BY space.
  ADD 1 TO i2.
ENDDO.

WRITE: s2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if else problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Jan 25, 2009 5:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Jan 2009 12:47:21 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-01-25T12:47:21Z</dc:date>
    <item>
      <title>font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082432#M1180275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;is it possible to set space between characters on printing form. &lt;/P&gt;&lt;P&gt;I know font style , family, but space between characters how to set &lt;/P&gt;&lt;P&gt;e.g.. 0,4 CH between numbers 3 (0,4ch) 8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 11:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082432#M1180275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-24T11:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082433#M1180276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with these links&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6576974"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6846710"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope these will useful to you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 11:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082433#M1180276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-24T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082434#M1180277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz give deatils, are u  facing  prb  in SAPSCRIPT. there is one way to  put space  between two words  in  using TABS in present in  PARAGRAPH format.&lt;/P&gt;&lt;P&gt;like this : 3,,8   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but  if u want to increase space between letters in word try using diff font families they reallly change a lot .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 11:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082434#M1180277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-24T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082435#M1180278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no between  two words! beteen chatacters in word    &lt;/P&gt;&lt;P&gt;e.g.   DOG must be  D O G or number 53453 must be 5 3 4 5 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Jan 2009 11:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082435#M1180278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-24T11:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082436#M1180279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the following Code i have tested accorking to your requirment it is working fine, it will solve out your problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: s1 TYPE string,
      s2 TYPE string,
      i1 TYPE i,
      i2 TYPE i.

s1 = 'SAP Development Network'.
i1 = STRLEN( s1 ).
i2 = 0.
DO i1 TIMES.
  CONCATENATE s2 s1+i2(1) INTO s2 SEPARATED BY space.
  ADD 1 TO i2.
ENDDO.

WRITE: s2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if else problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Jan 25, 2009 5:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2009 12:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082436#M1180279</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-01-25T12:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082437#M1180280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok again.. &lt;/P&gt;&lt;P&gt;problem is output in smart form. &lt;/P&gt;&lt;P&gt;Space between letters must be variable e.g.. 3/char or 0,PMML  or 1,24cm &lt;/P&gt;&lt;P&gt;DOG must be D(space 3/4 char)O(space 3/4 char)G(space 3/4 char) &lt;/P&gt;&lt;P&gt;943 must be 9(1,24mm)4(1,24mm)3(1,24mm) &lt;/P&gt;&lt;P&gt;in microsoft word it is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 13:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082437#M1180280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082438#M1180281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nick &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the following Steps in this way you will be able to create your own font may be u will be able to solve out your problem in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCode --&amp;gt; smartforms --&amp;gt; Select Radio Button : Style and create your own Style,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Faisal Altaf on Jan 26, 2009 7:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 14:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082438#M1180281</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-01-26T14:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: font space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082439#M1180282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not posible.&lt;/P&gt;&lt;P&gt;solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 09:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/font-space/m-p/5082439#M1180282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T09:55:44Z</dc:date>
    </item>
  </channel>
</rss>

