<?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: TCD values different from transaction codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688738#M1450699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;However I noted that some TCD fields for the object S_TCODE contain values different from transaction codes&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether you check for the manually added S_TCODE or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume those values are added into S_TCODE manually. Open the role and look into authorization data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arpan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 18:13:24 GMT</pubDate>
    <dc:creator>arpan_paik</dc:creator>
    <dc:date>2010-02-25T18:13:24Z</dc:date>
    <item>
      <title>TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688733#M1450694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the table AGR_1251 to obtain the transactions assigned to each role. However I noted that some TCD fields for the object S_TCODE contain values different from transaction codes. I would like to know what the values really mean. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object	Field name	Value&lt;/P&gt;&lt;P&gt;S_TCODE	TCD	/&lt;/P&gt;&lt;P&gt;S_TCODE	TCD	*&lt;/P&gt;&lt;P&gt;S_TCODE	TCD	$*&lt;/P&gt;&lt;P&gt;S_TCODE	TCD	/*&lt;/P&gt;&lt;P&gt;S_TCODE	TCD	@*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for an answer but could not find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: rodolphol on Feb 25, 2010 12:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688733#M1450694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T11:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688734#M1450695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; Have a look at table TSTCT for all transactions and their description. &lt;/P&gt;&lt;P&gt;That should give you what you need...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688734#M1450695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688735#M1450696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; S_TCODE TCD /&lt;/P&gt;&lt;P&gt;This one probably has an entry in the AGR_1251-HIGH field, meaning that it is a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The others are wildcard patterns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:12:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688735#M1450696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688736#M1450697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ , and other symbols are Navigation switch since few transaction could not b executed from SAP Easy access menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prasant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688736#M1450697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688737#M1450698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To my knowledge that was only a problem with some registered namespace transactions, so you had to add /N infront of them to start them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system did not really check the /N but rather the real transaction code name - so the real name should be in AGR_1251.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 14:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688737#M1450698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCD values different from transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688738#M1450699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;However I noted that some TCD fields for the object S_TCODE contain values different from transaction codes&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure whether you check for the manually added S_TCODE or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume those values are added into S_TCODE manually. Open the role and look into authorization data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arpan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 18:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcd-values-different-from-transaction-codes/m-p/6688738#M1450699</guid>
      <dc:creator>arpan_paik</dc:creator>
      <dc:date>2010-02-25T18:13:24Z</dc:date>
    </item>
  </channel>
</rss>

