<?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: delete space between lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137034#M745441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I guess you r aware of this syntax: &amp;amp;symbol(Z)&amp;amp; use this it will supress the spaces between and even use this and c &amp;amp;symbol(c)&amp;amp; here symbol is nothing but the string u want to supress.&lt;/P&gt;&lt;P&gt;try this it works ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if found helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 06:47:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T06:47:05Z</dc:date>
    <item>
      <title>delete space between lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137031#M745438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guyz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanna delete the spaces between the lines in sapscript.....plz advise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 06:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137031#M745438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T06:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: delete space between lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137032#M745439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to modify the paragraph format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 06:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137032#M745439</guid>
      <dc:creator>samanta_limbrada</dc:creator>
      <dc:date>2007-12-14T06:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: delete space between lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137033#M745440</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;&lt;/P&gt;&lt;P&gt;Use condense statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF NAME, &lt;/P&gt;&lt;P&gt;        TITLE(8)       VALUE '    Dr.', &lt;/P&gt;&lt;P&gt;        FIRST_NAME(10) VALUE 'Michael', &lt;/P&gt;&lt;P&gt;        SURNAME(10)    VALUE 'Hofmann', &lt;/P&gt;&lt;P&gt;      END   OF NAME. &lt;/P&gt;&lt;P&gt;CONDENSE NAME NO-GAPS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137033#M745440</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-14T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: delete space between lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137034#M745441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           I guess you r aware of this syntax: &amp;amp;symbol(Z)&amp;amp; use this it will supress the spaces between and even use this and c &amp;amp;symbol(c)&amp;amp; here symbol is nothing but the string u want to supress.&lt;/P&gt;&lt;P&gt;try this it works ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if found helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 06:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-space-between-lines/m-p/3137034#M745441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T06:47:05Z</dc:date>
    </item>
  </channel>
</rss>

