<?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 selection screen application toolbar button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802173#M654398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to create a GUI status for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS '100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this in code and double click on '100'.. you will be directed to the menu painter(SE41)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create this status with the buton u want to show..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 14:23:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T14:23:10Z</dc:date>
    <item>
      <title>Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802172#M654397</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 am using the following code to add a button in the selection screen application toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS icon.&lt;/P&gt;&lt;P&gt;TABLES sscrfields.&lt;/P&gt;&lt;P&gt;DATA: functxt TYPE smp_dyntxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;functxt-icon_id   = icon_skip .&lt;/P&gt;&lt;P&gt;  functxt-quickinfo = 'skip'&lt;/P&gt;&lt;P&gt;  sscrfields-functxt_01 = functxt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    i would like to show the newly added button( of selection screen's application toolbar) , in disable mode , but dont want to hide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 13:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802172#M654397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802173#M654398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to create a GUI status for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS '100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this in code and double click on '100'.. you will be directed to the menu painter(SE41)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create this status with the buton u want to show..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802173#M654398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802174#M654399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This selection screen is already an existing one with the default application toolbar with few buttons added (delivered to customer).so i can't create a new GUI status for this .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802174#M654399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802175#M654400</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;Just check there must be a GUI status used... we can not directly modify the standard status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they must have used something..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802175#M654400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802176#M654401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jey,&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;double click on ur pf-status, it will take to SE41 , then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Go To, Attributes--&amp;gt;Pushbutton Assignment, Now choose the radiobutton for "Display All", save and activate. &lt;/P&gt;&lt;P&gt;then use  the EXCLUDING extension of the SET PF-STATUS statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'XXX' EXCLUDING 'XXXX'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802176#M654401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802177#M654402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vikas,&lt;/P&gt;&lt;P&gt;    can u just try to add the code , that i had posted earlier to add buttions in application toolbar of selection screen with out the statment set pf-status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802177#M654402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802178#M654403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandrasekar ,&lt;/P&gt;&lt;P&gt;    your suggestion is absolutley correct , if i have added application tool bar with set pf-status. but i had used the code that i had posted earlier. so in my case , no need to set the selection screen applicaton tool bar with set pf-status.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802178#M654403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable selection screen application toolbar button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802179#M654404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;  try to find a property in sscrfields ie a field in  sscrfields , i hope there must be some thing to hide it . &lt;/P&gt;&lt;P&gt;alternatively u can copy the existing gui status (if it is used in more then on program ) and make changes send it with the code . &lt;/P&gt;&lt;P&gt;does sscrfield adds it to application tool bar ? &lt;/P&gt;&lt;P&gt;i am not sure i dont have SAP system right now . but hope making changes in GUI status will help u . if thats standard GUI u can copy that also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes to solve this (-:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 14:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disable-selection-screen-application-toolbar-button/m-p/2802179#M654404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T14:56:51Z</dc:date>
    </item>
  </channel>
</rss>

