<?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: Reports for User's T-code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714590#M1107279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I met CSI at a kongress a few weeks ago and pressed them a bit on how this works. Eventually they fezzed up about the table read but mentioned that in the next release being developed it would be different...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems with this is that the FM has a couple of limitations, so you cannot read all tables correctly... so you end up reading some of the wrong ones or taking the easy ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to let the database itself do the hard work, to get back to the performance aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, for neither of these two do you need any tcode, so indeed we are drifting off topic... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 20:35:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-11T20:35:07Z</dc:date>
    <item>
      <title>Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714581#M1107270</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 want to know is there any report to find the what are all the  T-code user has in his user master data.I want to generate this report for bulk user at a time.I can see in SUIM where we can generate for single user not for Bulk user.Please suggest me right solution,Guru!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714581#M1107270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T05:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714582#M1107271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;download tables AGR_USERS and AGR_1251 and combine them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 07:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714582#M1107271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T07:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714583#M1107272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen ,&lt;/P&gt;&lt;P&gt;If you want list of  transactions assigned for mass users then you have to go by Users- Roles- transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can found out roles assigned by SUIM -USers by complex secletion criteria. The roles can be given as input to AGR_1251 table with S_tcode authorization object u can find out the transactions assigned to roles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my knowledge ,there is no direct connection between users and transactions.&lt;/P&gt;&lt;P&gt;For this you can develop your own customised query for retrival of transactions assigned to mass users from SQVI  or SQ01 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sneha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 07:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714583#M1107272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714584#M1107273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; download tables AGR_USERS and AGR_1251 and combine them&lt;/P&gt;&lt;P&gt;I would like to suggest to combine (read: join) them first and download the results afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is one of the situations SAPquery comes in handy. I often use the quickviewer (SQVI) for this one, as well as for joining AGR_AGRS and AGR_1251 to find transactions for roles in composite roles.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 07:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714584#M1107273</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-11-11T07:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714585#M1107274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jurjen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a large number of companies all ABAP query access is banned for performance reasons, &lt;/P&gt;&lt;P&gt;so download and join in an external databe ( MSaccess) is the best option then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714585#M1107274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714586#M1107275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; In a large number of companies all ABAP query access is banned for performance reasons, &lt;/P&gt;&lt;P&gt;&amp;gt; so download and join in an external databe ( MSaccess) is the best option then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, but I thought I'd mention it. The tables we generally access aren't that big (technically speaking) so I am often able to convince people to let me use the quickviewer. Downloading large tables brings it's own performance penalties.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714586#M1107275</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-11-11T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714587#M1107276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jurjen &lt;/P&gt;&lt;P&gt;i agree upon system response being influenced by misuse of SE16, &lt;/P&gt;&lt;P&gt;Try opening AGR_1251 unrestricted and leave in on the screen, within a while your basis consultant will call you!!&lt;/P&gt;&lt;P&gt;What i do use download accelerator of CSI and download all relevant tables (between 18 and 28 dependent on the way security has been applied)on a regular basis form DEV, Qas and Prod.&lt;/P&gt;&lt;P&gt;normally weekly but also after big changes like creating of a large number of new roles. The results i use in Databases which i also use to create all roles and derives and create user assignment files for initial go-live. All the results go in SECATT uploads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 16:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714587#M1107276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T16:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714588#M1107277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; What i do use download accelerator&lt;/P&gt;&lt;P&gt;Ah, I believe that one uses the FM RFC_READ_TABLE. I've built some spreadsheets with VB code to trigger that one. Nice function-task-transaction-matrix generators etc. You can also code your own MsAcces app to download the tables. There's a VB library in your SAPGui directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt however if the FM is so much 'lighter' than SE16. But now we're going slightly off topic &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 17:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714588#M1107277</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2008-11-11T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714589#M1107278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure how it works, but it is very powerfull and hardly a problem in system load.&lt;/P&gt;&lt;P&gt;download goes faster than trying to open the same table in se16!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 18:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714589#M1107278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T18:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reports for User's T-code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714590#M1107279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I met CSI at a kongress a few weeks ago and pressed them a bit on how this works. Eventually they fezzed up about the table read but mentioned that in the next release being developed it would be different...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems with this is that the FM has a couple of limitations, so you cannot read all tables correctly... so you end up reading some of the wrong ones or taking the easy ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to let the database itself do the hard work, to get back to the performance aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, for neither of these two do you need any tcode, so indeed we are drifting off topic... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 20:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reports-for-user-s-t-code/m-p/4714590#M1107279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T20:35:07Z</dc:date>
    </item>
  </channel>
</rss>

