<?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: about screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727415#M1673240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use 'LEAVE PROGRAM'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 06:50:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-13T06:50:28Z</dc:date>
    <item>
      <title>about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727414#M1673239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;My problem is regarding with screen after creating the document (in any t-code) want to exit the current screen fe.if the user create the order in VA01 and save the document system should shutting the existing screen how can I solve the problem what I need?&lt;/P&gt;&lt;P&gt;Thanks so much for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 06:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727414#M1673239</guid>
      <dc:creator>as_dr</dc:creator>
      <dc:date>2012-04-13T06:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727415#M1673240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use 'LEAVE PROGRAM'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 06:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727415#M1673240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-13T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727416#M1673241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Please use a meaningful subject in future&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want is for every transaction to leave the existing screen when save is pressed? That's not how SAP is designed. You would have to change nearly &lt;EM&gt;every&lt;/EM&gt; transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the question as stated, how Gaurav's answer is correct is beyond me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 07:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727416#M1673241</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-04-13T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727417#M1673242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;Gaurav 's answer is correct ,when the document save screen doesn't leave we have to use back buton for leaving current screen.İf you have any suggestion please share wtih me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 09:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727417#M1673242</guid>
      <dc:creator>as_dr</dc:creator>
      <dc:date>2012-04-13T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727418#M1673243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Gaurav isn't telling you to press the back button, he's telling you the ABAP command that if added to a transaction will leave the screen entirely. it's usually the command implemented by the back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement, if I understand it, is for &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ALL &lt;/STRONG&gt;&lt;/SPAN&gt;transactions to leave the screen when save is pressed. If that is your requirement, then I'm afraid SAP doesn't work like that, and there is &lt;STRONG&gt;no&lt;/STRONG&gt; practical, general solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727418#M1673243</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-04-13T10:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727419#M1673244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Matthew,&lt;/P&gt;&lt;P&gt;Ok.I understand you. But if I don't want to use back buton for leaving the screen LEAVE programme is solution or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727419#M1673244</guid>
      <dc:creator>as_dr</dc:creator>
      <dc:date>2012-04-13T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: about screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727420#M1673245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use LEAVE PROGRAM, you'll have to modify the program behind VA01 (for example), and add the command at the right place for it to take effect. I.e. it's non-trivial and the solution for each transaction may well be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty sure whoever came up with this requirement doesn't want the expense of modifying all standard transactions in your system. It's probably cheaper to train your staff...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe though, there is another solution - but we can only determinet at if you can explain &lt;EM&gt;why&lt;/EM&gt; this requirement exists? What is it that the users are doing that you don't want them to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:37:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-screen/m-p/8727420#M1673245</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-04-13T13:37:11Z</dc:date>
    </item>
  </channel>
</rss>

