<?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 Icon on a Pushbutton with Dynamic Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186881#M465812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pushbutton on my application toolbar having dynamic text i.e. based on certain conditons, I change the pushbutton text to one or the other text.&lt;/P&gt;&lt;P&gt;Is it possible to have an icon on this pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagerly waiting 4 ur answers.&lt;/P&gt;&lt;P&gt;Helpful answers will be suitably rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 06:07:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T06:07:14Z</dc:date>
    <item>
      <title>Icon on a Pushbutton with Dynamic Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186881#M465812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pushbutton on my application toolbar having dynamic text i.e. based on certain conditons, I change the pushbutton text to one or the other text.&lt;/P&gt;&lt;P&gt;Is it possible to have an icon on this pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagerly waiting 4 ur answers.&lt;/P&gt;&lt;P&gt;Helpful answers will be suitably rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186881#M465812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Icon on a Pushbutton with Dynamic Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186882#M465813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to "pf-Status" of the screen where you added the button. There you will find  "application toolbar items". Bouble click urbutton there. There you will find a option of including icon. Select a suitable icon from the help and activate the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186882#M465813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Icon on a Pushbutton with Dynamic Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186883#M465814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The option is " Icon_name".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186883#M465814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Icon on a Pushbutton with Dynamic Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186884#M465815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While craeting the PF-STATUS ..in Application tool bar give the element name then one pop-up will come and it will ask the TEXT type (Dynamic/Static).. You can choose Dynamic... Then it will ask the variable name (Table Field/ Program filed).. select program field --&amp;gt; Then the content of the program field will appear on the button... based on the chnages to the field content the text will change...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Icon also you add the Icon value in the TEXT using concatenate... then the Icon as well as text will come on push button....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186884#M465815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Icon on a Pushbutton with Dynamic Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186885#M465816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. the Problem is solved and I have given the points accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/icon-on-a-pushbutton-with-dynamic-text/m-p/2186885#M465816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:24:46Z</dc:date>
    </item>
  </channel>
</rss>

