<?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: S_PROJECT authorization check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962166#M1337863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; SAPLSHL2&lt;/P&gt;&lt;P&gt;Take a look in SE84 for the function modules in function group SHL2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or from the trace you can jump to the source code location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module &lt;EM&gt;just&lt;/EM&gt; modifies the menu based on the authority, would be my guess... If I remember correctly, it is used to build the menu.&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, 02 Aug 2009 20:26:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-02T20:26:38Z</dc:date>
    <item>
      <title>S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962162#M1337859</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;Currently, I'm in an ECC6.0 environment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was performing an authorization trace on MK01.&lt;/P&gt;&lt;P&gt;I found that S_PROJECT was being checked.&lt;/P&gt;&lt;P&gt;S_PROJECT  RC=0  PROJECT_ID= ;APPL_COMP= ;PROJ_CONF= ;ACTVT= ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be checking for &lt;/P&gt;&lt;P&gt;OBJECT 'S_PROJECT'&lt;/P&gt;&lt;P&gt;         ID 'PROJECT_ID' DUMMY&lt;/P&gt;&lt;P&gt;         ID 'APPL_COMP'  DUMMY&lt;/P&gt;&lt;P&gt;         ID 'PROJ_CONF'  DUMMY&lt;/P&gt;&lt;P&gt;         ID 'ACTVT'    DUMMY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the program for MK01  : SAPMF02K, but I could not find any AUTHORITY-CHECK on S_PROJECT object.&lt;/P&gt;&lt;P&gt;I also run MK01 in debug mode, setting breakpoints at all AUTHORITY-CHECK statements, but still not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 1) So why did a trace on MK01 shows that there is check on S_PROJECT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the previous 4.6C environment, I did a trace on MK01 also, there wasn't any check on S_PROJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 2 ) Could this be some configurations issues not done after upgrade? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked SU24 for ECC6.0 and 4.6C, its same settings for &lt;/P&gt;&lt;P&gt;MK01 : S_PROJECT : CHECK : PROPOSAL NO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 10:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962162#M1337859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T10:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962163#M1337860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DUMMY means that &lt;U&gt;any&lt;/U&gt; value in the authorizations would be sufficient to pass the authority-check. It does not matter what that value actually is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is like a plausibility check - my guess in this case is that you will see it in transaction SE93 displaying MK01 behind the "Authorization" field, it is being checked at the start of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the trace file you can jump to the source code location (if authorized) and if you find this in the function module AUTH_CHECK_TCODE, then you can be fairly sure that my above guess is correct.&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, 30 Jul 2009 10:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962163#M1337860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T10:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962164#M1337861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Julius, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used se93, but S_PROJECT is not the initial auth object for MK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From trace file, I manage to find the program where S_PROJECT is called - SAPLSHL2. But looking at the program for MK01, I can't find where this program is being run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 06:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962164#M1337861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T06:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962165#M1337862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried using where-used search for Program SAPLSHL2 (where the check of S_PROJECT is in).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this error "Program SAPLSHL2 not found in Programs  (possibly dynamic calls!)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 06:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962165#M1337862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-31T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962166#M1337863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; SAPLSHL2&lt;/P&gt;&lt;P&gt;Take a look in SE84 for the function modules in function group SHL2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or from the trace you can jump to the source code location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module &lt;EM&gt;just&lt;/EM&gt; modifies the menu based on the authority, would be my guess... If I remember correctly, it is used to build the menu.&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, 02 Aug 2009 20:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962166#M1337863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-02T20:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: S_PROJECT authorization check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962167#M1337864</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;As for as I know, S_PROJECT check is used in function module F4_GET_OBJECT_INFORMATION and is called when you press F4 for any fields. But this will be executed only when you have a check table. Check whether it is the same case in your example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 01:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-project-authorization-check/m-p/5962167#M1337864</guid>
      <dc:creator>gokul_radhakrishnan3</dc:creator>
      <dc:date>2011-11-17T01:04:58Z</dc:date>
    </item>
  </channel>
</rss>

