<?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>Question Re: React to /n command in sapgui in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458347#M72113</link>
    <description>&lt;P&gt;yes, there was some reuse in some obscure part of my own code which was corrupting memory references (it's a moderately complex thing with 2 different types of controls - the HTML container was the problem - in GUI application). It was complicated but basically SAP is doing everything right and just have to know a bit better what the GUI controls do. But apparently decades of experience will still not suffice.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 07:47:45 GMT</pubDate>
    <dc:creator>ioan_radulescu2</dc:creator>
    <dc:date>2018-02-02T07:47:45Z</dc:date>
    <item>
      <title>React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaq-p/458341</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'd like to do some clean-up if the user ends the program by entering a new transaction code in the command field of sapgui with /n. I though module XXX at exit-command would help but alas no the code didn't seem to execute when leaving the program by /n.&lt;/P&gt;&lt;P&gt;Is it possible to react to that at all?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 07:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaq-p/458341</guid>
      <dc:creator>ioan_radulescu2</dc:creator>
      <dc:date>2017-05-23T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458342#M72108</link>
      <description>&lt;P&gt;You can't. The program must be written such a way (using the concept of SAP LUW) that the dialog session may stop at any time without doing any harm.&lt;/P&gt;&lt;P&gt;What is your original issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 08:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458342#M72108</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-05-23T08:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458343#M72109</link>
      <description>&lt;P&gt;/n is specifically there to immediately abort whatever session/transaction you're in. Do not communicate to the running app, do not pass go, do not collect $200, just quit.&lt;/P&gt;&lt;P&gt;In other words, you should handle it in the same way as the possibility your user might drop the network connection, go to lunch, close SAPGUI, or just bluescreen.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 10:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458343#M72109</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-05-23T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458344#M72110</link>
      <description>&lt;P&gt;Nice reference to Monopoly there! I wanted to clean up some controls and since I can't use a destructor in ABAP... &lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 13:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458344#M72110</guid>
      <dc:creator>ioan_radulescu2</dc:creator>
      <dc:date>2017-08-16T13:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458345#M72111</link>
      <description>&lt;P&gt;Yeah it is. There is no harm at least not on the DB. But I wanted to clean up some controls. it's not so bad, SAPGui doesn't do it so badly.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 13:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458345#M72111</guid>
      <dc:creator>ioan_radulescu2</dc:creator>
      <dc:date>2017-08-16T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458346#M72112</link>
      <description>&lt;P&gt;Yes that was the intent &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;The session releases all references and the garbage collector will do the clearing. In some ways the garbage collector is one reason why ABAP doesn't have (need?) destructors.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 16:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458346#M72112</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2017-08-16T16:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: React to /n command in sapgui</title>
      <link>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458347#M72113</link>
      <description>&lt;P&gt;yes, there was some reuse in some obscure part of my own code which was corrupting memory references (it's a moderately complex thing with 2 different types of controls - the HTML container was the problem - in GUI application). It was complicated but basically SAP is doing everything right and just have to know a bit better what the GUI controls do. But apparently decades of experience will still not suffice.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 07:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/react-to-n-command-in-sapgui/qaa-p/458347#M72113</guid>
      <dc:creator>ioan_radulescu2</dc:creator>
      <dc:date>2018-02-02T07:47:45Z</dc:date>
    </item>
  </channel>
</rss>

