<?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 function code for enter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-enter/m-p/6902593#M1481563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the function code for 'enter'. i used 'space' but its working  both for scrolling and enter so need function code only for enter. please give me answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 04:58:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-07T04:58:02Z</dc:date>
    <item>
      <title>function code for enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-enter/m-p/6902593#M1481563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the function code for 'enter'. i used 'space' but its working  both for scrolling and enter so need function code only for enter. please give me answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 04:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-enter/m-p/6902593#M1481563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T04:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: function code for enter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-enter/m-p/6902594#M1481564</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;Please search the forum. This question has been answered many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;&lt;/P&gt;&lt;P&gt;The keyboard event 'Enter' does not have a default sy-ucomm or a Function code associated with it.&lt;/P&gt;&lt;P&gt;So, whenever you press Enter, it triggers the PAI (sy-ucomm would be blank).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign a Function code for Enter. Go to the GUI Status of the Screen -&amp;gt; Function Keys -&amp;gt; You will find a icon Enter (the one with the tick mark in a green circular background) -&amp;gt; Assign Function code like 'ENTER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in your PAI, restrict your code saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if sy-ucomm = 'ENTER'.
 "Logic
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 05:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-enter/m-p/6902594#M1481564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T05:15:26Z</dc:date>
    </item>
  </channel>
</rss>

