<?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: problem in the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667024#M883209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... in that case, do this thing. on the press of the radio button, change the attribute of the parameter to not mandatory and on the press of any other radio button, reset the attribute to mandatory. i hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 08:44:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T08:44:36Z</dc:date>
    <item>
      <title>problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667018#M883203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen there are 4 parameters out of that only 2 will be activated at a time based on the radio button selected by the user this I have done this&lt;/P&gt;&lt;P&gt;But problem is one parameter is mandatory and when user select the next radio button it give message &amp;#147;fill all required fields&amp;#148;  &lt;/P&gt;&lt;P&gt;Please help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fast response will be highly rewarded .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667018#M883203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667019#M883204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat you can do is that never deactivated the mandatory field of the press of any radio button. or if u want to deactivate the field in some case, then on the press of the radio button, assign a value to that parameter by hard coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is as per wat i understood ur problem was. if still have troubles, do get back.&lt;STRONG&gt;. reward if helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667019#M883204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667020#M883205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using default value will solve the problem but I an not supposed to use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667020#M883205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667021#M883206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ur 1st field if u need to give a fixed value make it as default.&lt;/P&gt;&lt;P&gt;and then choose the second radio button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667021#M883206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667022#M883207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remove the Obligatory clause from the field....&lt;/P&gt;&lt;P&gt;and at run time check whether value is entered into field or not...&lt;/P&gt;&lt;P&gt;if value is not entered then give error message to prompt user...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667022#M883207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667023#M883208</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 the validation in start of selection event ,becoz  while using loop at screen obligatory doesn't work, there is no other option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM sub_validate_screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  sub_validate_screen&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM sub_validate_screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_pres EQ c_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF ( p_pifile IS INITIAL ).&lt;/P&gt;&lt;P&gt;      MESSAGE i368(00) WITH text-012 .&lt;/P&gt;&lt;P&gt;      LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ELSEIF ( p_pefile IS INITIAL ).&lt;/P&gt;&lt;P&gt;      MESSAGE i368(00) WITH text-013.&lt;/P&gt;&lt;P&gt;      LEAVE LIST-PROCESSING.&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;  ELSEIF p_appl EQ c_x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF ( p_aifile IS INITIAL ).&lt;/P&gt;&lt;P&gt;      MESSAGE i368(00) WITH text-012.&lt;/P&gt;&lt;P&gt;      LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ELSEIF ( p_aefile IS INITIAL ).&lt;/P&gt;&lt;P&gt;      MESSAGE i368(00) WITH text-013.&lt;/P&gt;&lt;P&gt;      LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.                    " sub_validate_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667023#M883208</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2008-04-08T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667024#M883209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok... in that case, do this thing. on the press of the radio button, change the attribute of the parameter to not mandatory and on the press of any other radio button, reset the attribute to mandatory. i hope this helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667024#M883209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667025#M883210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one way you could eradicate this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't declare the parameter as obligatory in declaration part. Instead handle this at event level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means in AT SELECTION-SCREEN ON FILED event......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chech that parameter value is not empty like as follows....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION_SCREEN ON P_FILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if P_FILED is INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;display error message.&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;reward if useful.......................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667025#M883210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667026#M883211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikas,&lt;/P&gt;&lt;P&gt; I can sugest you one alternative.May b you can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a default value in the mandatory parameter. &lt;/P&gt;&lt;P&gt;Now when you are firing the select query before that just check for which radio button is active. Delete the value from the mandatory parameter if your choice of radio button is second one. After the retreival of data , again populate the parameter with the original value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667026#M883211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667027#M883212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot your reply &lt;/P&gt;&lt;P&gt;can you please explain me how to change the attribute of a parameter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 08:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667027#M883212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T08:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667028#M883213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for prompt replies every answer was helpful , I have rewarded maximum points I could to almost every  reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667028#M883213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667029#M883214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thr...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use screen end screen statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen has many attributes of which , mandatory is also one. chk out by pressing f1 on screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u use screen, all the parameters are considered as elements of the screen. so u can set the property of the element within the screen end screen statements.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i hope it helps, do reward if it does.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667029#M883214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T09:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667030#M883215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have rewarded u highest &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667030#M883215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: problem in the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667031#M883216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thr....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx for the generous points... i hope im helping too....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 09:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-the-selection-screen/m-p/3667031#M883216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T09:24:30Z</dc:date>
    </item>
  </channel>
</rss>

