<?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: checking Character and numeric value problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085123#M432903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check if PO CN '0123456789'. dont display else. display. endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 11:38:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-17T11:38:55Z</dc:date>
    <item>
      <title>checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085118#M432898</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;Actully in my development system i am having the data of PO number like '1234test stk'&lt;/P&gt;&lt;P&gt;But actually my requiremnt is if that number is numeric means i have to display that value other wise if that is a character or numeric character i dont want to display that value in my output.that field should be empty.if it is numeric value means i have to display that total numeric value i have to display in my output.How to check that numeric and character value.pls if u know the solution PLs write code for me.pls this is urgent requiremnet for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;lokesh goud.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085118#M432898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085119#M432899</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;DATA:&lt;/P&gt;&lt;P&gt; W_NUMC(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IF W_PO CA '0123456789'.&lt;/P&gt;&lt;P&gt;  W_NUMC = W_PO.&lt;/P&gt;&lt;P&gt;  WRITE : W_NUMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;This prints the PO value if it contains any numeric value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to print when PO only contains numerals..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use CO instead of CA in above code..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085119#M432899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085120#M432900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM - NUMERIC_CHECK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085120#M432900</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-17T11:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085121#M432901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if PO&amp;lt;b&amp;gt; CS&amp;lt;/b&amp;gt; '0123456789' then &lt;/P&gt;&lt;P&gt;display the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can see abapdocu to know more abt CS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085121#M432901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085122#M432902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if V_VALUE CO '0123456789'.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;do the total&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085122#M432902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085123#M432903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check if PO CN '0123456789'. dont display else. display. endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085123#M432903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085124#M432904</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 string comparison operator 'CO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if PO_NUMBER CO '0123456789'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Display in the output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;else&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Don't display in the output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085124#M432904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: checking Character and numeric value problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085125#M432905</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;If po co '0123456789 '.&lt;/P&gt;&lt;P&gt;do &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ananth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:41:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checking-character-and-numeric-value-problem/m-p/2085125#M432905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-17T11:41:35Z</dc:date>
    </item>
  </channel>
</rss>

