<?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: Sapscript alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801935#M654304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to give a space between &amp;amp;itab-matnr&amp;amp; and &amp;amp;itab-maktx&amp;amp; when displayed in the scripts output then you can use the TABS in PARAGRAPH FORMATS.There you can mention how many tabs should be equivalents to a space,you can define a single tab mean a space of 2 characters for example&lt;/P&gt;&lt;P&gt;then ,, will give a two charcter space between those two text elements.&lt;/P&gt;&lt;P&gt;&amp;amp;itab-matnr&amp;amp;,,&amp;amp;itab-maktx&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any doubt revert it.&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>Wed, 12 Sep 2007 07:59:17 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-09-12T07:59:17Z</dc:date>
    <item>
      <title>Sapscript alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801933#M654302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;How can we give a space between each character of a word in sap script output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801933#M654302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T07:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801934#M654303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split the word using the "Split" command before insert to an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To split a character string into two or more smaller strings, use the SPLIT statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT &amp;lt;c&amp;gt; AT &amp;lt;del&amp;gt; INTO &amp;lt;c1&amp;gt; ... &amp;lt;cn&amp;gt;.&lt;/P&gt;&lt;P&gt;The system searches the field &amp;lt;c&amp;gt; for the separator &amp;lt;del&amp;gt;. The parts before and after the separator are placed in the target fields &amp;lt;c1&amp;gt; ... &amp;lt;cn&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To place all fragments in different target fields, you must specify enough target fields. Otherwise, the last target field is filled with the rest of the field &amp;lt;c&amp;gt; and still contains delimiters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If all target fields are long enough and no fragment has to be truncated, SY-SUBRC is set to 0. Otherwise it is set to 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT LA CA USA AT ' ' INTO &amp;lt;c1&amp;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>Wed, 12 Sep 2007 07:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801934#M654303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801935#M654304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to give a space between &amp;amp;itab-matnr&amp;amp; and &amp;amp;itab-maktx&amp;amp; when displayed in the scripts output then you can use the TABS in PARAGRAPH FORMATS.There you can mention how many tabs should be equivalents to a space,you can define a single tab mean a space of 2 characters for example&lt;/P&gt;&lt;P&gt;then ,, will give a two charcter space between those two text elements.&lt;/P&gt;&lt;P&gt;&amp;amp;itab-matnr&amp;amp;,,&amp;amp;itab-maktx&amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any doubt revert it.&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>Wed, 12 Sep 2007 07:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-alignment/m-p/2801935#M654304</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-12T07:59:17Z</dc:date>
    </item>
  </channel>
</rss>

