<?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: Make input possible when a button is clicked in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204366#M1982137</link>
    <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;venkateswaran.k&lt;/SPAN&gt;  Thanks. You are only missing in your code "MODIFY SCREEN."&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2020 14:24:54 GMT</pubDate>
    <dc:creator>bzakaria</dc:creator>
    <dc:date>2020-04-01T14:24:54Z</dc:date>
    <item>
      <title>Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204361#M1982132</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;In a dynpro I have a input/output field (input not possible) and a pushbutton. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1792718-dynpro.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;I want to make input possible in theinput/output field after a user click on the pushbutton.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204361#M1982132</guid>
      <dc:creator>bzakaria</dc:creator>
      <dc:date>2020-04-01T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204362#M1982133</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You asking for webdynpro or ABAP?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204362#M1982133</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-04-01T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204363#M1982134</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;venkateswaran.k&lt;/SPAN&gt; ABAP.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 11:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204363#M1982134</guid>
      <dc:creator>bzakaria</dc:creator>
      <dc:date>2020-04-01T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204364#M1982135</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN.
  CASE SY-UCOMM.
    WHEN 'b1'. &amp;lt;your button user-command&amp;gt;
      loop at screen.
        if screen-name = &amp;lt;your inputfield name&amp;gt;
          screen-active = 1.
          screen-input = 1.
        endif.
      endloop.
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204364#M1982135</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-04-01T12:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204365#M1982136</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abendynpro_mod_simple_abexa.htm"&gt;ABAP Keyword Documentation →  ABAP − Reference →  SAP GUI User Dialogs →  Dynpros →  ABAP Statements for Dynpros →  LOOP AT SCREEN →  Dynpros, Dynamic Screen Modifications&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 12:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204365#M1982136</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-04-01T12:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Make input possible when a button is clicked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204366#M1982137</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;venkateswaran.k&lt;/SPAN&gt;  Thanks. You are only missing in your code "MODIFY SCREEN."&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 14:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/make-input-possible-when-a-button-is-clicked/m-p/12204366#M1982137</guid>
      <dc:creator>bzakaria</dc:creator>
      <dc:date>2020-04-01T14:24:54Z</dc:date>
    </item>
  </channel>
</rss>

