<?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 screen not goving back!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057762#M969990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Exprets!!&lt;/P&gt;&lt;P&gt;i am working on the screen programing and i have screen 9001 and in that i have set of fields to be inputed. i have used chain--endchain in PAI for those fields. but problem is &lt;STRONG&gt;when i process the report the screen i designed is not going back until i fill all the details of the input fields. how to avoid this.&lt;/STRONG&gt;its getting struck at that screen.&lt;/P&gt;&lt;P&gt;plz reply me..&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 09:49:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T09:49:04Z</dc:date>
    <item>
      <title>screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057762#M969990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Exprets!!&lt;/P&gt;&lt;P&gt;i am working on the screen programing and i have screen 9001 and in that i have set of fields to be inputed. i have used chain--endchain in PAI for those fields. but problem is &lt;STRONG&gt;when i process the report the screen i designed is not going back until i fill all the details of the input fields. how to avoid this.&lt;/STRONG&gt;its getting struck at that screen.&lt;/P&gt;&lt;P&gt;plz reply me..&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057762#M969990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057763#M969991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , You need to code to which screen u need to go when back or exit is pressed in PAI. in the Module User_command. Else it will keep calling the same screen again and again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057763#M969991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057764#M969992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have coded that in PAI.&lt;/P&gt;&lt;P&gt;but still its getting struck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057764#M969992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057765#M969993</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 this piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE exit_command INPUT.

 IF g_ok_code = 'BACK' OR
    g_ok_code = 'RW' OR
    g_ok_code = 'EXIT'.
  
IF sy-dynnr = 9000.
      LEAVE PROGRAM.
    ELSE .
      LEAVE TO SCREEN 0.
    ENDIF.
ENDIF.

ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057765#M969993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057766#M969994</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;&lt;/P&gt;&lt;P&gt;In &lt;/P&gt;&lt;P&gt;MODULE screen_9001 AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write loic for back,cancel and exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use E-type of functions the validations are not checked and it will come out of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above module you can write set creen 0.&lt;/P&gt;&lt;P&gt;leave screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or directly write leave program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 10:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057766#M969994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T10:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: screen not goving back!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057767#M969995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 12:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-not-goving-back/m-p/4057767#M969995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T12:42:42Z</dc:date>
    </item>
  </channel>
</rss>

