<?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: Interactive ALV Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357579#M1399916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got solution by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jun 2010 07:29:42 GMT</pubDate>
    <dc:creator>former_member1125862</dc:creator>
    <dc:date>2010-06-23T07:29:42Z</dc:date>
    <item>
      <title>Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357573#M1399910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Interactive ALV report.I got one requirement.&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;I have 3 tables tab1,tab2,tab3.&lt;/P&gt;&lt;P&gt;I had displayed the first screen of the report .&lt;/P&gt;&lt;P&gt;For example the screen is as follows&lt;/P&gt;&lt;P&gt;USER--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="---------" /&gt;DATE&lt;DEL&gt;&lt;HR originaltext="--------------" /&gt;CREATED&lt;/DEL&gt;--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt;CHANGE&lt;/P&gt;&lt;P&gt;1                         12012009                       4                                 8&lt;/P&gt;&lt;P&gt;2                         12012009                       5                                 9&lt;/P&gt;&lt;P&gt;3                         12012009                       6                                 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the next screen,  if i press on 1 under USER column, i have to loop with table tab1 and display all the fields in that table.&lt;/P&gt;&lt;P&gt;Same as.&lt;/P&gt;&lt;P&gt;If i press on 4 under CREATED column, i have to loop with table tab2 and display all the fields in that table.&lt;/P&gt;&lt;P&gt;Same as.&lt;/P&gt;&lt;P&gt;If i press on 8 under CHANGE column, i have to loop with table tab3 and display all the fields in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me in solving this problem.&lt;/P&gt;&lt;P&gt;Waiting for your replay.&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;Kruthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357573#M1399910</guid>
      <dc:creator>former_member1125862</dc:creator>
      <dc:date>2009-12-02T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357574#M1399911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please see the package SLIS in SE80 for more details. There are lots of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357574#M1399911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357575#M1399912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can handle the same using the event double_click of the class cl_gui_alv_grid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 11:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357575#M1399912</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-12-02T11:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357576#M1399913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;T.code abapdocu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;then select ABAP USER DIALOGS -&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---" /&gt;&amp;gt; LIST &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SO many  example&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 12:04:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357576#M1399913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T12:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357577#M1399914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kruthik,&lt;/P&gt;&lt;P&gt;                I have explained briefly with you example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While calling Functional Module "REUSE_ALV_LIST_DISPLAY", you have to declare or assign some User commnad value to the Exporting parameter "I_CALLBACK_USER_COMMAND" (For example "PICk").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write Subroutine with the name "PICk" as shown below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM PICK USING COMMAND LIKE SY-UCOMM&lt;/P&gt;&lt;P&gt;                SELFIELD TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA Field1 like tab1-User.&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;  Field1 = SELFIELD-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call new PERFORM to disply ITAB1 contents as shown below  	&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM display_ITAB1 using Field1 .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Inside the Perform write ur logic to display ALV report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice coding....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 12:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357577#M1399914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T12:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357578#M1399915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kruthik,&lt;/P&gt;&lt;P&gt;                I have explained briefly with you example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While calling Functional Module "REUSE_ALV_LIST_DISPLAY", you have to declare or assign some User commnad value to the Exporting parameter "I_CALLBACK_USER_COMMAND" (For example "PICk").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write Subroutine with the name "PICk" as shown below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM PICK USING COMMAND LIKE SY-UCOMM&lt;/P&gt;&lt;P&gt;                SELFIELD TYPE SLIS_SELFIELD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA Field1 like tab1-User.&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;  Field1 = SELFIELD-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call new PERFORM to disply ITAB1 contents as shown below  	&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM display_ITAB1 using Field1 .&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Inside the Perform write ur logic to display ALV report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice coding....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 12:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357578#M1399915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T12:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357579#M1399916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got solution by myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 07:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6357579#M1399916</guid>
      <dc:creator>former_member1125862</dc:creator>
      <dc:date>2010-06-23T07:29:42Z</dc:date>
    </item>
  </channel>
</rss>

