<?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 operation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039502#M719273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruti ,&lt;/P&gt;&lt;P&gt;  Go through this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA v1(10) TYPE C value '1234567891'. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 0 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 1 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 2 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 3 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: v1.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward the points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Akarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 05:01:12 GMT</pubDate>
    <dc:creator>rajesh_akarte2</dc:creator>
    <dc:date>2007-11-14T05:01:12Z</dc:date>
    <item>
      <title>String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039493#M719264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how to replace first 4 characters of one variable with some other characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039493#M719264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039494#M719265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      Try using Replace statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Santosh Thorat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039494#M719265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039495#M719266</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;You can use REPLACE ALL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF ',' IN temp WITH ''. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039495#M719266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039496#M719267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; have a look at this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/71/52604ff6f011d2961c00a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/71/52604ff6f011d2961c00a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039496#M719267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039497#M719268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a string in a field with a different string, use the REPLACE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE &amp;lt;str1&amp;gt; WITH &amp;lt;str2&amp;gt; INTO &amp;lt;c&amp;gt; [LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement searches the field &amp;lt;c&amp;gt; for the first occurrence of the first &amp;lt;l&amp;gt; positions of the pattern &amp;lt;str1&amp;gt;. If no length is specified, it searches for the pattern &amp;lt;str1&amp;gt; in its full length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, the statement replaces the first occurrence of the pattern &amp;lt;str1&amp;gt; in field &amp;lt;c&amp;gt; with the string &amp;lt;str2&amp;gt;. If a length &amp;lt;l&amp;gt; was specified, only the relevant part of the pattern is replaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the return code value of the system field SY-SUBRC is set to 0, this indicates that &amp;lt;str1&amp;gt; was found in &amp;lt;c&amp;gt; and replaced by &amp;lt;str2&amp;gt;. A return code value other than 0 means that nothing was replaced. &amp;lt;str1&amp;gt;, &amp;lt;str2&amp;gt;, and &amp;lt;len&amp;gt; can be variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T(10) VALUE 'abcdefghij',&lt;/P&gt;&lt;P&gt;STRING LIKE T,&lt;/P&gt;&lt;P&gt;STR1(4) VALUE 'cdef',&lt;/P&gt;&lt;P&gt;STR2(4) VALUE 'klmn',&lt;/P&gt;&lt;P&gt;STR3(2) VALUE 'kl',&lt;/P&gt;&lt;P&gt;STR4(6) VALUE 'klmnop',&lt;/P&gt;&lt;P&gt;LEN TYPE I VALUE 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING = T.&lt;/P&gt;&lt;P&gt;WRITE STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE STR1 WITH STR2 INTO STRING.&lt;/P&gt;&lt;P&gt;WRITE / STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING = T.&lt;/P&gt;&lt;P&gt;REPLACE STR1 WITH STR2 INTO STRING LENGTH LEN.&lt;/P&gt;&lt;P&gt;WRITE / STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING = T.&lt;/P&gt;&lt;P&gt;REPLACE STR1 WITH STR3 INTO STRING.&lt;/P&gt;&lt;P&gt;WRITE / STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING = T.&lt;/P&gt;&lt;P&gt;REPLACE STR1 WITH STR4 INTO STRING.&lt;/P&gt;&lt;P&gt;WRITE / STRING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output appears as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abcdefghij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abklmnghij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abklmnefgh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abklghij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abklmnopgh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;reward if useful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039497#M719268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039498#M719269</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;Check the mentioned examples you will get a clear picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*EG1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA  STR1(36).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STR1 = 'APPLE &amp;amp; ORANGE &amp;amp; BANANA'.&lt;/P&gt;&lt;P&gt;REPLACE '&amp;amp;' WITH ' . ' INTO STR1.&lt;/P&gt;&lt;P&gt;WRITE:/ STR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*EG2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data p(6) value 'ABCABC'.&lt;/P&gt;&lt;P&gt;	Replace 'ABC' with 'DEF' into p.&lt;/P&gt;&lt;P&gt;        Write:/ p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039498#M719269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039499#M719270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to add 10 spaces to the variable.How to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039499#M719270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039500#M719271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: str1(10) type c value 'abcdefghij',&lt;/P&gt;&lt;P&gt;         str2(4)  type c value 'wxyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shift str1 by 4 places.&lt;/P&gt;&lt;P&gt;concatenate str2 str1 into str1.&lt;/P&gt;&lt;P&gt;condense str1 no-gaps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039500#M719271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039501#M719272</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF S_TEST,&lt;/P&gt;&lt;P&gt;              CHAR(10),&lt;/P&gt;&lt;P&gt;              VALUE(10),&lt;/P&gt;&lt;P&gt;           END OF S_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TEST-VALUE = 'TeST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Now S_TEST will have 10 blank places in front..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039501#M719272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039502#M719273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shruti ,&lt;/P&gt;&lt;P&gt;  Go through this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA v1(10) TYPE C value '1234567891'. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 0 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 1 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 2 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE SECTION OFFSET 3 LENGTH 1 OF v1 WITH 'H' &lt;/P&gt;&lt;P&gt;                  IN CHARACTER MODE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: v1.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward the points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Akarte&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039502#M719273</guid>
      <dc:creator>rajesh_akarte2</dc:creator>
      <dc:date>2007-11-14T05:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039503#M719274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. If the number of spaces I want to add is not a constant. Suppose some times 20 sometimes 21 sometimes 30. It depends on the value of PO number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039503#M719274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039504#M719275</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 this..give the input and it will put that number of blank spaces in the front.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS: P_TIMES TYPE I.


START-OF-SELECTION.

DATA: V_STRING TYPE STRING.

**default value.
V_STRING= 'TEST'.

*" Concatenate blank according to the selectionscreen parameter.
do p_times times.

  concatenate space v_string into v_string.

enddo.

write: / v_string.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039504#M719275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039505#M719276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naren. Your logic of taking a structure worked out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039505#M719276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: String operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039506#M719277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-operation/m-p/3039506#M719277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:23:13Z</dc:date>
    </item>
  </channel>
</rss>

