<?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 Handling function keys in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186640#M1000769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can know what function key has user pressed on the standard parameters report screen? I want to distinguish between F8 and F9 (execute on background).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2008 14:54:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-21T14:54:55Z</dc:date>
    <item>
      <title>Handling function keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186640#M1000769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can know what function key has user pressed on the standard parameters report screen? I want to distinguish between F8 and F9 (execute on background).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 14:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186640#M1000769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T14:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Handling function keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186641#M1000770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The system field SY-UCOMM will have the command assigned to the function module so you can check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest searching SDN before posting in future as most things (including this) have been asked and answered before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 14:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186641#M1000770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Handling function keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186642#M1000771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can differnetiate the F8 &amp;amp; F9 with their function code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F8 have function code ONLI &amp;amp; F9 have function code SJOB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 14:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186642#M1000771</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-07-21T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Handling function keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186643#M1000772</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;if you want to check whether the program is run in online or in background..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the system variable SY-BATCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-BATCH = 'X'..Then background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If SY-BATCH = ' '.. Then online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 15:05:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186643#M1000772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Handling function keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186644#M1000773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers. Really, I've tried to search for the answer many times before sending a new question but I failed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 15:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handling-function-keys/m-p/4186644#M1000773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-21T15:22:23Z</dc:date>
    </item>
  </channel>
</rss>

