<?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: String functions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929590#M1332849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well with offset you could do this, but it´ll be quite a lot of work an brain power.&lt;/P&gt;&lt;P&gt;So i´d propose a way easier solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurences of 'CL_EX_' in lv_your_string with space.&lt;/P&gt;&lt;P&gt;condense lv_your_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 13:58:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-14T13:58:23Z</dc:date>
    <item>
      <title>String functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929588#M1332847</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 the following value  /1BCDWB/CL_EX_WBTF9D0CDCD5&lt;/P&gt;&lt;P&gt;How can i get the above value to look like &lt;STRONG&gt;/1BCDWB/WBTF9D0CDCD5&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using this&lt;/P&gt;&lt;P&gt;**********************************************************************&lt;/P&gt;&lt;P&gt;DATA: PATT                TYPE STRING VALUE `CL_EX_`,&lt;/P&gt;&lt;P&gt;           RESULT_TAB   TYPE MATCH_RESULT_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS &amp;lt;MATCH&amp;gt; LIKE LINE OF RESULT_TAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND ALL OCCURRENCES OF PATT IN /1BCDWB/CL_EX_WBTF9D0CDCD5 RESULTS RESULT_TAB.&lt;/P&gt;&lt;P&gt;LOOP AT RESULT_TAB ASSIGNING &amp;lt;MATCH&amp;gt;.&lt;/P&gt;&lt;P&gt;write:/  &amp;lt;MATCH&amp;gt;-OFFSET, &amp;lt;MATCH&amp;gt;-LENGTH    &lt;STRONG&gt;"&lt;/STRONG&gt;in this case offset is 8, length is 6&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;**************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i use the above offset and length values to get a result like &lt;STRONG&gt;/1BCDWB/WBTF9D0CDCD5&lt;/STRONG&gt;  ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 13:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929588#M1332847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929589#M1332848</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;try to use the REPLACE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regqrds,&lt;/P&gt;&lt;P&gt;Rama reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 13:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929589#M1332848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T13:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: String functions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929590#M1332849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well with offset you could do this, but it´ll be quite a lot of work an brain power.&lt;/P&gt;&lt;P&gt;So i´d propose a way easier solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurences of 'CL_EX_' in lv_your_string with space.&lt;/P&gt;&lt;P&gt;condense lv_your_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 13:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-functions/m-p/5929590#M1332849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T13:58:23Z</dc:date>
    </item>
  </channel>
</rss>

