<?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: Sub screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290322#M499579</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;Try this logic in PAI of subscreen.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if fld_name co '0123456789.'.
"process commands... no error
else.
message e001. "E-error
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 09:54:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-14T09:54:44Z</dc:date>
    <item>
      <title>Sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290320#M499577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the subscreen  i have add one field estimated cost(QMEL-ZZECOST).For that one i have created one append structrure in QMEL  and add ZZCOST field.&lt;/P&gt;&lt;P&gt;Now iam creating subscreen in QQMA0008 in the screen exit SAPLXQQM 0100.&lt;/P&gt;&lt;P&gt;I have created in the subscreen in this exit and placed the field QMEL-ZZCOST.&lt;/P&gt;&lt;P&gt;This ZZCOST field is CURR field.What my problem how to check the validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) when i enter the input non numeric values should issue a error message to input only numericals in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)input numerical value should not issue an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest logic and where i have write the logic?Help me .it is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290320#M499577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290321#M499578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U can use this logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (FIELD) CO '0123456789'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt; message e000(zabc).&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;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:50:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290321#M499578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290322#M499579</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;Try this logic in PAI of subscreen.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if fld_name co '0123456789.'.
"process commands... no error
else.
message e001. "E-error
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 09:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290322#M499579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290323#M499580</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;   Thanks for replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 11:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sub-screen/m-p/2290323#M499580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T11:15:22Z</dc:date>
    </item>
  </channel>
</rss>

