<?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/6949016#M1488401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search in SCN you will get many such threads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 May 2010 10:51:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-27T10:51:40Z</dc:date>
    <item>
      <title>Interactive ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949014#M1488399</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;Can anyone let me know how can we differentiate between different lists in an interactive ALV report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing like SY-LSIND from where we can get the current list number of the interactive report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 10:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949014#M1488399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T10:17:47Z</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/6949015#M1488400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the OO alv (Class CL_GUI_ALV_GRID) then you can use the event handlers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: If you want to know what row or column you double clicked .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event : DOUBLE_CLICK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters : &lt;/P&gt;&lt;P&gt;E_ROW&lt;/P&gt;&lt;P&gt;E_COLUMN&lt;/P&gt;&lt;P&gt;ES_ROW_NO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you know what column and what line you clicked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 10:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949015#M1488400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T10:46:12Z</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/6949016#M1488401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search in SCN you will get many such threads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 10:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949016#M1488401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T10:51:40Z</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/6949017#M1488402</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;I dont want to get the position of the click, i want the current list number in in interactive ALV report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say i have 3 lists and i am in 2nd list, then how can i determine i am in the second list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything similar to SY-LSIND?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 10:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949017#M1488402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T10:53:10Z</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/6949018#M1488403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can chek with sy-dynnr if you are having one list on one screen which will give you the current screen number in GRID disply if you are planning to make a drill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anup Deshmukh on May 27, 2010 1:09 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anup Deshmukh on May 27, 2010 1:10 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 11:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949018#M1488403</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-05-27T11:08:58Z</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/6949019#M1488404</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;I want to make some field visible in secondary lists, but want to hide that field in the initial list or primary list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the date field to be conditional in the Header of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used different list headers for both the lists and this is working fine for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i click on the back button from the second list and come back to the first list, that conditional field is still visible but that should be hidden?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 11:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949019#M1488404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T11:39:44Z</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/6949020#M1488405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please into the below query and help me out with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 05:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949020#M1488405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T05:27:24Z</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/6949021#M1488406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me some solutions for my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 09:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949021#M1488406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-26T09:55:34Z</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/6949022#M1488407</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;There is a field called SY-LILLI where you can catch the list you are Processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to see the strucutre SYST where you can find all the sytem fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 09:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949022#M1488407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-26T09:59: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/6949023#M1488408</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;I will check out for this option and get back to you if i have any more queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 09:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-report/m-p/6949023#M1488408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-31T09:52:22Z</dc:date>
    </item>
  </channel>
</rss>

