<?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: Selection Screen Validations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674705#M1290116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cna remove the obligatory clause from the mandatory parameters and check for their value in at selection screen. Throw an error msg then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2009 10:21:36 GMT</pubDate>
    <dc:creator>saumya_govil</dc:creator>
    <dc:date>2009-06-05T10:21:36Z</dc:date>
    <item>
      <title>Selection Screen Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674703#M1290114</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;I have a requirement, where I have to create selection screen with 5 radio buttons. Clicking on different radio buttons, will enable / disable few fields from display. Here the problem is there are few mandatory fields. So, if I am changing the radio button selection, standard is throwing the error for entering values in all mandatory fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to avoid this error message when there is a change in radio button selection and throw the message when user presses enter key or executes the program using F8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 10:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674703#M1290114</guid>
      <dc:creator>PS_1978</dc:creator>
      <dc:date>2009-06-05T10:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674704#M1290115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the obligatory and use At selection screen on field for mandatory option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 10:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674704#M1290115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674705#M1290116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cna remove the obligatory clause from the mandatory parameters and check for their value in at selection screen. Throw an error msg then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 10:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674705#M1290116</guid>
      <dc:creator>saumya_govil</dc:creator>
      <dc:date>2009-06-05T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674706#M1290117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on the radio button show or display input fields. &lt;/P&gt;&lt;P&gt;Do not use obligatory or mandatory for the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is Report program name then use AT-SELECTION SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If it is Module pool programming then you can use chain end chain statement.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;  FIELD: &amp;lt;f1&amp;gt;, &amp;lt;f 2&amp;gt;,... &lt;/P&gt;&lt;P&gt;  MODULE &amp;lt;mod1&amp;gt;. &lt;/P&gt;&lt;P&gt;  FIELD: &amp;lt;g1&amp;gt;, &amp;lt;g 2&amp;gt;,... &lt;/P&gt;&lt;P&gt;  MODULE &amp;lt;mod2&amp;gt;. &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if the fields are initial or not depending on the radio buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Debashree Patnaik on Jun 5, 2009 12:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 10:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674706#M1290117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T10:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Validations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674707#M1290118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to write In at selection screen comman&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;CHECK screen-group1 = 'CHG'.&lt;/P&gt;&lt;P&gt;screen-required = '0'.&lt;/P&gt;&lt;P&gt;screen-output = '1'.&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 10:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-validations/m-p/5674707#M1290118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T10:29:59Z</dc:date>
    </item>
  </channel>
</rss>

