<?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 ALV performs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043620#M420481</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;Why we dont use performs for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.TOP OF PAGE&lt;/P&gt;&lt;P&gt;2.PF STATUS&lt;/P&gt;&lt;P&gt;3.USER COMMAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2007 05:48:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-15T05:48:03Z</dc:date>
    <item>
      <title>ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043620#M420481</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;Why we dont use performs for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.TOP OF PAGE&lt;/P&gt;&lt;P&gt;2.PF STATUS&lt;/P&gt;&lt;P&gt;3.USER COMMAND&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043620#M420481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043621#M420482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a matter of fact, we do not use a PERFORM statement for any of the events of the ALV. The reason being, the REUSE_ALV_*_DISPLAY function modules are build in such a way that there is a dynamic call made inside the FM to the FORM name that you associate with the EVENT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the call is made internally by the Function Module, it is not required to have PERFORM statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043621#M420482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T05:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043622#M420483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use perform for all these in grid display.&lt;/P&gt;&lt;P&gt;for top-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  PERFORM TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  PERFORM TOP_OF_PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for pf status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM STATUS USING MYMENU.&lt;/P&gt;&lt;P&gt;    SET PF-STATUS MYMENU.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM UCOMM USING UCOM STEXT.&lt;/P&gt;&lt;P&gt;    CASE UCOM.&lt;/P&gt;&lt;P&gt;        WHEN 'ABC'.&lt;/P&gt;&lt;P&gt;        WRITE:/ 'YOU HAVE CLICKED ON ABC'.&lt;/P&gt;&lt;P&gt;        WHEN 'XYZ'.&lt;/P&gt;&lt;P&gt;        WRITE:/ 'YOU HAVE CLICKED ON XYZ'.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for user command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;  G_FIELD = SPACE.&lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD G_FIELD.&lt;/P&gt;&lt;P&gt;  PERFORM USER_COMMAND.&lt;/P&gt;&lt;P&gt;&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;Prajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043622#M420483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043623#M420484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   We use performs for Top-Of-Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For PF_status and user_command we won't use the performs as we use both for&lt;/P&gt;&lt;P&gt;User menus and User command purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:00:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043623#M420484</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-03-15T06:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043624#M420485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 'REUSE_ALV_GRID_DIsplay' or list display you already have performs for top of page like i_callback_top_of page etc . this calls your subroutine . So you do not need another perform for that.&lt;/P&gt;&lt;P&gt;Remember to pass ur subroutine name in I_CAllback_top_of_page though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.: i_callback_top_of_page = 'Top-of-page'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is like perform top-of-page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043624#M420485</guid>
      <dc:creator>Azeemquadri</dc:creator>
      <dc:date>2007-03-15T06:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV performs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043625#M420486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per your qery all those are events in your event tab which you are passing for alv display that contain two things that is event name and associated form name. so that when any event is triggered it is searching for the associated form(which is defined in the event tab) and  execute that form. But for user command or pf-status sap provide us a easier way to define our form name for the perticular event in the export parameter itself .. But for both the cases the execution procedure is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 06:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-performs/m-p/2043625#M420486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T06:14:16Z</dc:date>
    </item>
  </channel>
</rss>

