<?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: LEAVE TO LIST-PROCESSING Statment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322571#M1537067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; statement immediately exits the list processor.The run time environment continues the processing with the PBO event of the screen from which the list processor was called using LEAVE TO LIST PROCESSING or the screen that was set using the AND RETURN TO SCREEN addition to this statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2014 02:40:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-28T02:40:33Z</dc:date>
    <item>
      <title>LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322564#M1537060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the above statement "LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0 " to output a write statement of my report .&lt;/P&gt;&lt;P&gt;Its working fine. But when the output is generated , System standard "BACK" , "EXIT" , "CANCEL" buttons are disabled. I cant exit from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I anble this ? Plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might be a basic requirement but I can't figure it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 05:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322564#M1537060</guid>
      <dc:creator>tharu</dc:creator>
      <dc:date>2010-09-28T05:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322565#M1537061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;can you please paste your code where exactly you are writing leave to list processing.&lt;/P&gt;&lt;P&gt;its not clear here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used leave to list processing while displaying an error message and wants to stay on that screen for editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in case of validating some values at input screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message 'data is not valid' type 'S' display like 'E'.&lt;/P&gt;&lt;P&gt;leave to list processing.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this code will display my error message as error and will keep me on that screen for inputing the correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave to screen 0 is basically written in PAI of the screen on click of back or cancel button&lt;/P&gt;&lt;P&gt;It means go back to the previous sceen from where the current screen has been called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322565#M1537061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-28T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322566#M1537062</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 think it is a problem with pf-status .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make the line commented for SET pf-status .... I think it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322566#M1537062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-28T06:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322567#M1537063</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;Have you set the GUI status for that screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sakshi jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322567#M1537063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-28T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322568#M1537064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place these statements after leave to list ...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SET PF-STATUS space.
 SUPPRESS DIALOG.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 09:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322568#M1537064</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-28T09:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322569#M1537065</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 leave list processing in two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By leaving the basic list using the Back, Exit, or Cancel function.&lt;/P&gt;&lt;P&gt;By using the following statement during list processing: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can be used to end the current screen sequence and return to the point from which it had originally been called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write below code:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;"LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS space.&lt;/P&gt;&lt;P&gt;SUPPRESS DIALOG."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram Ganji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rama Krishna. G on Sep 28, 2010 11:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 09:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322569#M1537065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-28T09:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322570#M1537066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer then demo report  :- &lt;STRONG&gt;DEMO_LEAVE_TO_LIST_PROCESSING&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322570#M1537066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: LEAVE TO LIST-PROCESSING Statment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322571#M1537067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-size: 10pt; background-color: #ffffef; font-family: 'Courier New';"&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; statement immediately exits the list processor.The run time environment continues the processing with the PBO event of the screen from which the list processor was called using LEAVE TO LIST PROCESSING or the screen that was set using the AND RETURN TO SCREEN addition to this statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 02:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing-statment/m-p/7322571#M1537067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-28T02:40:33Z</dc:date>
    </item>
  </channel>
</rss>

