<?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 does not react the user action in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477285#M1060221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyway, thanks for your helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 23:50:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T23:50:40Z</dc:date>
    <item>
      <title>button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477280#M1060216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot make it works and don't know the reason why. I created a simple report and a screen. When I run and click the button, nothing happens. Any one can help me to solve this problem?&lt;/P&gt;&lt;P&gt;Here is the source code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;  module click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;source code for report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;P&gt;report  zdynpro_demo2.&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;      conn(5) type c value 'LA',&lt;/P&gt;&lt;P&gt;      ok_code type sy-ucomm.&lt;/P&gt;&lt;P&gt;CAll screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module click input.&lt;/P&gt;&lt;P&gt;  case ok_code.&lt;/P&gt;&lt;P&gt;    when 'OK'.&lt;/P&gt;&lt;P&gt;      message i006(zmsg).&lt;/P&gt;&lt;P&gt;    when 'CANCEL'.&lt;/P&gt;&lt;P&gt;      leave screen.&lt;/P&gt;&lt;P&gt;    when others.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 21:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477280#M1060216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T21:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477281#M1060217</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;In the PBO..did you create a module...and set the GUI status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 21:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477281#M1060217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477282#M1060218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no I did not do anything with PBO. How do I do that to make it works,&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 22:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477282#M1060218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T22:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477283#M1060219</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;Check the demo program DEMO_DYNPRO_GUI_STATUS..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO create a module. Then in that module ..give SET PF-STATUS '0100'. ..then double click on '0100' to create the GUI status..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba99935c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba99935c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 22:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477283#M1060219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T22:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477284#M1060220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I got it but the problem is not setting the GUI status, the problem is I set the next screen is that screen so it does not exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 23:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477284#M1060220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T23:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: button does not react the user action</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477285#M1060221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyway, thanks for your helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 23:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-does-not-react-the-user-action/m-p/4477285#M1060221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T23:50:40Z</dc:date>
    </item>
  </channel>
</rss>

