<?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: how to convert character string into numeric string in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607675#M597840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check with the following code,,,declare a variable of type string, and a number.&lt;/P&gt;&lt;P&gt;assign a numeric value to the string type variable and then perform any operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: str type string,&lt;/P&gt;&lt;P&gt;num type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str = '10'.&lt;/P&gt;&lt;P&gt;num = str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num = num * 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer is 50....does that solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check with FM CONVERT_STRING_TO_INTEGER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 04:43:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T04:43:34Z</dc:date>
    <item>
      <title>how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607670#M597835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai gurus can any one tell me the funciton modules to convert the character string into numeric string&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607670#M597835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607671#M597836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi afzal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a variable of type N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the values of character string to this new variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607671#M597836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607672#M597837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think it is not possiable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manually  write codeing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607672#M597837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607673#M597838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this function module: CATS_ITS_MAKE_STRING_NUMERICAL&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;&lt;/P&gt;&lt;P&gt;Sukhee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607673#M597838</guid>
      <dc:creator>sukhbold_altanbat</dc:creator>
      <dc:date>2007-08-07T04:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607674#M597839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Afzal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this code..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;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&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use this FM &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;NUMERIC_CHECK&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It returns a char data type for values other than numeric &lt;/P&gt;&lt;P&gt;and a numc data type for numeric values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607674#M597839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607675#M597840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check with the following code,,,declare a variable of type string, and a number.&lt;/P&gt;&lt;P&gt;assign a numeric value to the string type variable and then perform any operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: str type string,&lt;/P&gt;&lt;P&gt;num type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;str = '10'.&lt;/P&gt;&lt;P&gt;num = str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;num = num * 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer is 50....does that solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check with FM CONVERT_STRING_TO_INTEGER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607675#M597840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to convert character string into numeric string</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607676#M597841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can check this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C14W_CHAR_NUMBER_CONVERSION &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;MOVE_CHAR_TO_NUM&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 04:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-convert-character-string-into-numeric-string/m-p/2607676#M597841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T04:44:23Z</dc:date>
    </item>
  </channel>
</rss>

