<?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 With Push buttons on the selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880103#M676393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below sample program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZLPRWINSPC_TMP . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : mara, &lt;/P&gt;&lt;P&gt;         sscrfields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization. &lt;/P&gt;&lt;P&gt;sscrfields-functxt_01 = 'Clear Selection'. &lt;/P&gt;&lt;P&gt;selection-screen function key 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;case sscrfields-ucomm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Clear Selection' or 'FC01'. &lt;/P&gt;&lt;P&gt;clear s_matnr. &lt;/P&gt;&lt;P&gt;refresh s_matnr. &lt;/P&gt;&lt;P&gt;endcase. &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;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 11:50:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T11:50:16Z</dc:date>
    <item>
      <title>Problem With Push buttons on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880101#M676391</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;&lt;/P&gt;&lt;P&gt;I've taken 3 push buttons on the selection-screen with the following syntax &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: FUNCTION KEY 1,&lt;/P&gt;&lt;P&gt;                  FUNCTION KEY 2,&lt;/P&gt;&lt;P&gt;                  FUNCTION KEY 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and have removed the F8 execute button using FM RS_SET_SELSCREEN_STATUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the problem is i'm able to perform validations using At selection screen but the code after the Start-of-selection is not being triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean the processing is being terminated after the at selection-screen.could anyone please tell me how do i trigger some code after the event start-of-selection when a user presses a push button with sy-ucomm = FC01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880101#M676391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Push buttons on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880102#M676392</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;Refer Std. SAP programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_FUNCTION_KEY&lt;/P&gt;&lt;P&gt;DEMO_SEL_SCREEN_PUSHBUTTON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Manish&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Alvaro Tejada Galindo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:38:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880102#M676392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Push buttons on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880103#M676393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below sample program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZLPRWINSPC_TMP . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : mara, &lt;/P&gt;&lt;P&gt;         sscrfields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options s_matnr for mara-matnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization. &lt;/P&gt;&lt;P&gt;sscrfields-functxt_01 = 'Clear Selection'. &lt;/P&gt;&lt;P&gt;selection-screen function key 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;case sscrfields-ucomm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'Clear Selection' or 'FC01'. &lt;/P&gt;&lt;P&gt;clear s_matnr. &lt;/P&gt;&lt;P&gt;refresh s_matnr. &lt;/P&gt;&lt;P&gt;endcase. &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;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 11:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880103#M676393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T11:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With Push buttons on the selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880104#M676394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is how do i again pass the processing to start of selection after hiding the execute button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 12:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-push-buttons-on-the-selection-screen/m-p/2880104#M676394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T12:28:58Z</dc:date>
    </item>
  </channel>
</rss>

