<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952360#M944746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both events are used in Classical ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER COMMAND event will call when the user click the toolbar button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE SELECTION - This event will call when the user select the particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba3ae35c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba3ae35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/abap/program-to-test-line-selection-scrolling-within-document.htm|http://www.sap-img.com/abap/program-to-test-line-selection-scrolling-within-document.htm]&lt;/P&gt;&lt;P&gt;[http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm|http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm]&lt;/P&gt;&lt;P&gt;Reward if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 07:08:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T07:08:18Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952358#M944744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;difference between at line selection and at user command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952358#M944744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952359#M944745</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;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  &amp;lt;statements&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As described in the section Dialog Status for Lists, the function code PICK is always added to the standard list status when you have an AT LINE-SELECTION event in your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you assign PICK to other function keys or menu entries, AT LINE-SELECTION is also triggered when the user chooses then. You should avoid this for the sake of the semantics. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversely, if you have a more extensive program that does not react to line selection, you should not use the function code PICK. Instead you should assign a different function code to F2 , to ensure that as many events as possible trigger the AT USER-COMMAND event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event Block for User-Defined Function Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user chooses a function code during list processing that is neither processed by the system, or PICK or PF&amp;lt;nn&amp;gt;, the system triggers the event AT USER-COMMAND. For this event, you must define your own GUI status for a list. To react to your own function codes in a program, you must define the following event block: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;&amp;lt;statements&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this event block, you can use an IF or CASE structure to tell the function codes apart. They are available in the system field SY-UCOMM. There are further system fields that are filled in list events, such as SY-LSIND and SY-PFKEY, that allow you to make further case distinctions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952359#M944745</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2008-05-29T07:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952360#M944746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both events are used in Classical ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER COMMAND event will call when the user click the toolbar button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE SELECTION - This event will call when the user select the particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba3ae35c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dba3ae35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;[http://www.sap-img.com/abap/program-to-test-line-selection-scrolling-within-document.htm|http://www.sap-img.com/abap/program-to-test-line-selection-scrolling-within-document.htm]&lt;/P&gt;&lt;P&gt;[http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm|http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/at_list_.htm]&lt;/P&gt;&lt;P&gt;Reward if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan Suburaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 07:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3952360#M944746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T07:08:18Z</dc:date>
    </item>
  </channel>
</rss>

