<?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: Disable execute button on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758994#M1461334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TABLES: sscrfields.
include rsdbc1xx.
INITIALIZATION .

sscrfields-functxt_01 = 'Button1'.
SELECTION-SCREEN: FUNCTION KEY 1.

AT SELECTION-SCREEN OUTPUT.
  append 'ONLI' to current_scr-excl.

AT SELECTION-SCREEN.
  CASE sy-ucomm.
  WHEN 'FC01'.
"* Here you write your logic for background job
  ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 07:11:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-08T07:11:36Z</dc:date>
    <item>
      <title>Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758992#M1461332</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;I need to disable execute button on the selection screento restrict program to run in foreground and add another buttn which schedules a job in background. Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758992#M1461332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758993#M1461333</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 need to change the dynpro/ gui-status , Transaction: SE80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758993#M1461333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758994#M1461334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TABLES: sscrfields.
include rsdbc1xx.
INITIALIZATION .

sscrfields-functxt_01 = 'Button1'.
SELECTION-SCREEN: FUNCTION KEY 1.

AT SELECTION-SCREEN OUTPUT.
  append 'ONLI' to current_scr-excl.

AT SELECTION-SCREEN.
  CASE sy-ucomm.
  WHEN 'FC01'.
"* Here you write your logic for background job
  ENDCASE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758994#M1461334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758995#M1461335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your own PF Status for your program and use it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758995#M1461335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758996#M1461336</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 this purpose u can use system varibale SY-BATCH. Using this variable u can contol the Execution in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-BATCH is initial then its foreground if it is not initial then its background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Srininas on Apr 8, 2010 12:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758996#M1461336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758997#M1461337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Your PF Status has to be used below the initialization.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; Initialization.

Set PF-STATUS 'YOUR_PF_STATUS' &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prasath Arivazhagan on Apr 8, 2010 9:24 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 07:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758997#M1461337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758998#M1461338</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;At selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set pf-status 'ZZZZ'. - Add function code for back/cancel/exit alone in GUI status 'ZZZZ'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 08:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758998#M1461338</guid>
      <dc:creator>former_member418469</dc:creator>
      <dc:date>2010-04-08T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758999#M1461339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot ! for quick response.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Techies, I want to modify the standard one as I am not sure how will I make the SAVE button (to save the variant) to work.&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 08:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6758999#M1461339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-08T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759000#M1461340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;TABLES: sscrfields.
include rsdbc1xx.
INITIALIZATION .
 
sscrfields-functxt_01 = 'Button1'.
SELECTION-SCREEN: FUNCTION KEY 1.
 
AT SELECTION-SCREEN OUTPUT.
  append 'ONLI' to current_scr-excl.
 
AT SELECTION-SCREEN.
  CASE sy-ucomm.
  WHEN 'FC01'.
"* Here you write your logic for background job
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem. This works like a charm!&lt;/P&gt;&lt;P&gt;Thanks Dzed Maroz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Samanta Limbrada on Mar 30, 2011 6:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 04:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759000#M1461340</guid>
      <dc:creator>samanta_limbrada</dc:creator>
      <dc:date>2011-03-30T04:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759001#M1461341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Udit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND:  'ONLI' TO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      p_status  = sy-pfkey&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      p_exclude = itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 05:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759001#M1461341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-30T05:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disable execute button on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759002#M1461342</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;What i understood from your problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You created the report program.&lt;/P&gt;&lt;P&gt;2) You don't want execute button.&lt;/P&gt;&lt;P&gt;3) You want to enable save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these you can do using module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 05:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-execute-button-on-selection-screen/m-p/6759002#M1461342</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2011-03-30T05:59:24Z</dc:date>
    </item>
  </channel>
</rss>

