<?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: Reagrding Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539125#M851475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After input you need some action  , or else it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is possible only with the check box or radiobutton or some button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 08:55:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T08:55:12Z</dc:date>
    <item>
      <title>Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539121#M851471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;         I have 3 fileds on my Selection Screen.&lt;/P&gt;&lt;P&gt;         2 are Select Options for date &amp;amp;&lt;/P&gt;&lt;P&gt;         1 is Parameter which takes input as differece &lt;/P&gt;&lt;P&gt;         bewteen 2 dates.&lt;/P&gt;&lt;P&gt;         I want to disable the Parameter option if there is data in &lt;/P&gt;&lt;P&gt;         both the Select Option fields(Both date are present) &lt;/P&gt;&lt;P&gt;         before the execution of program...&lt;/P&gt;&lt;P&gt;         All thye 3 fields are in same selection block.&lt;/P&gt;&lt;P&gt;         Pts would be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Reagrds&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539121#M851471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539122#M851472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;  IF   &lt;STRONG&gt;first SELCT option&lt;/STRONG&gt;      IS NOT INITIAL&lt;/P&gt;&lt;P&gt;     AND &lt;STRONG&gt;second select option&lt;/STRONG&gt;    IS NOT INITIAL&lt;/P&gt;&lt;P&gt;     AND screen-name = &amp;#145;&lt;STRONG&gt;third pram&amp;#146;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;    screen-active = 0.&lt;/P&gt;&lt;P&gt;    MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539122#M851472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539123#M851473</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;See with out adding radio button you can not achieve this functionality here.&lt;/P&gt;&lt;P&gt;Because without firing any event you can not validate whether both dates has data or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add radio button functionnality by clicking on radio button it will trigger the event and validation will perform....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539123#M851473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539124#M851474</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 disable them in also u have to go for user command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter : p_test type c user-command usr1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen output event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There Loop at screen &lt;/P&gt;&lt;P&gt;Check if data is there in both the select options..&lt;/P&gt;&lt;P&gt;make screen input zero &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hitesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539124#M851474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539125#M851475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After input you need some action  , or else it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is possible only with the check box or radiobutton or some button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539125#M851475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539126#M851476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen:begin of block bl1.&lt;/P&gt;&lt;P&gt; select-options: s_date1 for sy-datum,&lt;/P&gt;&lt;P&gt;                       s_date2 for sy-datum.&lt;/P&gt;&lt;P&gt; parameters: p_field type c modif id MD1.&lt;/P&gt;&lt;P&gt;selection-screen: end of block bl1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-creen output.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'MD1'.&lt;/P&gt;&lt;P&gt;  if not s_date1[] is initial and&lt;/P&gt;&lt;P&gt;     not s_date2[] is initial.&lt;/P&gt;&lt;P&gt;  screen-input = 0.&lt;/P&gt;&lt;P&gt;  screen-active = 0.&lt;/P&gt;&lt;P&gt; modify screen.&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;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:55:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539126#M851476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539127#M851477</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;In PAI, set flag = 'X' , if both the select options are filled.&lt;/P&gt;&lt;P&gt;then in PBO, check the flag. if it is marked then do loop at screen and at parameters name make the screen.output eq 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Parul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539127#M851477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reagrding Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539128#M851478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jithendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The particualr functionality cannot be implemented in SAP.&lt;/P&gt;&lt;P&gt;Because disabling of the input field is possible only if an event is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for disabling the parameter input,you have to press atleast ENTER.&lt;/P&gt;&lt;P&gt;If you ar OK with pressing the enter then u can code as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let s1_date and s2_date be two se;ect options and p_diff the parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  s1_date is not initial and s2_date is not initial .&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'P_DIFF'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;modify screen&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reagrding-selection-screen/m-p/3539128#M851478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T08:58:12Z</dc:date>
    </item>
  </channel>
</rss>

