<?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: Basic List in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039881#M86144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using leave to list processing . This is for dilaog screen when you want to switch to list screens. &lt;/P&gt;&lt;P&gt;If you are tring to display a list on dialog screen then you will have to use your own varaible instead of SY-LSIND to have the list level. Then in PBO based on your variable you can display the respective list level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2005 14:29:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-08T14:29:36Z</dc:date>
    <item>
      <title>Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039877#M86140</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 have a basic list and 4 secondary list. I am NOT using the BACK button. Instead i have created a button that acts like the standard BACK button. From the 4th List, if i keep pressing the button, it should take the user one list back. Any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039877#M86140</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2005-11-08T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039878#M86141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shanmugham,&lt;/P&gt;&lt;P&gt;   When you handle your own BACK Button in the at user-command section, your should reset your sy-lsind to one less than its present value&lt;/P&gt;&lt;P&gt;sy-lsind = sy-lsind - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039878#M86141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039879#M86142</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 gave &lt;/P&gt;&lt;P&gt;sy-lsind = sy-lsind - 1.&lt;/P&gt;&lt;P&gt;leave to List processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still it is not working. Any Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039879#M86142</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2005-11-08T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039880#M86143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about ALV report then there are lot of examples in sap see SE38 BALV*. They will help. If you are talking about simple interactive report then use sy-lsind = sy-lsind - 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039880#M86143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039881#M86144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using leave to list processing . This is for dilaog screen when you want to switch to list screens. &lt;/P&gt;&lt;P&gt;If you are tring to display a list on dialog screen then you will have to use your own varaible instead of SY-LSIND to have the list level. Then in PBO based on your variable you can display the respective list level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039881#M86144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039882#M86145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After pressing your button use FM 'SAPGUI_SET_FUNCTIONCODE' and set a new function code 'BACK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039882#M86145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Basic List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039883#M86146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shanmugham,&lt;/P&gt;&lt;P&gt;   You should not use leave to list processing if its just an interactive report(Not a Module program).Can we have a look at your code , so that we can have a better idea?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2005 14:33:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-list/m-p/1039883#M86146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-08T14:33:11Z</dc:date>
    </item>
  </channel>
</rss>

