<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238142#M1210493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a report with selection screen, you don't need to use "leave to list processing".&lt;/P&gt;&lt;P&gt;Try without that. &lt;/P&gt;&lt;P&gt;Leave to list processing is used in dialog programs.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2009 15:15:48 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2009-02-24T15:15:48Z</dc:date>
    <item>
      <title>Leave to list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238141#M1210492</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 have one requirement...In the selection screen i have some fields and in which one field is mandatory..also i have 2 push buttons say submit and cancel....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on clicking the submit push button i should get the report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for output iam using logic leave to list processing after populating my final internal table.Now the problem is it is not coming back to the selection screen when I press the back button on an output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me on how to come back to selection screen or plz tell me the other logic to get the report output without using the leave to list processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238141#M1210492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T15:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238142#M1210493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using a report with selection screen, you don't need to use "leave to list processing".&lt;/P&gt;&lt;P&gt;Try without that. &lt;/P&gt;&lt;P&gt;Leave to list processing is used in dialog programs.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238142#M1210493</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2009-02-24T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238143#M1210494</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;iam using normal report,but not getting the output even after the final internal table is populated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238143#M1210494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T15:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238144#M1210495</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;1&amp;gt;When you are Clicking Submit Button on selection screen.&lt;/P&gt;&lt;P&gt;2&amp;gt;Selection screen Event is triggered if Any for Validation.&lt;/P&gt;&lt;P&gt;3&amp;gt;Check If the Data is fetched in START-OF-SELECTION  Event&lt;/P&gt;&lt;P&gt;4&amp;gt;Display Data Either in START-OF-SELECTION or END-OF-SELECTION  Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave to list-processing is required in Module Pool Programming.&lt;/P&gt;&lt;P&gt;With out it list will be populated if you handle EVENTS properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BACK no EXTRA Coding is required in Reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238144#M1210495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T15:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Leave to list-processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238145#M1210496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are using report and select-options, then no need to give 'leave to list processing'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case u use module pool programming, then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING  AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Debugging mode and see whether your internal table is populated or not.&lt;/P&gt;&lt;P&gt;Also check the sy-ucomm value for the push-button, it should be in caps. (ex: if sy-ucomm = 'SUBMIT' ).&lt;/P&gt;&lt;P&gt;Use start-of-selection event for fetching and printing.&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;Edited by: Sap Fan on Feb 24, 2009 4:28 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 15:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/5238145#M1210496</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-02-24T15:27:17Z</dc:date>
    </item>
  </channel>
</rss>

