<?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: execute button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596715#M594787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you have written the PF-STATUS at START-OF-SELECTIOn, but you need to write it before the START-OF-SELECTIOn.&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2007 18:31:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-06T18:31:46Z</dc:date>
    <item>
      <title>execute button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596713#M594785</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;I have 2 buttons - activate and deactivate in the selection screen. I use call transaction to do the process and both the buttons work. But I have to click on the execute button on top left everytime before clicking on activate or deactivate buttons. Otherwise it gives the message No changes made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make it work without clicking on the execute button everytime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bindazme&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 18:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596713#M594785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: execute button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596714#M594786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this sample coding. Here I am forcing the "Execute" of the selection-screen based on the user clicking the buttons on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
report zrich_0001.
 
tables: sscrfields.
 
selection-screen pushbutton /1(20) pb1 user-command act.
selection-screen pushbutton /1(20) pb2 user-command dea.
 
at selection-screen output.
 
pb1 = 'Activate'.
pb2 = 'Deactivate'.
 
at selection-screen.
 
  case sy-ucomm.
 
    when 'ACT' or 'DEA'.
      sscrfields-ucomm = 'ONLI'.
 
  endcase.
 
 
start-of-selection.
 
 
  write:/ 'START-of-SELECTION has been fired'.
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 18:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596714#M594786</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-06T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: execute button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596715#M594787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you have written the PF-STATUS at START-OF-SELECTIOn, but you need to write it before the START-OF-SELECTIOn.&lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 18:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-button/m-p/2596715#M594787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T18:31:46Z</dc:date>
    </item>
  </channel>
</rss>

