<?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 NON-function keys linked to a command in a Dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492321#M839901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo everybody.&lt;/P&gt;&lt;P&gt;I need to link two &lt;STRONG&gt;non-function-keys&lt;/STRONG&gt; of the keyboard:&lt;/P&gt;&lt;P&gt; - "Y" as "Yes" button --&amp;gt; it continues the elaboration&lt;/P&gt;&lt;P&gt; - "N" as "No"   button --&amp;gt; it comes back to the previous screen&lt;/P&gt;&lt;P&gt;for trigger two command buttons in a dynpro.&lt;/P&gt;&lt;P&gt;Is it possible to do it?&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;I hope that you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;Alfonso Gentile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 16:59:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T16:59:25Z</dc:date>
    <item>
      <title>NON-function keys linked to a command in a Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492321#M839901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo everybody.&lt;/P&gt;&lt;P&gt;I need to link two &lt;STRONG&gt;non-function-keys&lt;/STRONG&gt; of the keyboard:&lt;/P&gt;&lt;P&gt; - "Y" as "Yes" button --&amp;gt; it continues the elaboration&lt;/P&gt;&lt;P&gt; - "N" as "No"   button --&amp;gt; it comes back to the previous screen&lt;/P&gt;&lt;P&gt;for trigger two command buttons in a dynpro.&lt;/P&gt;&lt;P&gt;Is it possible to do it?&lt;/P&gt;&lt;P&gt;How can I do it?&lt;/P&gt;&lt;P&gt;I hope that you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;Alfonso Gentile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 16:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492321#M839901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T16:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: NON-function keys linked to a command in a Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492322#M839902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you are going to be able to do that with SAPGui and buttons... you could use a listbox with "Y" and "N" options and link a command to the listbox on change of value, but typically the SAPGui does not respond to "keypress" events directly unless there is a front-end control of some sort watching for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 03:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492322#M839902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-16T03:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: NON-function keys linked to a command in a Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492323#M839903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply, Jonathan.&lt;/P&gt;&lt;P&gt;The listbox on the dynpro is a good idea, but my application is studied for work with radio-frequency terminals. So I think that the listbox could not be supported.&lt;/P&gt;&lt;P&gt;Anyway I'll propose my solution inserting a controlled I/O field (type CHAR1) where the user will choose the 2 answers (Y/N only) and confirm with Enter.&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;Alfonso Gentile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 10:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/non-function-keys-linked-to-a-command-in-a-dynpro/m-p/3492323#M839903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-16T10:04:18Z</dc:date>
    </item>
  </channel>
</rss>

