<?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: Event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475545#M835424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statemet defines an event block whose event is triggered by the ABAP runtime environment during list display - provided the screen cursor is on a list line and a function is selected using the function code PF##. Here ## stands for a number between 01 and 24. In the= standard list status, these function codes are assigned to the function keys of the input device. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Instead of AT PF## , AT USER-COMMAND should always be used and special function codes should be assigned to the required function keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 11:57:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T11:57:29Z</dc:date>
    <item>
      <title>Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475544#M835423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use AT PFn? What numbers we can use instead of n?&lt;/P&gt;&lt;P&gt;How many function keys r used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475544#M835423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475545#M835424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statemet defines an event block whose event is triggered by the ABAP runtime environment during list display - provided the screen cursor is on a list line and a function is selected using the function code PF##. Here ## stands for a number between 01 and 24. In the= standard list status, these function codes are assigned to the function keys of the input device. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;Instead of AT PF## , AT USER-COMMAND should always be used and special function codes should be assigned to the required function keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:57:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475545#M835424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475546#M835425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT PFn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect Event in interactive reporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, n stands for a numeric value between 0 and 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This event is executed whenever the user presses a function key&lt;/P&gt;&lt;P&gt;that contains the function code PFn in the interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definition. The default status for lists contains some of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, the effect is as for the variant AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;The cursor can be on any line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes 1. To ensure that the chosen function is executed only for&lt;/P&gt;&lt;P&gt;valid lines, you can check the current HIDE information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This variant should be used only for test or prototyping&lt;/P&gt;&lt;P&gt;purposes, since the default status is not normally used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, you should set a program-specific status with SET&lt;/P&gt;&lt;P&gt;PF-STATUS. This should not contain any function codes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 11:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475546#M835425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475547#M835426</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;ATPFn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the n number can be any thing apart from standard keys like &lt;/P&gt;&lt;P&gt;f1-help&lt;/P&gt;&lt;P&gt;f3-back&lt;/P&gt;&lt;P&gt;f4-help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f8-execute &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apart from these key words we can use any thing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actuvally ATPF means function keys(ex:F1,F2,F3....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just write the code what ever you want display after pressing some Function key  under ATPFn&lt;/P&gt;&lt;P&gt;n can be 2  5 6 7 9 10 11 12 13 14 15 16 17 18 19 ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ATPF2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;write : 'hi'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever you press F2 it will display that message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 12:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event/m-p/3475547#M835426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T12:04:08Z</dc:date>
    </item>
  </channel>
</rss>

