<?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 table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218141#M767451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below site may be helpful to u&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/d080b49fc111d2bd68080009b4534c/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9b/d080b49fc111d2bd68080009b4534c/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;suma sailaja pvn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 08:47:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-07T08:47:28Z</dc:date>
    <item>
      <title>event table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218139#M767449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is event table.?plz tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 08:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218139#M767449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T08:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: event table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218140#M767450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table Events&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Events in the View Designer&lt;/P&gt;&lt;P&gt;&amp;amp;#9679;     onFilter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The display of rows in a table can be restricted using the onFilter action. This can improve the overview of the information contained in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table UI element and the TableColumn element provide the application developer with an interface to display a so-called filter row. The filter row is displayed right below the column header area and does not change position when the user browses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The filtering of table entries requires:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#9675;     ^The option to specify a criterion for each table column to restrict the result list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each table column enables you to bind its filterValue property to a context attribute that defines the value to be filtered. Due to the binding of this property to a context attribute, an input element, which can be used to enter the value to be filtered, is displayed in the column below the column header area. If the value set is assigned to the attribute, a drop-down box is provide instead of an input field. To use the value set for the filter, this must contain an entry with an initial value to reset the filter. At runtime, the filter input of the user is located in the context attribute to which the property is bound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#9675;     The option to start the filter process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Table UI element provides the onFilter property, which can be associated with an action.Due to the association with an action, the filter row is displayed in the table. The filter row contains the button as the first element on the left side. When the user chooses this button, the associated action is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic of the filter process is not implemented in Web Dynpro. The application developer must implement the action to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#9679;     onLeadSelect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action executed when the lead selection of the table is to be changed (see selectionChangeBehaviour).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Name&lt;/P&gt;&lt;P&gt; Type&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; IF_WD_CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;COL&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt; ID of the column&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NEW_ROW_ELEMENT&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OLD_ROW_ELEMENT&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ROW&lt;/P&gt;&lt;P&gt; I&lt;/P&gt;&lt;P&gt; Row number&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#9679;     onScroll&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action executed when the user scrolls through the table. (Use this event only for Context Paging.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Name&lt;/P&gt;&lt;P&gt; Type&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; IF_WD_CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NEW_FIRST_VISIBLE_ROW&lt;/P&gt;&lt;P&gt; I&lt;/P&gt;&lt;P&gt; New first visible row&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OLD_FIRST_VISIBLE_ROW&lt;/P&gt;&lt;P&gt; I&lt;/P&gt;&lt;P&gt; Old first visible row&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;#9679;     onSort&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Action executed when the user sorts the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Name&lt;/P&gt;&lt;P&gt; Type&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; IF_WD_CONTEXT_ELEMENT&lt;/P&gt;&lt;P&gt; Standard Parameter&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;COL&lt;/P&gt;&lt;P&gt; STRING&lt;/P&gt;&lt;P&gt; ID of the column you want to sort&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DIRECTION&lt;/P&gt;&lt;P&gt; WDUI_TABLE_COL_SORT_DIR&lt;/P&gt;&lt;P&gt; Sorting direction&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;reward if help.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 08:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218140#M767450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: event table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218141#M767451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below site may be helpful to u&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/d080b49fc111d2bd68080009b4534c/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9b/d080b49fc111d2bd68080009b4534c/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;suma sailaja pvn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 08:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218141#M767451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T08:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: event table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218142#M767452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this link it will be very useful for u:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/2d/390e422dfcde2ce10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/2d/390e422dfcde2ce10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful srinath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;swaroop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 08:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-table/m-p/3218142#M767452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T08:48:12Z</dc:date>
    </item>
  </channel>
</rss>

