<?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: Function module for checking alphanumeric characters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490744#M228367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF wa_string CO '0123456789'.&lt;/P&gt;&lt;P&gt;*-- it has numbers only&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;*-- alpha numeric&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2006 05:43:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-23T05:43:26Z</dc:date>
    <item>
      <title>Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490743#M228366</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;&lt;/P&gt;&lt;P&gt;Is there is any function module for checking if an input is alphanumeric or a number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490743#M228366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T05:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490744#M228367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF wa_string CO '0123456789'.&lt;/P&gt;&lt;P&gt;*-- it has numbers only&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;*-- alpha numeric&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490744#M228367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T05:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490745#M228368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont think there is any such function module who can check the number as alpha numeric or number, you have to write the logic for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490745#M228368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490746#M228369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt; use the below FM &lt;/P&gt;&lt;P&gt; NUMERIC_CHECK.&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;Krishnakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490746#M228369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T05:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490747#M228370</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;or try with command catch (F1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATCH SYSTEM-EXCEPTIONS conversion_errors = 1.&lt;/P&gt;&lt;P&gt;  MOVE text TO amount.&lt;/P&gt;&lt;P&gt;ENDCATCH.&lt;/P&gt;&lt;P&gt;IF sy-subrc EQ 1.&lt;/P&gt;&lt;P&gt;*not numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 05:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490747#M228370</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-08-23T05:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for checking alphanumeric characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490748#M228371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM &amp;lt;b&amp;gt;NUMERIC_CHECK&amp;lt;/b&amp;gt;. It will gives u the DATATYPE OF THE INPUT.&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>Wed, 23 Aug 2006 05:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-checking-alphanumeric-characters/m-p/1490748#M228371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T05:59:05Z</dc:date>
    </item>
  </channel>
</rss>

