<?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 screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321766#M795699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;in the command field you can type type  /n, then press enter. You will leave the transaction without saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2008 15:09:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-31T15:09:05Z</dc:date>
    <item>
      <title>Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321765#M795698</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 a modal dialog dynpro and there are several required fields on it. It has his own pf status, and the back, return, exit commands are turned in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I wanted to leave the screen with ESC button (or with anything else) it asks me to fill the required fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I leave this dynpro, if I don't want to fill all thos fields, just exit without any error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 15:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321765#M795698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321766#M795699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;in the command field you can type type  /n, then press enter. You will leave the transaction without saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 15:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321766#M795699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T15:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321767#M795700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately as I said, it is a modal dialg dynpro, it has no command field. And I wanted a solution, which is much more user friendly, than the /n transaction code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 15:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321767#M795700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T15:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321768#M795701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;in the flow logic .have module exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;module exit &lt;STRONG&gt;at exit-command&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module exit input.&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;when 'exit'.&lt;/P&gt;&lt;P&gt;leave program.&lt;/P&gt;&lt;P&gt;when cancel.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321768#M795701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321769#M795702</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;You can use the AT EXIT COMMAND in your module pool.&lt;/P&gt;&lt;P&gt;Also change the field attribute from OBLIGATORY to REQUIRED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321769#M795702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321770#M795703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assign at exit-command to the button with which you want to exit.&lt;/P&gt;&lt;P&gt;in menu when you double click that button in Function type give 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your problem will be solved.&lt;/P&gt;&lt;P&gt;&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; kushagra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 05:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321770#M795703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T05:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Leave screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321771#M795704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super, I can always learn... Thank you all &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 10:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/leave-screen/m-p/3321771#M795704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T10:04:16Z</dc:date>
    </item>
  </channel>
</rss>

