<?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: Offsetting a String, Removing SPACEs in a string, CONDENSE?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887543#M1142001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT.
data:text TYPE string VALUE 'abcd    efgh'.
CONDENSE text NO-GAPS.
CONCATENATE text+0(4) ' ' text+4(4) INTO text RESPECTING BLANKS.
WRITE text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2008 21:00:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-10T21:00:21Z</dc:date>
    <item>
      <title>Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887541#M1141999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv a string and its value is= 'ABCDEF space1 space 2 space3 space4 GHIJKL'.......I mean, there r 4 spaces, I need to hv only 1 space between these..........these number of spaces are varies and the lenghth of string also varies........so, how can I get it? like 'ABCDEF space1 GHIJKL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 20:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887541#M1141999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-10T20:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887542#M1142000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got it by splitting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 20:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887542#M1142000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-10T20:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887543#M1142001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT.
data:text TYPE string VALUE 'abcd    efgh'.
CONDENSE text NO-GAPS.
CONCATENATE text+0(4) ' ' text+4(4) INTO text RESPECTING BLANKS.
WRITE text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 21:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887543#M1142001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-10T21:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887544#M1142002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, as i mentioned in my posting that, the SPACES are variable, they may b start from 3 CHAR or 4th or 5th!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyways thaq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 21:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887544#M1142002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T21:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887545#M1142003</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;i hv issue to see the complete page of SDN webpage.........I mean, am getting a width of 25.5 CM only, so, if i want to write reply, i need to go all the bottom to get scroll extreme right and then, move top, then, clicking the REPLY button..........but, in this course, am loosing my response/reply box!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, all u guys r gettign the same width(if so, why SAP did it like incomfortable, I guess this is a application of a net weaver) or some thing wrong with my laptop/browser-explorer(if so, How to correct myself) ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 22:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887545#M1142003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T22:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887546#M1142004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the problem with every one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 22:47:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887546#M1142004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T22:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887547#M1142005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thanq.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 01:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887547#M1142005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T01:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Offsetting a String, Removing SPACEs in a string, CONDENSE??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887548#M1142006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try the method below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  s1 type string,&lt;/P&gt;&lt;P&gt;         str1 type string,&lt;/P&gt;&lt;P&gt;         str2 type string,&lt;/P&gt;&lt;P&gt;.        str3 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s1 = 'ABCD          EFGHIJ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split s1 at space into str1 str2.&lt;/P&gt;&lt;P&gt;condense str2 no-gaps.&lt;/P&gt;&lt;P&gt;concatenate str1 space str2 into str3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way, the output will always be 'ABCD EFGHIJ' irrespective of the number of spaces between the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: please mark all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2008 03:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offsetting-a-string-removing-spaces-in-a-string-condense/m-p/4887548#M1142006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-12T03:07:36Z</dc:date>
    </item>
  </channel>
</rss>

