<?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 Executing transaction that starts with slash (/) using command field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507825#M17787</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;When I try to execute a transaction that starts a slash (/) on command field, for example “/transaction,” it give me the following error: "This function is not possible"- Message no. 00127. It seems that the system automatically interprets it as a function and do not tries, after it concludes that is not a function, that it may be a transaction code. &lt;/P&gt;
  &lt;P&gt;If I submit "/n/transaction" it is executed normally.&lt;/P&gt;
  &lt;P&gt;My question is: Does anybody know a way for me to program a workaround? I have a set of transaction codes that starts with / that I wanted to be able to execute in the command field.&lt;/P&gt;
  &lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Sep 2017 12:03:54 GMT</pubDate>
    <dc:creator>ffs</dc:creator>
    <dc:date>2017-09-21T12:03:54Z</dc:date>
    <item>
      <title>Executing transaction that starts with slash (/) using command field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507825#M17787</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;When I try to execute a transaction that starts a slash (/) on command field, for example “/transaction,” it give me the following error: "This function is not possible"- Message no. 00127. It seems that the system automatically interprets it as a function and do not tries, after it concludes that is not a function, that it may be a transaction code. &lt;/P&gt;
  &lt;P&gt;If I submit "/n/transaction" it is executed normally.&lt;/P&gt;
  &lt;P&gt;My question is: Does anybody know a way for me to program a workaround? I have a set of transaction codes that starts with / that I wanted to be able to execute in the command field.&lt;/P&gt;
  &lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507825#M17787</guid>
      <dc:creator>ffs</dc:creator>
      <dc:date>2017-09-21T12:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Executing transaction that starts with slash (/) using command field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507826#M17788</link>
      <description>&lt;P&gt;I cannot understand why /nTCODE is unacceptable in your case - I have been using transactions starting with '/' for the past 9 years and not even end users object to this /n addition (well, they use favorites for most of the long and hard to memorize codes, but still). Usually, when I explain to users that there is a system limitation and prove to them that favorites are more useful for them in many cases, they accept this.&lt;/P&gt;
  &lt;P&gt;There is a sap note which explains the reason behind this behaior: &lt;A href="https://launchpad.support.sap.com/#/notes/598688"&gt;598688 - Misleading OK code entries&lt;/A&gt; and mentions another option - instead of '/n' to use '=', for example, I could type &lt;STRONG&gt;=/BEV1/EMS&lt;/STRONG&gt; in the command field and the transaction will be executed.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507826#M17788</guid>
      <dc:creator>VeselinaPeykova</dc:creator>
      <dc:date>2017-09-21T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Executing transaction that starts with slash (/) using command field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507827#M17789</link>
      <description>&lt;P&gt;Hello Veselina,&lt;/P&gt;
  &lt;P&gt;I am not saying that is not acceptable – is not a question of being acceptable or not – I just think that if it is possible to have transaction that start with a slash, then the system should not automatically discard the possibility that the user might what to submit a slash transaction code without the prefix “/n or =”. &lt;/P&gt;
  &lt;P&gt;Nonetheless, I don’t want a “fix” rather a workaround. &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Thank you for your input and for the sap note, I hadn’t read/found that one.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 09:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507827#M17789</guid>
      <dc:creator>ffs</dc:creator>
      <dc:date>2017-09-22T09:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Executing transaction that starts with slash (/) using command field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507828#M17790</link>
      <description>&lt;P&gt;You've got a workaround. Prefix your transaction with /n&lt;/P&gt;
  &lt;P&gt;Thread locked.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executing-transaction-that-starts-with-slash-using-command-field/m-p/507828#M17790</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-09-22T12:18:53Z</dc:date>
    </item>
  </channel>
</rss>

