<?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: How to change push button text dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057672#M969965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 21:44:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T21:44:03Z</dc:date>
    <item>
      <title>How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057669#M969962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;Is there any way by which i can change the push button text dynamically in module pool progrramming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yogesh Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 22:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057669#M969962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T22:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057670#M969963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the text on a pushbutton dynamically. To do this, you must have set the Output field attribute in the Screen Painter to active, and created a global field with the same name in your ABAP program. Because the Screen Painter field and the program field have the same name, any changes to the field contents will be immediately visible on the screen (similarly to input/output fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write similar code in ur PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_button1 = 'TEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_click eq 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name eq 'G_BUTTON1'.&lt;/P&gt;&lt;P&gt;g_button1 = 'NAVEEN'.&lt;/P&gt;&lt;P&gt;clear v_click.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially TEST will be displayed on pushbutton. based on ur action it will be changed to NAVEEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clarifies your doubt.&lt;/P&gt;&lt;P&gt;Let me know if you need any other inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen Veshala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 01:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057670#M969963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T01:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057671#M969964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Have u check thease theards?&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=13290629&amp;amp;messageID=3484969" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=13290629&amp;amp;messageID=3484969&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=13290629&amp;amp;messageID=2236614" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=13290629&amp;amp;messageID=2236614&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 02:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057671#M969964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T02:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057672#M969965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 21:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057672#M969965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T21:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057673#M969966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this post, you will definitely get it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://theabap.blogspot.in/2013/06/changing-label-of-push-button.html"&gt;http://theabap.blogspot.in/2013/06/changing-label-of-push-button.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057673#M969966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-25T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change push button text dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057674#M969967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;In&amp;nbsp; PBO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;IN PBO you can give text&amp;nbsp; and in PAI you can clear it ,its simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;IF gd_print EQ 'X'.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp; gd_text = text-001.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;ELSE.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp; gd_text = text-002.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;In&amp;nbsp; USER_COMMAND Module in PA I,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp; WHEN 'PRINT'. "&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF gd_print EQ 'X'.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLEAR gd_print.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gd_print = 'X'.&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 10:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-change-push-button-text-dynamically/m-p/4057674#M969967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-27T10:25:18Z</dc:date>
    </item>
  </channel>
</rss>

