<?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: Reg: Interactive ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388801#M1404419</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 can try doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the back button function code of your ALV output,&lt;/P&gt;&lt;P&gt;Try writing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEAVE TO SCREEN '1000'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or &lt;STRONG&gt;CALL SELECTION-SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MANSI  ASNANI on Nov 24, 2009 8:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2009 07:10:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-24T07:10:41Z</dc:date>
    <item>
      <title>Reg: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388798#M1404416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is like, i need to call one ALV from the selection screen input (using REUSE_ALV function module), i need to select a particular record and change the record(which means calling again one ALV which will be in edit mode, there i will change the record ) and the save the record (which will call one more ALV with modified record),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is like, once i reach the 3rd ALV, if i will press the back button, it is coming to the previous ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as per my requiremt, it should come to the initial selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried leave to screen 0. and related concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to find out the solution for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 06:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388798#M1404416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T06:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388799#M1404417</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;Try using:-&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL SELECTION-SCREEN 1000.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET SCREEN '1000'.
LEAVE SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 06:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388799#M1404417</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-11-24T06:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388800#M1404418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u have created different screens to call the ALV the u can CALL Screen(with the name of first screen).or you can try leave Screen or leave to screen or set screen with the screen number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanmaya Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 06:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388800#M1404418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388801#M1404419</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 can try doing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the back button function code of your ALV output,&lt;/P&gt;&lt;P&gt;Try writing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEAVE TO SCREEN '1000'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or &lt;STRONG&gt;CALL SELECTION-SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MANSI  ASNANI on Nov 24, 2009 8:10 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 07:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388801#M1404419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T07:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Interactive ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388802#M1404420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 07:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-interactive-alv/m-p/6388802#M1404420</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-11-24T07:29:30Z</dc:date>
    </item>
  </channel>
</rss>

