<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028183#M82972</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 a field and the lenght is 35, however the length of the data of that field is only 20. in that sense the reports looks like this:&lt;/P&gt;&lt;P&gt;PDDRF No Reason 1            Reason 2           Date&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx  (this is the case that reason 1 has no data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would i do to make look like this&lt;/P&gt;&lt;P&gt;PDDRF No Reason 1            Reason 2           Date&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxx         xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx                     xxxxxxxxxxxxxxxxxx xxxxxx  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;donna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2005 03:11:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-15T03:11:11Z</dc:date>
    <item>
      <title>sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028183#M82972</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 a field and the lenght is 35, however the length of the data of that field is only 20. in that sense the reports looks like this:&lt;/P&gt;&lt;P&gt;PDDRF No Reason 1            Reason 2           Date&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx  (this is the case that reason 1 has no data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would i do to make look like this&lt;/P&gt;&lt;P&gt;PDDRF No Reason 1            Reason 2           Date&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------" /&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx xxxxxxxxxxx         xxxxxxxxxxxxxxxxxx xxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxx                     xxxxxxxxxxxxxxxxxx xxxxxx  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;donna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 03:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028183#M82972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T03:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028184#M82973</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;Please create a Paragraph format with &amp;lt;u&amp;gt;tabs&amp;lt;/u&amp;gt; with respect to your field lengths. Tabs will leave the exact space(as defined) eventhough data of the field is less than the field length.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 03:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028184#M82973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T03:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028185#M82974</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;You can make a field occupy the exact space you want by defining it this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;Field(n)&amp;amp; where n is the length of your field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 03:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028185#M82974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-15T03:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028186#M82975</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;For output,you will use textelements.&lt;/P&gt;&lt;P&gt;For that text element,you have to specify the paragraph format.&lt;/P&gt;&lt;P&gt;If you use tabs in paragraphs appropraitely according to your need,then you will get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2005 05:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1028186#M82975</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-11-15T05:22:17Z</dc:date>
    </item>
  </channel>
</rss>

