<?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 problem in selection screen.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960986#M946153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have one scenario for selction screen. there are Two radio buttons A,B. &lt;/P&gt;&lt;P&gt;Under A there are two parameters P_A1,P_A2. &lt;/P&gt;&lt;P&gt;Under B button there are two selct options S_b1,S_B2.&lt;/P&gt;&lt;P&gt;when user selects a radio button the corresponding screen elemts should be active .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is all my parameters are obligatory.Suppose the user selects radio button B now user doesn't enter any values in S_A1 and S_b2 and selects button A then a message comes "Fill required fields".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to over come this problem .also my fields should be obligatory.Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2008 05:57:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-10T05:57:15Z</dc:date>
    <item>
      <title>problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960986#M946153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have one scenario for selction screen. there are Two radio buttons A,B. &lt;/P&gt;&lt;P&gt;Under A there are two parameters P_A1,P_A2. &lt;/P&gt;&lt;P&gt;Under B button there are two selct options S_b1,S_B2.&lt;/P&gt;&lt;P&gt;when user selects a radio button the corresponding screen elemts should be active .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is all my parameters are obligatory.Suppose the user selects radio button B now user doesn't enter any values in S_A1 and S_b2 and selects button A then a message comes "Fill required fields".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to over come this problem .also my fields should be obligatory.Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 05:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960986#M946153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T05:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960987#M946154</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;Do this way.&lt;/P&gt;&lt;P&gt;when you select A Radio button. then you just validate only those two parameters in A. if you select B radiobutton then validate only those two selection screen  feilds. something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you select A .&lt;/P&gt;&lt;P&gt;IF RD1(A) = 'X'.&lt;/P&gt;&lt;P&gt;then you just validate the two parameters.&lt;/P&gt;&lt;P&gt;ELSE.(i.e radio button B = 'X')&lt;/P&gt;&lt;P&gt;then you validate both the selection screen fields &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve your problem.hope you understood.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960987#M946154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960988#M946155</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;   Using &lt;STRONG&gt;AT SELECTION-SCREEN OUTPUT&lt;/STRONG&gt; can achive your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  as all the fields in Input screen are obligatory assign some &lt;STRONG&gt;DEFAULT VALUE&lt;/STRONG&gt; to the I/P fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  after this by looping under the selection-screen output and checking for the correct option can activate the corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at screen.&lt;/P&gt;&lt;P&gt;if a = X&lt;/P&gt;&lt;P&gt;if screen-name = 'pa1'.&lt;/P&gt;&lt;P&gt;  screen-active = 0.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;if screen-name = 'pa2'&lt;/P&gt;&lt;P&gt;   screen-active = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;elseif b = X&lt;/P&gt;&lt;P&gt;  if screen-name =  'so1'&lt;/P&gt;&lt;P&gt;   .&lt;/P&gt;&lt;P&gt;   .&lt;/P&gt;&lt;P&gt;   modify screen&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagulan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960988#M946155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960989#M946156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Check whether radiobutton is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If R1 is selected.&lt;/P&gt;&lt;P&gt;Check whether corresponding fields are filled.&lt;/P&gt;&lt;P&gt;If no, raise an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similar for second radio button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960989#M946156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960990#M946157</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;you can change the attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    if P_CHECK1 eq 'X'.&lt;/P&gt;&lt;P&gt;      if screen-GROUP4 =&amp;gt; '011'&lt;/P&gt;&lt;P&gt;        and screen-group4 &amp;lt; '015'.&lt;/P&gt;&lt;P&gt;        screen-REQUIRED = '1'.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      case screen-group4.&lt;/P&gt;&lt;P&gt;        when: '045'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '052'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '053'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '022'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '023'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '024'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '028'.&lt;/P&gt;&lt;P&gt;          if screen-group3 eq 'LOW'.&lt;/P&gt;&lt;P&gt;            screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;        when: '029'.&lt;/P&gt;&lt;P&gt;          if screen-group3 eq 'LOW'.&lt;/P&gt;&lt;P&gt;            screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;        when: '035'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '036'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '038'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;        when: '039'.&lt;/P&gt;&lt;P&gt;          screen-REQUIRED = '0'.&lt;/P&gt;&lt;P&gt;      endcase.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpfull&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960990#M946157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960991#M946158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i am doing  the LOOP at screen..but it asks for fill the required fields...but in my selection screen  i can't  give any defaults ... i have to show blank values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960991#M946158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem in selection screen....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960992#M946159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; remove the obligatory from the declaration of the selection screen parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and validate them in AT SELECTION-SCREEN event.&lt;/P&gt;&lt;P&gt;if sy-ucomm eq 'ONLI'.&lt;/P&gt;&lt;P&gt;if a is not initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if p_a1 is initial.&lt;/P&gt;&lt;P&gt; error message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 06:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-selection-screen/m-p/3960992#M946159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T06:34:31Z</dc:date>
    </item>
  </channel>
</rss>

