<?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 sapscript problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733405#M1110852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;     I'm having a problem with SAP SCRIPT. I have 7 coloumns.&lt;/P&gt;&lt;P&gt;I want a 15 charecter gap between the 1st charecter of the 2nd column and the 1st charecter of the 2nd column irrespective of the no. of charecters present in the column 2. Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 11:08:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T11:08:17Z</dc:date>
    <item>
      <title>sapscript problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733405#M1110852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;     I'm having a problem with SAP SCRIPT. I have 7 coloumns.&lt;/P&gt;&lt;P&gt;I want a 15 charecter gap between the 1st charecter of the 2nd column and the 1st charecter of the 2nd column irrespective of the no. of charecters present in the column 2. Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733405#M1110852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733406#M1110853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When defining your first field - limit the number of characters that are output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;VBPLP-MATNR_KU(17)&amp;amp;,,&amp;amp;MARA-EAN11&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBPLP-MATNR_KU is limited to 17 characters ,, is defined as 5 character tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michelle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733406#M1110853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733407#M1110854</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;set tab size in paragraph format for the first column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733407#M1110854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733408#M1110855</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;define the TAB for that column in the Paragraph Format as 15 CH	(Characters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733408#M1110855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733409#M1110856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a paragraph format and set a tab of 15 characters in between first and second field.&lt;/P&gt;&lt;P&gt;For example, start first tab with 1 CH and start second tab with 16 CH and use this paragraph format in those particular lines, where you want that spacing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 11:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-problem/m-p/4733409#M1110856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T11:44:52Z</dc:date>
    </item>
  </channel>
</rss>

