<?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 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/2274660#M494474</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i've designed a selection screen in module pool and based on some selction criteria i've to display success and error records.These records should be displayed in the form of list output.&lt;/P&gt;&lt;P&gt;As i'm using module pool i've used LEAVE TO LIST-PROCESSING for displaying these records.As i've designed selection screen the application tool bars are appearing here on the list and no tool bar icon is functioning even though i've declared them in PF STATUS.&lt;/P&gt;&lt;P&gt;Now when i double click on list it has to take me to some t-code say SM35.Where should i write this AT LINE-SELECTION event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 11:02:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T11:02:06Z</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/2274660#M494474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i've designed a selection screen in module pool and based on some selction criteria i've to display success and error records.These records should be displayed in the form of list output.&lt;/P&gt;&lt;P&gt;As i'm using module pool i've used LEAVE TO LIST-PROCESSING for displaying these records.As i've designed selection screen the application tool bars are appearing here on the list and no tool bar icon is functioning even though i've declared them in PF STATUS.&lt;/P&gt;&lt;P&gt;Now when i double click on list it has to take me to some t-code say SM35.Where should i write this AT LINE-SELECTION event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274660#M494474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:02:06Z</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/2274661#M494475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Premraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of Leave to list-processing; do write submit to report REPORTNAME. This will come with the standard status bar of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to write AT LINE-SELECTION. That you write in the report REPORTNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DARSHAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;** Pl. Reward points and motivate&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 11:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274661#M494475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T11:50:15Z</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/2274662#M494476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,,&lt;/P&gt;&lt;P&gt;           You keep the AT-LINE SELECTION in the last only...&lt;/P&gt;&lt;P&gt;For Leave To List Processing ,you will try the following ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF SY-UCOMM = 'Your Fn_Code'.&lt;/P&gt;&lt;P&gt;       LEAVE SCREEN. &lt;/P&gt;&lt;P&gt;       LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT * FROM ZTable INTO TABLE ITAB.&lt;/P&gt;&lt;P&gt;          LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;      WRITE:/ ITAB-ITEMNO.&lt;/P&gt;&lt;P&gt;     ENDLOOP.    &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this ..it will be useful to you..I hope..&lt;/P&gt;&lt;P&gt;reward points if it's useful..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Manoj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 12:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274662#M494476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T12:19:43Z</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/2274663#M494477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PF STATUS should be the in first stamtment in the PBO event, so that the pf status will be appear in the screen, and &lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING shoulb in the PAI event, you can write anywhere in the PAI event, so the list will be generated with this Statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of AT LINE-SELECTION, write the code in the PAI event, so that it will trigger that Sm35&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 12:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274663#M494477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T12:25:05Z</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/2274664#M494478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use  suppress dialog syntax also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information refer thi sprogram.&lt;/P&gt;&lt;P&gt;DEMO_LEAVE_TO_LIST_PROCESSING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 12:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274664#M494478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T12:26:27Z</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/2274665#M494479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use at line-selection in module pool to handle list proceesing event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the AT LINE-SELECTION  command After the "Program" statement in you module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM &amp;lt;program name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;if SY-LSIND  = 1.&lt;/P&gt;&lt;P&gt;&amp;lt;do some thing&amp;gt;&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 13:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-to-list-processing/m-p/2274665#M494479</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-05-15T13:39:26Z</dc:date>
    </item>
  </channel>
</rss>

