<?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 selection screen events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238580#M482380</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 my program on the selection screen there are 2 parameters and a button&lt;/P&gt;&lt;P&gt;1. on F8 a report has to be generated. &lt;/P&gt;&lt;P&gt;2. on click of a button another program has to be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest on which events the above have to be triggered.&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;mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 05:35:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T05:35:16Z</dc:date>
    <item>
      <title>selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238580#M482380</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 my program on the selection screen there are 2 parameters and a button&lt;/P&gt;&lt;P&gt;1. on F8 a report has to be generated. &lt;/P&gt;&lt;P&gt;2. on click of a button another program has to be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest on which events the above have to be triggered.&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;mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238580#M482380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238581#M482381</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;U can do the codings in this event.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
At selection-screen&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; : before leaving the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238581#M482381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238582#M482382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;On pressing F8 to generate report use the events that are related to Classical reporting i,e Initialization, At selection-screen, start-of-selection, end-of-selection, top-of-page and end-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To call another report when you press button,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use At USER-COMMAND&lt;/P&gt;&lt;P&gt;and when Sy-UCOM = &amp;lt;fun code for that button&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call/write that report for that button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238582#M482382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238583#M482383</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;for ist write ur code in &amp;lt;b&amp;gt;START-OF-SELECTION&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;for 2nd write in the &amp;lt;b&amp;gt;at user-command&amp;lt;/b&amp;gt; event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238583#M482383</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-05-10T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238584#M482384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;In start of selection write thiscode :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;If p_button = 'X'.&lt;/P&gt;&lt;P&gt;SUBMIT &amp;lt;Report name/Program&amp;gt;VIA SELECTION-SCREEN AND RETURN. &lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238584#M482384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238585#M482385</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; for F8, write ur code in start-of-selection.&lt;/P&gt;&lt;P&gt;for push button, u have to handle sscrfields-ucomm in at selection screen.&lt;/P&gt;&lt;P&gt;AT SELECTION SCREEN.&lt;/P&gt;&lt;P&gt;CASE sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;WHEN 'BUTTON'. "HERE button is ur user command of button&lt;/P&gt;&lt;P&gt;flag = '1'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start of selection.&lt;/P&gt;&lt;P&gt;if falg = '1'.&lt;/P&gt;&lt;P&gt; perform processButton.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  perform showReport.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;happy abaping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 05:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-events/m-p/2238585#M482385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T05:45:30Z</dc:date>
    </item>
  </channel>
</rss>

