<?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: Urgent plz:Function module to convert char to numeric in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691322#M888857</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;Use FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE_CHAR_TO_NUM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 08:35:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T08:35:29Z</dc:date>
    <item>
      <title>Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691320#M888855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi do any one know what is the FM to convert Char to numeric type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691320#M888855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691321#M888856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this for checking ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'NUMERIC_CHECK'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;STRING_IN = X&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;STRING_OUT = X&lt;/P&gt;&lt;P&gt;HTYPE = H_TYPE.&lt;/P&gt;&lt;P&gt;if h_type = 'CHAR'.&lt;/P&gt;&lt;P&gt;WRITE:/ 'Not Numeric'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;write:/ 'Numeric'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;use this fm for the conversion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAR_NUMC_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691321#M888856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691322#M888857</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;Use FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE_CHAR_TO_NUM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691322#M888857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691323#M888858</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;FM for converting char to numc : CHAR_NUMC_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CHAR_NUMC_CONVERSION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;INPUT = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;NUMCSTR =&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;codeDATA: lv_chr(4) type c,&lt;/P&gt;&lt;P&gt;lv_num type p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MOVE_CHAR_TO_NUM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CHR = lv_chr&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;NUM = lv_num&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;CONVT_NO_NUMBER = 1&lt;/P&gt;&lt;P&gt;CONVT_OVERFLOW = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;ENDIF.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_STRING_TO_INTEGER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or USE THESE FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE_CHAR_TO_NUM&lt;/P&gt;&lt;P&gt;C14W_CHAR_NUMBER_CONVERSION&lt;/P&gt;&lt;P&gt;CHAR_NUMC_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691323#M888858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691324#M888859</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;USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CHAR_NUMC_CONVERSION'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;INPUT = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;NUMCSTR =&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;codeDATA: lv_chr(4) type c,&lt;/P&gt;&lt;P&gt;lv_num type p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MOVE_CHAR_TO_NUM'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;CHR = lv_chr&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;NUM = lv_num&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;CONVT_NO_NUMBER = 1&lt;/P&gt;&lt;P&gt;CONVT_OVERFLOW = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;ENDIF.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or USE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_STRING_TO_INTEGER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or USE THESE FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE_CHAR_TO_NUM&lt;/P&gt;&lt;P&gt;C14W_CHAR_NUMBER_CONVERSION&lt;/P&gt;&lt;P&gt;CHAR_NUMC_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691324#M888859</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-04-11T08:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent plz:Function module to convert char to numeric</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691325#M888860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use these two function moduless&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRCM_AMOUNT_TO_STRING_CONVERT &amp;#150; Converts an amount to a character string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 08:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-plz-function-module-to-convert-char-to-numeric/m-p/3691325#M888860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T08:41:47Z</dc:date>
    </item>
  </channel>
</rss>

