<?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: problem with string operation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556374#M251924</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;data: f1 type string.&lt;/P&gt;&lt;P&gt;f1 = '|mahee'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurrences of '|' in f1 with ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condence f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark points to all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Sep 2006 11:16:24 GMT</pubDate>
    <dc:creator>anversha_s</dc:creator>
    <dc:date>2006-09-28T11:16:24Z</dc:date>
    <item>
      <title>problem with string operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556371#M251921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: f1 type string.&lt;/P&gt;&lt;P&gt;iam giving input as follows&lt;/P&gt;&lt;P&gt;f1 = '|mahee'.&lt;/P&gt;&lt;P&gt;my output should be &lt;/P&gt;&lt;P&gt;'mahee'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me how to do\.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Maheedhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 10:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556371#M251921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T10:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem with string operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556372#M251922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: f1 type string.&lt;/P&gt;&lt;P&gt;f1 = '|mahee'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possiblity one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write: f1+1(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: LV1, LV2 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT F1 at '!' in LV1 LV2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: LV2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 11:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556372#M251922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T11:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with string operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556373#M251923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   f1 = '|mahee'.&lt;/P&gt;&lt;P&gt;    replace '|' with space into f1.&lt;/P&gt;&lt;P&gt;    comdense f1.&lt;/P&gt;&lt;P&gt;   write f1.   &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 11:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556373#M251923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-28T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem with string operation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556374#M251924</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;data: f1 type string.&lt;/P&gt;&lt;P&gt;f1 = '|mahee'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace all occurrences of '|' in f1 with ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;condence f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark points to all helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2006 11:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-string-operation/m-p/1556374#M251924</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-28T11:16:24Z</dc:date>
    </item>
  </channel>
</rss>

