<?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 Dynamically changing icon in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471022#M834355</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;anyone know how to change button's icon dynamically ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2008 12:25:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-03T12:25:01Z</dc:date>
    <item>
      <title>Dynamically changing icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471022#M834355</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;anyone know how to change button's icon dynamically ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 12:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471022#M834355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically changing icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471023#M834356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;refer to the link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://abapprogramming.blogspot.com/2007/08/lesson-39-screen-elements-for-output.html" target="test_blank"&gt;http://abapprogramming.blogspot.com/2007/08/lesson-39-screen-elements-for-output.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/905e3d36-0301-0010-30ac-b55865545635" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/905e3d36-0301-0010-30ac-b55865545635&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freepatentsonline.com/y2008/0028328.html" target="test_blank"&gt;http://www.freepatentsonline.com/y2008/0028328.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sreelakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 12:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471023#M834356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically changing icon</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471024#M834357</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;if that button is in Selection screen do like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN PUSHBUTTON 10(10) but1 USER-COMMAND com.
DATA flag.

INITIALIZATION.
  MOVE '@08@ Go' TO but1.

AT SELECTION-SCREEN.
  CASE flag.
    WHEN 'X'.
      MOVE '@08@ Go' TO but1.
      MOVE ' ' TO flag.
    WHEN ' '.
      MOVE '@0A@ Stop' TO but1.
      MOVE 'X' TO flag.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 12:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-changing-icon/m-p/3471024#M834357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T12:33:35Z</dc:date>
    </item>
  </channel>
</rss>

