<?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: Problem with same Container for 2 different outputs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637294#M1571833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;When you are clicking on BACK button you should clear the Internal Table it_outtab.Hope your problem will be sloved.You can check in debugging mode also when you press the second radio button what is the content of the it_outtab table...&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;Suvajit...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 08:26:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-16T08:26:37Z</dc:date>
    <item>
      <title>Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637292#M1571831</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 am using method set_table_for_first_display to display 2 different output with same container depending upon the selection of radio button. but the problem I am facing is when I click BACK button after dispaying second output and executing first output, it is showing prebious output only. is there any method to handle this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilanjana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637292#M1571831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637293#M1571832</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;As you told code is working perfect. Write code in such a way leave program or leave screen.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'Back'.&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;end case.&lt;/P&gt;&lt;P&gt;check if it is useful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637293#M1571832</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-02-16T08:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637294#M1571833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;When you are clicking on BACK button you should clear the Internal Table it_outtab.Hope your problem will be sloved.You can check in debugging mode also when you press the second radio button what is the content of the it_outtab table...&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;Suvajit...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637294#M1571833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637295#M1571834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, by standard back button is ued for switching b/w different screens. &lt;/P&gt;&lt;P&gt;Are you using:&lt;/P&gt;&lt;P&gt;- same screen?&lt;/P&gt;&lt;P&gt;- same container?&lt;/P&gt;&lt;P&gt;- same ALV control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to simplify everything you should consider two ALV's which can be in turn swapped inside one container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637295#M1571834</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-02-16T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637296#M1571835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes I am using &lt;/P&gt;&lt;P&gt;same screen and container but different fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i am executing second layout after first the output is changed but its not getting changed for vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nilanjana sinha on Feb 16, 2011 9:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637296#M1571835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T08:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637297#M1571836</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;On clicking back use leave to screen 0 in the PAI module of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;Logic&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND INPUT.&lt;/P&gt;&lt;P&gt;IF sy-ucomm EQ 'User command defined for BACK button'.&lt;/P&gt;&lt;P&gt;LEAVE TO SCREEN 0. "Go back to selection screen&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;END MODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the method FREE of class cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD wcl_alvgrid1-&amp;gt;free
  EXCEPTIONS
    cntl_error        = 1
    cntl_system_error = 2
    OTHERS            = 3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637297#M1571836</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2011-02-16T08:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637298#M1571837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try flushing the buffer using the class method CL_GUI_CFW=&amp;gt;FLUSH. This should refresh your buffer data in the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 08:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637298#M1571837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637299#M1571838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;flush free is not working, refresh_table_display is working if I place it before set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nilanjana sinha on Feb 16, 2011 10:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 09:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637299#M1571838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-16T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with same Container for 2 different outputs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637300#M1571839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Please chech this blog by Uwe.&lt;/P&gt;&lt;P&gt;The same scenario is made so easy&lt;/P&gt;&lt;P&gt; link:[Against All Odds - Programming of Communicating (S)ALV Grid Controls|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21504] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-same-container-for-2-different-outputs/m-p/7637300#M1571839</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-02-16T11:07:56Z</dc:date>
    </item>
  </channel>
</rss>

