<?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_DEVELOP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519450#M846479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to transaction SU24 and check which objects are marked C/M on transaction ME31K. i'd be very surprised if there was any SD-object to that transaction except for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_KOND_VEA&lt;/P&gt;&lt;P&gt;V_KONH_VKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for the error. run transaction ST01 with 'autority-check' flagged for the user in question (make sure you run the trace on the same instance the user is logged on to - in case of more than one application server). check the trace. have a special look at all objects with a return-code &amp;gt; 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 15:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T15:41:03Z</dc:date>
    <item>
      <title>S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519449#M846478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run ME31K with a developers role. I get a short dump, I go to SU53 and have an auth error that caused it on an SD object. This is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remove the developers role. Run the same tcode, get the same short dump but now when I go to Su53, I do not see the real auth error, I now see an auth error on 'S_DEVELOP ' and object debug. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea on where this would come from. the user obviously does not have a developers role and should not, the tcode ME31K also does not check for this. So , where is the auth error coming from ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 14:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519449#M846478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519450#M846479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to transaction SU24 and check which objects are marked C/M on transaction ME31K. i'd be very surprised if there was any SD-object to that transaction except for &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V_KOND_VEA&lt;/P&gt;&lt;P&gt;V_KONH_VKS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as for the error. run transaction ST01 with 'autority-check' flagged for the user in question (make sure you run the trace on the same instance the user is logged on to - in case of more than one application server). check the trace. have a special look at all objects with a return-code &amp;gt; 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 15:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519450#M846479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T15:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519451#M846480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;V_KONH_VKS is the object in question and after I ahve that added, I have no problems.  Still do not know where the S_DEVELOP auth problem came from but adding the V_KONH_VKS object seems to have cured it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 17:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519451#M846480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T17:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519452#M846481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SU53 shows the &lt;STRONG&gt;last failed authority check&lt;/STRONG&gt;, not the authorization which (necessarily) needs to be added to the user role to make it work. This is a well documented but sometimes misunderstood fact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program dumps due to missing authority (which should not ideally happen; even for objects such as S_DATASET you should check the authority using FM AUTHORITY_CHECK_DATASET and react to it &lt;STRONG&gt;before&lt;/STRONG&gt; you open the file, etc), then the system is most likely checking S_DEVELOP object type DEBUG to determine whether or not the "Debug" function should be displayed in the dump screen....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; this is then the &lt;STRONG&gt;last failed authority check&lt;/STRONG&gt; =&amp;gt; SU53 is doing that which it is built to do &lt;SPAN __jive_emoticon_name="happy"&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>Fri, 04 Apr 2008 19:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/3519452#M846481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T19:23:26Z</dc:date>
    </item>
  </channel>
</rss>

