<?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: Application tool bar at selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210769#M1006200</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 dont see why you want to remove the exec button. If you have the FC01 and FC02 keys you would have to write all your code in At Selection-Screen Event the control would never go into start-of-selection. the only way you can go to the event start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kaluvala Santhosh on Jul 25, 2008 4:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 11:11:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-25T11:11:20Z</dc:date>
    <item>
      <title>Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210765#M1006196</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 application tool bar iam using following code.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = 'Report'.&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_02 = 'Clear'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But iam getting 3 application tool bar 1.Execute 2.Report 3.Clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want only Report and Clear buttons,how can I remove default execute button from application tool bar.&lt;/P&gt;&lt;P&gt;Pls advice me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful answers,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Anil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 10:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210765#M1006196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210766#M1006197</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;&lt;/P&gt;&lt;P&gt;AT SELECTION_SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'SPACE'  EXCLUDING 'EXECUTE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can do the above way but handle the other buttons as per your requirement&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 11:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210766#M1006197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210767#M1006198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Define ur own PF status in SE41 and set it in ur program in the event AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'VINU'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to handle the user actions in ur program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 11:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210767#M1006198</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-25T11:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210768#M1006199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ZREPORT.
 
DATA:
  gt_exclude TYPE TABLE OF rsexfcode,
  gs_exclude TYPE          rsexfcode.
 
PARAMETERS:
  pa_test TYPE c.
  
INITIALIZATION.
  gs_exclude-fcode  = 'ONLI'.
  APPEND gs_exclude TO gt_exclude.
  
AT SELECTION-SCREEN OUTPUT.
  
  CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
    EXPORTING
      p_status  = '%_00'
      p_program = 'RSSYSTDB'
    TABLES
      p_exclude = gt_exclude.
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 11:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210768#M1006199</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2008-07-25T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210769#M1006200</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 dont see why you want to remove the exec button. If you have the FC01 and FC02 keys you would have to write all your code in At Selection-Screen Event the control would never go into start-of-selection. the only way you can go to the event start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kaluvala Santhosh on Jul 25, 2008 4:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 11:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210769#M1006200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T11:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Application tool bar at selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210770#M1006201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer to following link.i hope it will solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5575843"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 11:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-tool-bar-at-selection-screen/m-p/4210770#M1006201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T11:13:41Z</dc:date>
    </item>
  </channel>
</rss>

