<?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: Hello Gurus!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498137#M231061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;u can check the below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1035022"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="892533"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="646533"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2006 17:48:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-31T17:48:02Z</dc:date>
    <item>
      <title>Hello Gurus!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498133#M231057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to replace the unwanted characters in the string by space and i want the total count of the string excluding the spaces.&lt;/P&gt;&lt;P&gt;For example if a string contains 18 characters and i have passed only 10 characters and now i want the total length as 10 only.&lt;/P&gt;&lt;P&gt;Please mail to me at emadduri@gmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MLN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 16:06:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498133#M231057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T16:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Gurus!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498134#M231058</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;if your string contains # as invalid character.(repeate same process for all invalid characters) use REPLACE to remove this character. after replacing with space use CONDENSE to remove spaces.now use STRLEN to get length of the string.&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 string1 WITH space.&lt;/P&gt;&lt;P&gt;condense string1 with no-gaps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_length = strlen(string1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward Points for useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 16:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498134#M231058</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-07-31T16:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Gurus!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498135#M231059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first&lt;/P&gt;&lt;P&gt; replace the unwanted characters in the string &lt;/P&gt;&lt;P&gt; for this, &lt;/P&gt;&lt;P&gt;  USE REPLACE command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to shrink the string with leading/trailing spaces &lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;  CONDENSE V_STRING NO-GAPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN use STRLEN to calculate the length&lt;/P&gt;&lt;P&gt; v_integer = strlen( v_string ).&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;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 16:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498135#M231059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T16:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Gurus!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498136#M231060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narayana,&lt;/P&gt;&lt;P&gt;data: str1,str2 type string.&lt;/P&gt;&lt;P&gt;data: len1 type i.&lt;/P&gt;&lt;P&gt;replace all occurences of 'A' in str1 with space.&lt;/P&gt;&lt;P&gt;str2 = str1.&lt;/P&gt;&lt;P&gt;condense str2 no-gaps.&lt;/P&gt;&lt;P&gt;len1 = strlen (str2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 17:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498136#M231060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T17:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hello Gurus!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498137#M231061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;u can check the below links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1035022"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="892533"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="646533"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u find it useful plz mark the points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 17:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hello-gurus/m-p/1498137#M231061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T17:48:02Z</dc:date>
    </item>
  </channel>
</rss>

