<?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 codings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164941#M995744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then &lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 12:22:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T12:22:23Z</dc:date>
    <item>
      <title>Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164937#M995740</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;&lt;/P&gt;&lt;P&gt;Pls help me out in the coding for below,,,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 3 button  inside my screen &lt;/P&gt;&lt;P&gt;SAVE&lt;/P&gt;&lt;P&gt;CHANGE &lt;/P&gt;&lt;P&gt;DISPLAY&lt;/P&gt;&lt;P&gt;when i click on SAVE button the feild inputs shud get saved,&lt;/P&gt;&lt;P&gt;when i click on CHANGE it shud be in a editable mode m where i can change the inputs which is already SAVE&lt;/P&gt;&lt;P&gt;when i click on DISPLAY , i shud only be able to see (ie not editable mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance&lt;/P&gt;&lt;P&gt;Rach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164937#M995740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164938#M995741</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;While creating the Buttons you have defines F CODES for the Buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;your code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'DISPLAY'.&lt;/P&gt;&lt;P&gt;&amp;lt;your Code&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sumit AGarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164938#M995741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164939#M995742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only  when you start coding then only you will understand the difficulties . Please try to use SDN for Trobule shooting. Not for &lt;/P&gt;&lt;P&gt;the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your post seems like You are inputting the Spec and expecting the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use the forum for Problems or issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164939#M995742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164940#M995743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do this by using following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;START-OF-SELECTION.

  SET PF-STATUS 'STATUS'.
  PERFORM get_data_kna1.

END-OF-SELECTION.

 CASE sy-ucomm.
  WHEN 'CUSTOMER'.

      SELECT SINGLE kunnr
      FROM kna1
      INTO w_kna1
      WHERE kunnr = w_kunnr.

      IF sy-subrc &amp;lt;&amp;gt; 0.
         MESSAGE e015(zmsg9).
       ENDIF.

   WHEN 'ORDER'.
            SELECT SINGLE vbeln
      FROM vbak
      INTO w_vbak
      WHERE vbeln = w_vbeln.

      IF sy-subrc &amp;lt;&amp;gt; 0.
       MESSAGE e015(zmsg9).
      ENDIF.

  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164940#M995743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164941#M995744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok then &lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164941#M995744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Push button codings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164942#M995745</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;use the AT USERCOMMAND EVENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW IN THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use case on Sy-ucomm like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-comm.&lt;/P&gt;&lt;P&gt;when 'SAVE'&lt;/P&gt;&lt;P&gt;append the input in the field to the appropiate internal table or database table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'change'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen and make the fields input enable by &lt;/P&gt;&lt;P&gt;making &lt;/P&gt;&lt;P&gt;Screen-input = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 'display'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again  loop at screen and make the fields input disable by &lt;/P&gt;&lt;P&gt;making &lt;/P&gt;&lt;P&gt;Screen-input = '0'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope ur  problem will lead to a solution after this post &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Snehi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 12:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-codings/m-p/4164942#M995745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T12:24:35Z</dc:date>
    </item>
  </channel>
</rss>

