<?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 Restrict parameter only enter numerical character in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619470#M1760660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Parameter of 30 field but i want to give user f4 help so user can select customer number and name will be attached and showed into parameter but when he want manually enters only number(customer number ) he can enters not name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 11:04:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-13T11:04:16Z</dc:date>
    <item>
      <title>Restrict parameter only enter numerical character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619470#M1760660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Parameter of 30 field but i want to give user f4 help so user can select customer number and name will be attached and showed into parameter but when he want manually enters only number(customer number ) he can enters not name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619470#M1760660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-13T11:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict parameter only enter numerical character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619471#M1760661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev, Your question is not clear.&lt;/P&gt;&lt;P&gt;For customer to enter only numbers in a parameter , then declare the parameter as type N.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;PARAMETERS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;p_test1 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;n LENGTH &lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Then you can enter numbers only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Also if you wanto to hide name, then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; p_test2 &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c &lt;/SPAN&gt;LENGTH &lt;SPAN class="L0S32"&gt;10 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;DISPLAY&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Niveditha&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 07:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619471#M1760661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T07:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict parameter only enter numerical character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619472#M1760662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajeev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use 2 Parameters, one for Customer Number and Customer Name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When User Selects the Customer No. from F4, Customer Name can be populated in the Second Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 07:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-parameter-only-enter-numerical-character/m-p/9619472#M1760662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T07:27:28Z</dc:date>
    </item>
  </channel>
</rss>

