<?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: Multiple ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667002#M1288765</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 the statement CALL METHOD  g_custom_container1-&amp;gt;free. If we use LEAVE TO SCREEN 0.It will go to the previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 06:43:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T06:43:08Z</dc:date>
    <item>
      <title>Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5666999#M1288762</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 two ALV (OO method). I have used two screen - 100 and 200 for each of them. When I click on ALV1 which is on screen 100, it takes me to ALV2 which is on screen 200. I have a PF Status for Screen 200 which has only one button to close the ALV2 and get back to ALV1. I am not sure what code I should write in the click of that button to return to screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
            CLEAR g_grid1.
            CALL METHOD  g_custom_container1-&amp;gt;free.
            CLEAR  g_custom_container1.
           set screen 100.
           leave screen.
       ***leave to screen 100.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gandolf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5666999#M1288762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667000#M1288763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Make use of LEAVE to screen 0.&lt;/P&gt;&lt;P&gt;It will come back to the previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667000#M1288763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667001#M1288764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'ok-code'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;this should be in the PAI of thesecond screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667001#M1288764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667002#M1288765</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 the statement CALL METHOD  g_custom_container1-&amp;gt;free. If we use LEAVE TO SCREEN 0.It will go to the previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667002#M1288765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667003#M1288766</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; Follow the code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; *If u are copying standard pf-status then change the function code of button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; module user_command_0200 input.&lt;/P&gt;&lt;P&gt;  case sy-ucomm.&lt;/P&gt;&lt;P&gt;    when 'BACK'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CALL METHOD cont_ekpo-&amp;gt;free.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;      leave to screen 100.&lt;/P&gt;&lt;P&gt;    when others.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;endmodule.                 " USER_COMMAND_0200  INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667003#M1288766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T06:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667004#M1288767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Screen 0 works fine..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 11:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-alv/m-p/5667004#M1288767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T11:52:32Z</dc:date>
    </item>
  </channel>
</rss>

