<?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: alv grid using oops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269518#M492825</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 such parameter in the method SET_TABLE_FOR _FIRST &lt;U&gt;DISPLAY. U need to handle the events. U can learn how to handle events by looking at the standard program 'BCALV&lt;/U&gt;TEST_GRID_EVENTS'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 10:21:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T10:21:01Z</dc:date>
    <item>
      <title>alv grid using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269514#M492821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt; In CALL FUNCTION REUSE_ALV_GRID_DISPLAY, i have pass this parameter&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;             it_event_exit            = g_event_exit.&lt;/P&gt;&lt;P&gt;is there any parameter which is similar to these in SET_TABLE_FOR _FIRST _DISPLAY using oops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269514#M492821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269515#M492822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmasri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to declare the events and then handle them using eventhandler in OOPS&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269515#M492822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269516#M492823</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 parameter with in the method SET_TABLE_FOR _FIRST _DISPLAY  to handle events.&lt;/P&gt;&lt;P&gt;but u can gor for another method  LIST_PROCESSING_EVENTS ,SET_USER_COMMAND (for usercommands) , where u can handle some  events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revrt back if nay issue&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;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naveen Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269516#M492823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269517#M492824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Padma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the &amp;lt;i&amp;gt;ABAP Objects&amp;lt;/i&amp;gt; forum for my sample reports (beginning with &amp;lt;b&amp;gt;ZUS_SDN&amp;lt;/b&amp;gt;). All of them contain at least one example of OO-based event handling. These are &amp;lt;u&amp;gt;simplified &amp;lt;/u&amp;gt;reports showing the only the crucial points of event handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 09:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269517#M492824</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-05-21T09:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: alv grid using oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269518#M492825</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 such parameter in the method SET_TABLE_FOR _FIRST &lt;U&gt;DISPLAY. U need to handle the events. U can learn how to handle events by looking at the standard program 'BCALV&lt;/U&gt;TEST_GRID_EVENTS'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 10:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-using-oops/m-p/2269518#M492825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T10:21:01Z</dc:date>
    </item>
  </channel>
</rss>

