<?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: Compress Space in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293391#M788065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u try in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-VTEXT&amp;amp;SPACE&amp;amp;KOMVD-KBETR&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;shashikanth naram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 07:55:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-18T07:55:21Z</dc:date>
    <item>
      <title>Compress Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293390#M788064</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;I have two fields in SAP-SCRIPT "&amp;amp;KOMVD-VTEXT&amp;amp; &amp;amp;KOMVD-KBETR&amp;amp;".And in the output am gettin lot of space between them.I used &amp;amp;KOMVD-VTEXT(C)&amp;amp; and &amp;amp;KOMVD-VTEXT(16)&amp;amp; but still the space is coming.Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293390#M788064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compress Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293391#M788065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u try in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-VTEXT&amp;amp;SPACE&amp;amp;KOMVD-KBETR&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;shashikanth naram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 07:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293391#M788065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Compress Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293392#M788066</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;&amp;amp;KOMVD-VTEXT(C)&amp;amp;  u have declared like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U Try to remove this C FROM the bracket and try to define some numeric values like &amp;amp;KOMVD-VTEXT(15)&amp;amp;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Arun.J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 10:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293392#M788066</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2008-01-18T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Compress Space</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293393#M788067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.  You could try using ,, (two commas) in between your fields to create a tab in the output.  Then define the tab positions in your paragraph format for that section of the sapscript.  So your line would look like this:&lt;/P&gt;&lt;P&gt;"&amp;amp;KOMVD-VTEXT&amp;amp;,,&amp;amp;KOMVD-KBETR&amp;amp;".  Another option, as others have said, is to define a set number of characters from each field to display.  If the extra space that you're seeing between your data is actually from what is contained in the first field, then this is the way to go.  If the extra space is just being inserted between the fields themselves, then I would use the tab positioning.  Your first field KOMVD-VTEXT is a very long field, 40 characters.  So I'm guessing that that is where most of the extra space is coming from.  Try changing your line to something like this:&lt;/P&gt;&lt;P&gt;"&amp;amp;KOMVD-VTEXT(10)&amp;amp; &amp;amp;KOMVD-KBETR&amp;amp;".&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt; - April King&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 18:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compress-space/m-p/3293393#M788067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T18:51:55Z</dc:date>
    </item>
  </channel>
</rss>

