<?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: report selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334475#M1032666</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;Loop the screen table and doo the modification based on selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2008 06:06:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-18T06:06:15Z</dc:date>
    <item>
      <title>report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334470#M1032661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Hiii Everyone ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I am facing a problem in a report selection-screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 Fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_PERIO   type select-options.&lt;/P&gt;&lt;P&gt;PO_PERIO type select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is ... at the selection screen when i place the cursor on the PO_PERIO fields ,,,,S_PERIO should be graded out ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How ever this is happening when i press enter after entering value in the PO_PERIO.....however my requirement is When i place the cursor in the PO_PERIO itself S_PERIO should be graded out ....rather than pressing ENTER key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 05:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334470#M1032661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T05:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334471#M1032662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use radio buttons for both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 05:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334471#M1032662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T05:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334472#M1032663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should use radio buttons, with one radio button linked to each field. Assign a USER-COMMAND to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 05:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334472#M1032663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T05:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334473#M1032664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without user triggering an action it is not possible to acheive the functionality that you want. Because a screens visual attribute to change, the PBO (in this case AT SELECTION-SCREEN OUTPUT) must be triggered. An alternative solution is to go for radio buttons as suggested by others and disable/enable the select-options depending on user selected radio button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 05:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334473#M1032664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T05:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334474#M1032665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without a user interaction you cannot achieve this functionality, there should be a interaction to trigger At Selection-screen output(PBO of Selection screen) or any At selection Screen events(PAI of Selection screen), only placing the cursor is not a user interaction it does not trigger any event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334474#M1032665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334475#M1032666</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;Loop the screen table and doo the modification based on selection..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raghunath.S&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334475#M1032666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: report selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334476#M1032667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the replies ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2008 06:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-selection-screen/m-p/4334476#M1032667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-18T06:48:09Z</dc:date>
    </item>
  </channel>
</rss>

