<?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: Dialog Module and List Processing. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144378#M452115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using leave to screen on cancel click button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpfull answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 04:28:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-30T04:28:48Z</dc:date>
    <item>
      <title>Dialog Module and List Processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144377#M452114</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 am having a program in which after processing I get a basic list. Using PF-STATUS of the basic list a dialog module is called using 'CALL SCREEN'  which accepts date and has exectue and cancel buttons on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I do to so that user when clicks on cancel button the dialog module disapperas and the original list processing is still seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;DJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144377#M452114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Module and List Processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144378#M452115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using leave to screen on cancel click button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpfull answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144378#M452115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Module and List Processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144379#M452116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the fn code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen 0.&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;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144379#M452116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Module and List Processing.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144380#M452117</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;To pass control from the dialog processor to the list processor, you must include the following statement in one of the dialog modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING [AND RETURN TO SCREEN &amp;lt;nnnn&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include this statement in either the PBO or the PAI event. Its effect is to start the list processor and display the basic list after the PAI processing of the current screen. The basic list contains any list output from all PBO and PAI modules that have been executed up to that point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regads,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 04:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-module-and-list-processing/m-p/2144380#M452117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T04:39:10Z</dc:date>
    </item>
  </channel>
</rss>

