<?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: Button in application toolbar in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555726#M855584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer myself...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I will just give the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gs_icon type SMP_DYNTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_icon-TEXT = 'AB'.&lt;/P&gt;&lt;P&gt;gs_icon-ICON_ID = 'CD'.&lt;/P&gt;&lt;P&gt;gs_icon-ICON_TEXT = ICON_PROTOCOL.&lt;/P&gt;&lt;P&gt;gs_icon-QUICKINFO = ' User List'.&lt;/P&gt;&lt;P&gt;sscrfields-functxt_01 = gs_icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 12:28:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T12:28:57Z</dc:date>
    <item>
      <title>Button in application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555725#M855583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I created a button in the application toolbar. I'll quote part of the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES :  sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS icon.&lt;/P&gt;&lt;P&gt;&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;INITIALIZATION.&lt;/P&gt;&lt;P&gt;MOVE ICON_PROTOCOL TO sscrfields-functxt_01.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;      WHEN'FC01'.&lt;/P&gt;&lt;P&gt;        &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;Everything is working just fine but  and the button with the proper icon is getting displayed but there is a problem i.e.&lt;/P&gt;&lt;P&gt;when I take my cursor over the button it says " @DH@(CTRL&lt;EM&gt;F1)". But want it to show what I enter like 'LIST(Alt&lt;/EM&gt;F3)' maybe. How shall i do it. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 10:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555725#M855583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T10:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Button in application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555726#M855584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer myself...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I will just give the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: gs_icon type SMP_DYNTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gs_icon-TEXT = 'AB'.&lt;/P&gt;&lt;P&gt;gs_icon-ICON_ID = 'CD'.&lt;/P&gt;&lt;P&gt;gs_icon-ICON_TEXT = ICON_PROTOCOL.&lt;/P&gt;&lt;P&gt;gs_icon-QUICKINFO = ' User List'.&lt;/P&gt;&lt;P&gt;sscrfields-functxt_01 = gs_icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 12:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555726#M855584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T12:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Button in application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555727#M855585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I answered it myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 12:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555727#M855585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T12:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Button in application toolbar</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555728#M855586</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 define a &lt;STRONG&gt;Info. Text&lt;/STRONG&gt; in the buton properties ( accessed from the GUI status of the screen. You will find it in the pop-up "Function Attributes" after clicking the button in the "Items").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 12:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-in-application-toolbar/m-p/3555728#M855586</guid>
      <dc:creator>sharat_chandra</dc:creator>
      <dc:date>2008-03-28T12:31:50Z</dc:date>
    </item>
  </channel>
</rss>

