<?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: condense string function: how to remove gaps? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/condense-string-function-how-to-remove-gaps/m-p/687497#M30836</link>
    <description>&lt;P&gt;The only thing you need to change is from value, like this:&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA(result) = condense( val = ` abc def ` from = ` ` to = `` ).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 09:06:16 GMT</pubDate>
    <dc:creator>DoanManhQuynh</dc:creator>
    <dc:date>2018-08-03T09:06:16Z</dc:date>
    <item>
      <title>condense string function: how to remove gaps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condense-string-function-how-to-remove-gaps/m-p/687496#M30835</link>
      <description>&lt;P&gt;I am trying hard to use the condense string function to strip space from a string. This is my coding:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  cl_demo_output=&amp;gt;display( condense(
    val = 'a b'
    from = ' ' to = ``
    ) ).
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;But the output is &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/180262-dd.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;How can I get the good old condense ... no-gaps with this function?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 08:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condense-string-function-how-to-remove-gaps/m-p/687496#M30835</guid>
      <dc:creator>jrgkraus</dc:creator>
      <dc:date>2018-08-03T08:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: condense string function: how to remove gaps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/condense-string-function-how-to-remove-gaps/m-p/687497#M30836</link>
      <description>&lt;P&gt;The only thing you need to change is from value, like this:&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;DATA(result) = condense( val = ` abc def ` from = ` ` to = `` ).&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/condense-string-function-how-to-remove-gaps/m-p/687497#M30836</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2018-08-03T09:06:16Z</dc:date>
    </item>
  </channel>
</rss>

