<?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: validation for subscreen fields?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972861#M701675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats fine its working with subscreen but in main screen fields are grayed out..&lt;/P&gt;&lt;P&gt;its new bug agai.I am calling the subscreen in mainscreen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 10:41:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T10:41:49Z</dc:date>
    <item>
      <title>validation for subscreen fields??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972858#M701672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to validation for subscreen fields??&lt;/P&gt;&lt;P&gt;I am calling subcreen from my main screen, and in my subscreen I am having a select option and I want to do validation on select option if it is wrong then it should be enable.&lt;/P&gt;&lt;P&gt;I think so we can't use chain endchain for subscreens.&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972858#M701672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T10:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: validation for subscreen fields??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972859#M701673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; do the validation in &amp;lt;b&amp;gt;at selection-screen on field&amp;lt;/b&amp;gt; event as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At Selection-screen on field selfield1.&lt;/P&gt;&lt;P&gt; select &amp;lt;selfield1&amp;gt; from &amp;lt;dbtable&amp;gt; into table itab where field1 in &amp;lt;selfield1&amp;gt;.&lt;/P&gt;&lt;P&gt; if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;  do the process.&lt;/P&gt;&lt;P&gt; else.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972859#M701673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: validation for subscreen fields??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972860#M701674</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;for validating &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on &amp;lt;fieldname&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select &amp;lt;field list&amp;gt; from table where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'ERROR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972860#M701674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: validation for subscreen fields??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972861#M701675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats fine its working with subscreen but in main screen fields are grayed out..&lt;/P&gt;&lt;P&gt;its new bug agai.I am calling the subscreen in mainscreen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 10:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-for-subscreen-fields/m-p/2972861#M701675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T10:41:49Z</dc:date>
    </item>
  </channel>
</rss>

