<?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: which will trigger first atline selection or at user command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366956#M524152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Answer is AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user triggers the function code PICK, AT LINE-SELECTION is always triggered if the cursor is positioned on a list line.&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 PFnn, 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;  statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 12:34:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-04T12:34:48Z</dc:date>
    <item>
      <title>which will trigger first atline selection or at user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366955#M524151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which will trigger first atline selection or at user command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 12:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366955#M524151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T12:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: which will trigger first atline selection or at user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366956#M524152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Answer is AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user triggers the function code PICK, AT LINE-SELECTION is always triggered if the cursor is positioned on a list line.&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 PFnn, 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;  statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check &lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db9a1435c111d1829f0000e829fbfe/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 12:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366956#M524152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: which will trigger first atline selection or at user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366957#M524153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pradeep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line selection will trigger first for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user command triggers only when u press a button or check checkbox or radobutton. in other cases user command doesnot gets trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but at line selection will get trigger when u select any line in classical reports.&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;&lt;/P&gt;&lt;P&gt;swati&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 12:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366957#M524153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: which will trigger first atline selection or at user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366958#M524154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is no sequence in this both commands.&lt;/P&gt;&lt;P&gt;if user double clicks on particalr line of the list, then at-line slection will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useer selects a partcular record or line and selects a push button, then at-user command will trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be no sequenece for these commands as like Simple events of report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 12:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366958#M524154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T12:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: which will trigger first atline selection or at user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366959#M524155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection will trigger first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at user-comm is triggered when use defined a gui status and any buttons which r having F.codes n when u clicked in that button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 12:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-will-trigger-first-atline-selection-or-at-user-command/m-p/2366959#M524155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T12:39:59Z</dc:date>
    </item>
  </channel>
</rss>

