<?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: Bespoke transaction codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018046#M1699295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct way to find out WHO is using WHAT transactions:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ST03N&lt;/P&gt;&lt;P&gt;2) Expert Mode&lt;/P&gt;&lt;P&gt;3) Under "Month" choose this month&lt;/P&gt;&lt;P&gt;4) Under "Transaction Profile" I choose "Standard"&lt;/P&gt;&lt;P&gt;5) Then double click "Standard"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the column "Report or Transaction Time" this is the list of TCodes accessed in "This Month"&lt;/P&gt;&lt;P&gt;in the column "Name of Background Job" this gives me a list of reports being used/accessed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 13:10:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-22T13:10:27Z</dc:date>
    <item>
      <title>Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018041#M1699290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 3000 bespoke transaction codes in the system I am working on covering MM, SD, WM, FICO, PP, HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am to trying to find out&lt;STRONG&gt; IF&lt;/STRONG&gt; all these transactions are actually being used and by &lt;STRONG&gt;WHO &lt;/STRONG&gt;but I am not sure how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this information as I am rebuilding all the roles in the system from scratch, so that we have a few big roles instead of loads of little roles, this has to be done as most users have too much access and we want to bring the system into Audit compliance and make the roles/authorizations easier to maintain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can anyone advise me please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2012 08:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018041#M1699290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-21T08:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018042#M1699291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing the correct thing. That you have 3k Z-tcodes most likely means that the Z-programs are being run from dedicated tcodes for them, so you probably have a big advantage in this case. It is at least a good omen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Low-hanging-fruit way: In ST03N you will see the "Standard Transaction Profile" data for the past 3 months (default size) and can see which tcode was used how often. You will also see which reports are running in which jobs. --&amp;gt; build roles for them or actually idea is to already have roles for the job functions and add the tcodes to the existing roles (very often you discover here that you need to add some authority-checks to the bespoke coding...&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;Rolls-Royce way: clear the loaded program memory and then monitor for a period of time to see which programs compile again because tcodes are executing them, others are submitting or including them or calling routines within them. Anything which does not compile after sufficient time has passed can be added to the list of coding to be deactivated. That which is used can then be split into roles for groups of users via the above ST03N data collected during that time.&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>Sun, 21 Oct 2012 08:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018042#M1699291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-21T08:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018043#M1699292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Julius von dem Bussche wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Rolls-Royce way: clear the loaded program memory and then monitor for a period of time to see which programs compile again because tcodes are executing them, others are submitting or including them or calling routines within them. Anything which does not compile after sufficient time has passed can be added to the list of coding to be deactivated. That which is used can then be split into roles for groups of users via the above ST03N data collected during that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That deserves more than a like, it's a fantastic idea &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1031/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1031/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 07:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018043#M1699292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T07:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018044#M1699293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I am limited on time I feel the best way to go is to user your "low hanging fruit way". To use the "Rolls Royce" was would not leave me enought time to build and test the new roles before go live. I would like to than you very much for giving me both methods. I like it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 10:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018044#M1699293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T10:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018045#M1699294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I have the report on the users as a whole is there are report I can run for each user so that I can see what TCodes each user has access/used in the last 3 months? If so how do I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018045#M1699294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018046#M1699295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct way to find out WHO is using WHAT transactions:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ST03N&lt;/P&gt;&lt;P&gt;2) Expert Mode&lt;/P&gt;&lt;P&gt;3) Under "Month" choose this month&lt;/P&gt;&lt;P&gt;4) Under "Transaction Profile" I choose "Standard"&lt;/P&gt;&lt;P&gt;5) Then double click "Standard"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the column "Report or Transaction Time" this is the list of TCodes accessed in "This Month"&lt;/P&gt;&lt;P&gt;in the column "Name of Background Job" this gives me a list of reports being used/accessed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 13:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018046#M1699295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T13:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018047#M1699296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite. That just tells you whether the user ran it in the foreground or the background (in this case it has a job name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you are looking for is the User Profile reporting, in the USer Settlement Statistics folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternately in the Transaction Profile report, you can double-click the Tcode / Report column and it will give you the users and their "settlement" data.&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>Mon, 22 Oct 2012 15:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018047#M1699296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T15:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018048#M1699297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lol, thanks for the points Mark, but Julius suggested the correct answer, I just liked it - you might want to edit that if you can &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1031/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 15:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018048#M1699297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T15:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018049#M1699298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope that editing is not possible and you owe me a beer (is more usefull than ponits &lt;span class="lia-unicode-emoji" title=":winking_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>Mon, 22 Oct 2012 21:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018049#M1699298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T21:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018050#M1699299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but I owe you a few beers already - you had better eat a big meal before we next meet &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1031/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 08:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018050#M1699299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T08:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018051#M1699300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK I have run ST03N and I have a list of TCodes that were have been access in the last 4 weeks, which is good.&lt;/P&gt;&lt;P&gt;Now I need to know HOW to find out which of these TCodes each user has accessed, so that then I can plan to build new roles depending on what TCodes they have accessed over the last 4 weeks so can you tell me how to do this please......step by step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 09:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018051#M1699300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bespoke transaction codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018052#M1699301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned a "Rolls Royce" way of finding users and what TCodes they have used, so could you tell me HOW to do this please, step by step&lt;/P&gt;&lt;P&gt;I have used ST03N so far but I want to double check &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;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 10:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bespoke-transaction-codes/m-p/9018052#M1699301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-29T10:48:12Z</dc:date>
    </item>
  </channel>
</rss>

