<?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: Single quotation marks in values for S_TCODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343882#M1730513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are in the role as standard status auths, then they came from Su24. Check the where-used-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SU24 for the transaction proposing it, you can compare to SAP values (SU22). If they are from SAP, then you should report it to SAP and not to SDN...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&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, 18 Apr 2013 11:10:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-18T11:10:47Z</dc:date>
    <item>
      <title>Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343878#M1730509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the following values for the field TCD of the authorization object S_TCODE (Transaction Code Check at Transaction Start):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' '&lt;/P&gt;&lt;P&gt;'FDT_SHOW_DB'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what those values mean when used in S_TCODE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first value (single quote + space + single quote), it seems that it does not allow you to start any transaction.&lt;/P&gt;&lt;P&gt;For the second value (FDT_SHOW_DB inside single quotation marks), it seems that it allows you to start transaction FDT_SHOW_DB. So the question here is that why we put the single quotation marks around the transaction name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please explain ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goodyear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 04:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343878#M1730509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-17T04:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343879#M1730510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This must be coming from your own code, so from the trave you van navigate to the source and from there find the developer...&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>Wed, 17 Apr 2013 20:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343879#M1730510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-17T20:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343880#M1730511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Julius, it looks like someone has entered them incorrectly (manually or programatically)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How old are the roles? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 20:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343880#M1730511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-17T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343881#M1730512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius, Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pretty new to the SAP authorization topics so please bear with me if I am asking something that is obvious to you guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you guys saying that those values should not be there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the value ' ' in authorization values are for the system to check against DUMMY in the ABAP statement AUTHORITY-CHECK. Since authorization object S_TCODE is for the system to check against when user starts a transaction, I really don't see the how/why ' ' can be used here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know where the ' ' came from in my roles.&lt;/P&gt;&lt;P&gt;The value 'FDT_SHOW_DB' seems to be the default value defined in tables USOBT and USOBT_C. When I created a role and added the transaction FDT_SHOW_DB to my role, the role generator automatically add the authorization obect S_TCODE to my role and set the values FDT_SHOW_DB and 'FDT_SHOW_DB' to the field TCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 22:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343881#M1730512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-17T22:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343882#M1730513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are in the role as standard status auths, then they came from Su24. Check the where-used-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SU24 for the transaction proposing it, you can compare to SAP values (SU22). If they are from SAP, then you should report it to SAP and not to SDN...&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&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, 18 Apr 2013 11:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343882#M1730513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-18T11:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343883#M1730514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in addition to Julius...:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sigh....&lt;BR /&gt;the wrong proposal for FDT_SHOW_DB is coming from SAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has definitely to be reported to SAP (component = BC-SRV-BR )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the empty ('&amp;nbsp; ') value: if it is not inserted from SU24 like the FDT_SHOW_DB -value, please check KBA 1524185. (...if you are talking about an S_TCODE authorization with status 'Standard' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check from which proposals values are inserted into pfcg you can use the where-used function in PFCG - its behind the 'mountain with sun' button next to the auth-name (first set your settings through the menu-options to&amp;nbsp; display all the buttons...Menu-Utilities-Settings-&amp;gt;check all fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds, Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 10:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343883#M1730514</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2013-04-19T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343884#M1730515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding ' ', a possibility is also that the S_TCODE is standard but yellow. This happens to SPRO_ADMIN roles and upload / download roles between different component type systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To solve it you have to find the non-existing tcode(s) in the menu and delete them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will turn green.&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>Fri, 19 Apr 2013 10:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343884#M1730515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-19T10:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Single quotation marks in values for S_TCODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343885#M1730516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bernhard, Julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your replies. They are really helpful and I appreciate your help very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to conclude:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The values ' ' and 'FDT_SHOW_DB' should not be in the values for the field TCD of authorization object S_TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The reason that they sometimes do appear could be due to SU24 proposal, our own code or SAP note 1524185.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goodyear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 02:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/single-quotation-marks-in-values-for-s-tcode/m-p/9343885#M1730516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-22T02:10:34Z</dc:date>
    </item>
  </channel>
</rss>

