<?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: list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204572#M1004862</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;Set the sy-lsind to the list index to which you would like to go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only backward navigation not forward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-lsind = 16.&lt;/P&gt;&lt;P&gt;  sy-lsind = 2.&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2008 12:50:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-28T12:50:36Z</dc:date>
    <item>
      <title>list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204570#M1004860</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;while displaying lists through interactive reporting.Suppose if I were at 16th list and suppose If I want to see the 3rd list or someother list suddenly.what is the procedure for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 10:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204570#M1004860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204571#M1004861</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;do this way ...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if sy-lsind = 16.
 sy-lsind = 3.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Santosh Kumar Patha on Jul 28, 2008 6:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 10:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204571#M1004861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T10:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204572#M1004862</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;Set the sy-lsind to the list index to which you would like to go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only backward navigation not forward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-lsind = 16.&lt;/P&gt;&lt;P&gt;  sy-lsind = 2.&lt;/P&gt;&lt;P&gt;endif &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 12:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204572#M1004862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204573#M1004863</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;You have a SYSTEM FIELD called SY-LSIND where you can assign the list index number so suppose if you are in 16th list index then in that level you write a code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-LSIND = 16.&lt;/P&gt;&lt;P&gt; SY-LSIND  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 13:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/list/m-p/4204573#M1004863</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-28T13:00:40Z</dc:date>
    </item>
  </channel>
</rss>

