<?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: Executable transactrions? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299878#M789909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This report get the Transactions from the Menu Tab under PFCG, so if you S_TCODE value is different from the Menu (example: you have range in the S_TCODE), you will see the diffence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun,&lt;/P&gt;&lt;P&gt;Lye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jan 2008 01:31:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-26T01:31:55Z</dc:date>
    <item>
      <title>Executable transactrions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299875#M789906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had a customized transaction in a particular role.&lt;/P&gt;&lt;P&gt;When we checked in the pfcg we could see the transaction.&lt;/P&gt;&lt;P&gt;Also SUIM --&amp;gt; Roles --&amp;gt; Transaction Assignment shows the transaction in that role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the transaction doesnt show up when we try the path SUIM --&amp;gt; Transaction --&amp;gt; Role  --&amp;gt; Executable Transactions.&lt;/P&gt;&lt;P&gt;What do executable transactions mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the transaction code in concern when checked shows only authorisation object (in su24). Is dat ok?&lt;/P&gt;&lt;P&gt;Is there any way to chekc al the authoprisation objects of a transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also am looking for a way tolook up for a way to know if a particular transaction code is availbe in the sys? especially a customized transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more query, sometime i see the system displayingteh staus that the "Function is not possible" when certain transactions were executed. What doers that mean?&lt;/P&gt;&lt;P&gt;Though a host of questions i wish to get the response at the earliest possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 10:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299875#M789906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T10:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Executable transactrions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299876#M789907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; We had a customized transaction in a particular role.&lt;/P&gt;&lt;P&gt;&amp;gt; When we checked in the pfcg we could see the transaction.&lt;/P&gt;&lt;P&gt;&amp;gt; Also SUIM --&amp;gt; Roles --&amp;gt; Transaction Assignment shows the transaction in that role.&lt;/P&gt;&lt;P&gt;Mind you, this one looks in the menu, not in the S_TCODE object.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; However the transaction doesnt show up when we try the path SUIM --&amp;gt; Transaction --&amp;gt; Role  --&amp;gt; Executable Transactions.&lt;/P&gt;&lt;P&gt;&amp;gt; What do executable transactions mean?&lt;/P&gt;&lt;P&gt;Good one, I'm blank here and now just as curious as you are &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Also the transaction code in concern when checked shows only authorisation object (in su24). Is dat ok?&lt;/P&gt;&lt;P&gt;For a custom transation I'd expect only S_TCODE to appear in SU24 automatically. All other checks must be entered manually.&lt;/P&gt;&lt;P&gt;&amp;gt; Is there any way to chekc al the authoprisation objects of a transaction code.&lt;/P&gt;&lt;P&gt;This is a tricky one. Conceptually transactions only check S_TCODE and the check(s) listed in table TSTCA or in the field 'authorization object' in SE93. Further authorization checks need to be programmed into the underlying software to be active. There is a report to drill down into the programs but that isn't allways reliable since some checks differ depending on choices made in the program screen and this report cannot check all choices. The report is RSABAPSC, abap language command to check is AUTHORITY-CHECK&lt;/P&gt;&lt;P&gt;For your custom transaction better speak with the programmer.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I also am looking for a way tolook up for a way to know if a particular transaction code is availbe in the sys? especially a customized transaction code.&lt;/P&gt;&lt;P&gt;All transactions are in table TSTC&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have one more query, sometime i see the system displayingteh staus that the "Function is not possible" when certain transactions were executed. What doers that mean?&lt;/P&gt;&lt;P&gt;You'll have to be more specific, this is a very genral message.&lt;/P&gt;&lt;P&gt;&amp;gt; Though a host of questions i wish to get the response at the earliest possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, here you are&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 11:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299876#M789907</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-01-25T11:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Executable transactrions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299877#M789908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &amp;gt; However the transaction doesnt show up when we try the path SUIM --&amp;gt; Transaction --&amp;gt; Role  --&amp;gt; Executable Transactions.&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; What do executable transactions mean?&lt;/P&gt;&lt;P&gt;&amp;gt; Good one, I'm blank here and now just as curious as you are &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Just unblanked myself about the report. Still curious why gives a different result compared to the earlier report you mentioned.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 11:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299877#M789908</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-01-25T11:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Executable transactrions?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299878#M789909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This report get the Transactions from the Menu Tab under PFCG, so if you S_TCODE value is different from the Menu (example: you have range in the S_TCODE), you will see the diffence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun,&lt;/P&gt;&lt;P&gt;Lye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2008 01:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-transactrions/m-p/3299878#M789909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-26T01:31:55Z</dc:date>
    </item>
  </channel>
</rss>

