<?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 interactive alv problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-problem/m-p/3149535#M748888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created interactive alv program, in the first list i have editable checkboxes as well as in apllication toolbar i created three push buttons like 'CREATEUSER' 'SELECTALL' 'DESELECTALL'  by defualt all checkboxeses are selected, if click on the 'DESELECTALL'  it will deselect all the checkboxes in the report, like this if  i press on  'SELECTALL' it will select all the checkboxes  onceagain, after i click on the back button on the standardtoolbar it is not going to the selection screen of the program, just it going previous action like select all and  deselectall  like. in normal report if we specify the sy-lisindex = 0 something it will directly display the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how  to resolve the problem this probelm,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 07:42:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T07:42:13Z</dc:date>
    <item>
      <title>interactive alv problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-problem/m-p/3149535#M748888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created interactive alv program, in the first list i have editable checkboxes as well as in apllication toolbar i created three push buttons like 'CREATEUSER' 'SELECTALL' 'DESELECTALL'  by defualt all checkboxeses are selected, if click on the 'DESELECTALL'  it will deselect all the checkboxes in the report, like this if  i press on  'SELECTALL' it will select all the checkboxes  onceagain, after i click on the back button on the standardtoolbar it is not going to the selection screen of the program, just it going previous action like select all and  deselectall  like. in normal report if we specify the sy-lisindex = 0 something it will directly display the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how  to resolve the problem this probelm,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-problem/m-p/3149535#M748888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: interactive alv problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-problem/m-p/3149536#M748889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Praveen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like what you're doing is call the ALV screen for every Push-button action and this is wrong.&lt;/P&gt;&lt;P&gt;What you need to do is set your ITAB (table you sent to ALV) according to user's action and then just refresh the display using &lt;/P&gt;&lt;P&gt;method "REFRESH_TABLE_DISPLAY" like this:&lt;/P&gt;&lt;P&gt;  CALL METHOD alv_control-&amp;gt;refresh_table_display&lt;/P&gt;&lt;P&gt;                                EXPORTING is_stable      = ls_stable&lt;/P&gt;&lt;P&gt;                                          i_soft_refresh = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the IS_STABLE to avoid loosing your scrolling position, if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enjoy.&lt;/P&gt;&lt;P&gt;ayal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 08:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interactive-alv-problem/m-p/3149536#M748889</guid>
      <dc:creator>yes_sapteam</dc:creator>
      <dc:date>2007-12-19T08:05:02Z</dc:date>
    </item>
  </channel>
</rss>

