<?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: Push button not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966312#M68604</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module user_command_0200 input.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;     when 'PUSH'.&lt;/P&gt;&lt;P&gt;       perform xyz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if problem contines set break point and give the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2005 05:13:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-24T05:13:19Z</dc:date>
    <item>
      <title>Push button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966308#M68600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my screen painter i have a pushbutton, so in my program when i press this pushbutton it has to perform something, but it does do anything nothing happens when i press.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &lt;/P&gt;&lt;P&gt;module user_command_0200 input.&lt;/P&gt;&lt;P&gt;case&lt;/P&gt;&lt;P&gt;save_ok&lt;/P&gt;&lt;P&gt; when 'push'.&lt;/P&gt;&lt;P&gt; perform xyz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not performing anything, nothing happens when i press the pushbutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this will be of great use to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 20:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966308#M68600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T20:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Push button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966309#M68601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you entered 'PUSH' in the attribute 'FctCode' of the pushbutton?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure your 'save_ok' has the value 'PUSH' in it by the time it reaches this user_command_0200 module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember you have to use uppercase 'PUSH' not lowercase 'push' as you entered here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2005 20:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966309#M68601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-23T20:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Push button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966310#M68602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the post if answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 02:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966310#M68602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T02:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Push button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966311#M68603</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;Try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE user_command_9001 INPUT.


  REFRESH i_fieldrows.
  CALL METHOD o_alvgrid-&amp;gt;get_selected_rows
              IMPORTING
              et_index_rows = i_fieldrows.
  LOOP AT i_fieldrows INTO w_fieldrows.
    READ TABLE i_output INTO w_output INDEX w_fieldrows-index.
  ENDLOOP.
  CASE sy-ucomm.
    WHEN 'EXIT' OR  'CANC'.
      PERFORM f9005_free_objects :
              USING o_alvgrid 'ALV' text-e02 ,
              USING o_dockingcontainer 'DOCKING' text-e01.
      LEAVE PROGRAM.
    WHEN 'BACK'.
      PERFORM f9005_free_objects :
              USING o_alvgrid 'ALV' text-e02 ,
              USING o_dockingcontainer 'DOCKING' text-e01.
      SET SCREEN '0'.
    WHEN 'MMBE'&amp;lt;b&amp;gt;.(function code for the button in appplication toolbar)&amp;lt;/b&amp;gt;
      IF w_output-matnr IS INITIAL.
        MESSAGE i001 WITH text-e07.
      ELSE.
        SET PARAMETER ID 'MAT' FIELD w_output-matnr.
        SET PARAMETER ID 'WRK' FIELD w_output-werks.
        CALL TRANSACTION c_transaction_call_mmbe AND SKIP FIRST SCREEN .
      ENDIF.
    WHEN OTHERS.
  ENDCASE.
ENDMODULE.                 " USER_COMMAND_9001  INPUT
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 03:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966311#M68603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T03:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Push button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966312#M68604</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the module user_command_0200 input.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;     when 'PUSH'.&lt;/P&gt;&lt;P&gt;       perform xyz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if problem contines set break point and give the analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 05:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-not-working/m-p/966312#M68604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T05:13:19Z</dc:date>
    </item>
  </channel>
</rss>

