<?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: t-code /n/... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175862#M1979448</link>
    <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nick.reyan&lt;/SPAN&gt;, please follow up on your open question.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;comment answers or your question if there are still open issues.&lt;/LI&gt;&lt;LI&gt;otherwise mark an answer as accepted if it helped you solve your problem&lt;/LI&gt;&lt;LI&gt;or post an answer of yourself and accept it if you found another useful solution yourself&lt;/LI&gt;&lt;LI&gt;or redirect your question to another question that is related and was useful to solve your problem&lt;/LI&gt;&lt;LI&gt;in the end, close your question&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Wed, 13 May 2020 11:37:40 GMT</pubDate>
    <dc:creator>michael_piesche</dc:creator>
    <dc:date>2020-05-13T11:37:40Z</dc:date>
    <item>
      <title>t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175857#M1979443</link>
      <description>&lt;P&gt;what does it mean that some t-codes work only with lo / n in front?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175857#M1979443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-02-06T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175858#M1979444</link>
      <description>&lt;P&gt;Hi, Nick&lt;/P&gt;&lt;P&gt;/n is basically starts a new transaction in existing session...&lt;/P&gt;&lt;P&gt;but /n/XXX it not T-code /XXX it's namerooms&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Abinath. S&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175858#M1979444</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-02-06T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175859#M1979445</link>
      <description>&lt;P&gt;/ is the escape character to let the transaction know that the next character is not part of a transaction but a predefined command. for example&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;/n - ends the current screen&lt;/LI&gt;&lt;LI&gt;/h - starts the debugger&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you have a transaction that is part of a namespace “/namesp/xxx“, you need to put “/n“ in front, otherwise it will try to execute the command „n“ first and then start the transaction „amesp/xxx“&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 13:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175859#M1979445</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-02-06T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175860#M1979446</link>
      <description>&lt;P&gt;If the transaction is &lt;STRONG&gt;/namespace/tx&lt;/STRONG&gt; then you must use&lt;STRONG&gt; /n/namespace/tx&lt;/STRONG&gt;. If the transaction is just&lt;STRONG&gt; tx&lt;/STRONG&gt;, you can use &lt;STRONG&gt;tx&lt;/STRONG&gt;. If you're in a program with it's own pf-status defined, you have to use &lt;STRONG&gt;/ntx&lt;/STRONG&gt; anyway.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 21:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175860#M1979446</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2020-02-06T21:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175861#M1979447</link>
      <description>&lt;P&gt;And /o followed by a transaction code opens said transaction in another session. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 22:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175861#M1979447</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2020-02-06T22:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: t-code /n/...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175862#M1979448</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;nick.reyan&lt;/SPAN&gt;, please follow up on your open question.&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;comment answers or your question if there are still open issues.&lt;/LI&gt;&lt;LI&gt;otherwise mark an answer as accepted if it helped you solve your problem&lt;/LI&gt;&lt;LI&gt;or post an answer of yourself and accept it if you found another useful solution yourself&lt;/LI&gt;&lt;LI&gt;or redirect your question to another question that is related and was useful to solve your problem&lt;/LI&gt;&lt;LI&gt;in the end, close your question&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 13 May 2020 11:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-n/m-p/12175862#M1979448</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-05-13T11:37:40Z</dc:date>
    </item>
  </channel>
</rss>

