<?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: Screen processing-Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989315#M403716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nanda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    you should define fcode as exit command in gui status and write the following flow logic in flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE d9001_exit AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  D9001_EXIT  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE d9001_exit INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET SCREEN 0.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                             " D9001_EXIT  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2007 05:51:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-23T05:51:20Z</dc:date>
    <item>
      <title>Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989311#M403712</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;&lt;/P&gt;&lt;P&gt;I have created two screens, in  one screen i have a mandatory field ...In this screen when i press Back or Exit or Cancel button in application tool bar, i should be able to go to my previous screen without entering any value in the mandatory field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, i cant able to go to my previous screen without entering some value in the mandatory field...Please explain how to go about this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989311#M403712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989312#M403713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; inorder to skip the mandatory checks of a field  u should give the function type of&lt;/P&gt;&lt;P&gt;that field as 'E' in the properties of that field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989312#M403713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989313#M403714</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;U need to write code in AT EXIT COMMAND for back ,exit and cancel &lt;/P&gt;&lt;P&gt;and in function attributes set functional type as 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989313#M403714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989314#M403715</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;in the PAI events of ur screen. U first need to define a modue AT EXIT-COMMAND .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating the Gui status of the screen itself for the BACK or EXIT or CANCEL in the &amp;lt;b&amp;gt;Function attributes window&amp;lt;/b&amp;gt; for the &amp;lt;b&amp;gt;function type&amp;lt;/b&amp;gt; u need to give 'E'... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************&lt;/P&gt;&lt;P&gt;case 'OK_CODE'.&lt;/P&gt;&lt;P&gt; WHEN 'BACK' OR 'CANCEL' OR 'EXIT'.&lt;/P&gt;&lt;P&gt;    leave to screen &amp;lt;number&amp;gt; * Screen number of the previous screen.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;***********************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While assigning the Functin code to the BACK OR EXIT OR CANCEL, Give the Command type as 'E' i.e EXIT COMMAND.&lt;/P&gt;&lt;P&gt;If u do this, even though there is a mandatory field on ur screen, it will go to the screeen which u have specified in BACK code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989314#M403715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989315#M403716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nanda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    you should define fcode as exit command in gui status and write the following flow logic in flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE d9001_exit AT EXIT-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  D9001_EXIT  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE d9001_exit INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET SCREEN 0.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                             " D9001_EXIT  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks !&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989315#M403716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989316#M403717</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;&lt;/P&gt;&lt;P&gt;in order to resolve your problem open the menu painter from where you added cancel back and exit button, double click on that with open apop-up for you from there you have to select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module of type E and hope it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 05:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989316#M403717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T05:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989317#M403718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI SAI RAMENSH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I HAVE DONE AS YOU SAID...BUT STILL I AM FACING SOME PROBLEM...&lt;/P&gt;&lt;P&gt;I CANT ABLE TO GO TO THE SPECIFIED SCREEN IN LIKE 100 OR 200. IT ALWAYS COMING OUT OF THE PROGRAM....HOW TO GO ABOUT THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;NANDHA KUMAR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 06:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989317#M403718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T06:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen processing-Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989318#M403719</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;in Case 'OK_CODE'.&lt;/P&gt;&lt;P&gt;u need to set the next screen as 100.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;leave to screen 100. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U paste the AT EXIT-COMMAND code here..&lt;/P&gt;&lt;P&gt;i will check that !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 06:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-processing-urgent/m-p/1989318#M403719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-23T06:21:34Z</dc:date>
    </item>
  </channel>
</rss>

