<?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: help regarding a program using string operations. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216439#M1911311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Ankit .I am gonna try using this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Aug 2015 11:30:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-08-16T11:30:43Z</dc:date>
    <item>
      <title>help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216437#M1911309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am a student and i have a question.I wrote a simple program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS PHONE(10) TYPE N.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PHONE CS SY-ABCDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'PLZ AVOID CHAR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'VALID PHONE NO' TYPE 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As special characters are also strings,so when i&amp;nbsp; input special characters it says valid phone no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how to write a program where it can restrict even the special characters? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2015 17:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216437#M1911309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-15T17:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216438#M1911310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Imran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the following two URLs, they will be helpful for you..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/688485" title="https://scn.sap.com/thread/688485"&gt;https://scn.sap.com/thread/688485p&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1199286" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Check on special characters" href="https://community.sap.com/" modifiedtitle="true" title="Check on special charactersp"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 11:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216438#M1911310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-16T11:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216439#M1911311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot Ankit .I am gonna try using this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Aug 2015 11:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216439#M1911311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-16T11:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216440#M1911312</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;PARAMETERS PHONE(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have declared as type N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you could not enter other than 0 to 9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arivazhagan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 03:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216440#M1911312</guid>
      <dc:creator>arivazhagan_sivasamy</dc:creator>
      <dc:date>2015-08-17T03:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216441#M1911313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right.But now i changed it char.Please check the program below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS PHONE(10).&lt;/P&gt;&lt;P&gt;DATA SPEC_CHAR(50) TYPE C VALUE '`,~,!,@,#,$,%,^,&amp;amp;,*,(,),-,_,=,+,{,[,},]'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PHONE CA SY-ABCDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'PLZ AVOID CHAR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PHONE CA SPEC_CHAR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'PLZ AVOID CHAR' TYPE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'VALID PHONE NO' TYPE 'I'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate if you can analyze and let me know if there is any other more efficient way of writing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216441#M1911313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-17T09:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216442#M1911314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Imran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use appropriate data types, may be constants for special character, see if there is any message class for the message you want to display.&lt;/P&gt;&lt;P&gt;Also use one If&lt;SPAN style="font-size: 13.3333330154419px;"&gt;-Elseif &lt;/SPAN&gt;block instead to two If blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You All..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 13:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216442#M1911314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-17T13:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216443#M1911315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;IF&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PHONE CA SY-ABCDE&lt;STRONG&gt; or &lt;SPAN style="color: #333333; font-size: 12px;"&gt; PHONE CA SPEC_CHAR&lt;/SPAN&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'PLZ AVOID CHAR' TYPE 'E'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ELSE.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "I think no need if valid.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE 'VALID PHONE NO' TYPE 'S'.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 14:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216443#M1911315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-17T14:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216444#M1911316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ankit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It really helped and made it very simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 16:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216444#M1911316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-17T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: help regarding a program using string operations.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216445#M1911317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot fatih.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 16:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-regarding-a-program-using-string-operations/m-p/11216445#M1911317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-17T16:21:44Z</dc:date>
    </item>
  </channel>
</rss>

