<?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 any Functional Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094945#M436028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a character fields in which users enter some numeric value's. The variable I am using to assign the value is off type numeic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Problem will be explain here more clearly.&lt;/P&gt;&lt;P&gt;Data : castsd               type   i,&lt;/P&gt;&lt;P&gt;        ATWRT                type   ausp-ATWRT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that since atwart is c type variable. so when users input some wrong value like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       castsd     =      atwart. if users input wrongly atwart as &amp;lt;b&amp;gt;825'&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;then program is giving dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know is there any functional module and any other way through which i check the value if there is any string is there in value then I have to show value as zero.&lt;/P&gt;&lt;P&gt;i have try with  CHECK_AND_CONVERT_NUMERICS. but not getting required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swati...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 07:44:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T07:44:30Z</dc:date>
    <item>
      <title>any Functional Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094945#M436028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a character fields in which users enter some numeric value's. The variable I am using to assign the value is off type numeic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Problem will be explain here more clearly.&lt;/P&gt;&lt;P&gt;Data : castsd               type   i,&lt;/P&gt;&lt;P&gt;        ATWRT                type   ausp-ATWRT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that since atwart is c type variable. so when users input some wrong value like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       castsd     =      atwart. if users input wrongly atwart as &amp;lt;b&amp;gt;825'&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;then program is giving dump. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know is there any functional module and any other way through which i check the value if there is any string is there in value then I have to show value as zero.&lt;/P&gt;&lt;P&gt;i have try with  CHECK_AND_CONVERT_NUMERICS. but not getting required output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swati...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094945#M436028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T07:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: any Functional Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094946#M436029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. U can use this FM NUMERIC_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (but this FM is ecc 5.0 onwards only)&lt;/P&gt;&lt;P&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;amitm m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094946#M436029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T07:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: any Functional Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094947#M436030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try fm NUMERIC_CHECK for checking numeric value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;data : text(40) type c value '1233',&lt;/P&gt;&lt;P&gt;        len type i,&lt;/P&gt;&lt;P&gt;        pos type i.&lt;/P&gt;&lt;P&gt;len = strlen( text ).&lt;/P&gt;&lt;P&gt;do len times.&lt;/P&gt;&lt;P&gt;if text+pos(1) ca '0123456789'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message&amp;lt;not numeric&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;pos = pos + 1.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 07:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094947#M436030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: any Functional Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094948#M436031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Swati Namdev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can validate the value eventhogh you are declared it as char Type like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let the char type variable is w_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if w_value co '0123456789'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  do what ever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ' w_val Contains non numeric values',TYPE 'E'.&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;Reward points if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rama.Pammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-functional-module/m-p/2094948#M436031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T08:23:44Z</dc:date>
    </item>
  </channel>
</rss>

