<?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: Current Actual User in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457142#M1056543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will display all locked entries, it also shows the corresponding tables and transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 11:51:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T11:51:46Z</dc:date>
    <item>
      <title>Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457136#M1056537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How can I check (which table or FM) who use payroll transactions like for example PC00_M18_CALC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or which tables despite usr41 are used in SM04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457136#M1056537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457137#M1056538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use function module "THUSRINFO"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457137#M1056538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457138#M1056539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENQUEUE_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457138#M1056539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457139#M1056540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM "THUSRINFO" shows list of user in system but if there open more than one transaction tcode is not shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find name of transaction and after users who current use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457139#M1056540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457140#M1056541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLs try this way try to find the authorizations for the Transaction code you are using then we can get the list of users using the FM related to AUTHORITY_CHECK for the Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM we set  will return 'OK' for a particulaer user and for the given Tcode AUTHORITY_CHECK_TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First get the users list and read the each user and use this FM to get that value for authorizations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try out this way. Hope it will resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457140#M1056541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457141#M1056542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chandra, could you give some more detail about FM ENQUEUE_READ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457141#M1056542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457142#M1056543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will display all locked entries, it also shows the corresponding tables and transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 11:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457142#M1056543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Current Actual User</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457143#M1056544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found FM TH_LONG_USR_INFO but I need something exacly opposite, I need import to FM transaction and get users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one help me, or at least explain what is ide of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call 'ThUsrInfo' id 'OPCODE' field opcode_long_usr_info&lt;/P&gt;&lt;P&gt;                     id 'USER' field user&lt;/P&gt;&lt;P&gt;                     id 'TAB' field user_info-&lt;STRONG&gt;sys&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Maybe I could write it myself adding id like 'TCODE', any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 08:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/current-actual-user/m-p/4457143#M1056544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T08:20:20Z</dc:date>
    </item>
  </channel>
</rss>

