<?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/5704261#M1295490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this on several occasions where a short dump was about to occur. When I gave this object the dump actually came in view. Do you have ST22 entries around the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 10:38:12 GMT</pubDate>
    <dc:creator>jurjen_heeck</dc:creator>
    <dc:date>2009-06-09T10:38:12Z</dc:date>
    <item>
      <title>S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704260#M1295489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any endures Tcode &lt;STRONG&gt;mb51&lt;/STRONG&gt; tcode showing authorization issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Su53 screen shot is this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization Object                  S_DEVELOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity                                         03&lt;/P&gt;&lt;P&gt;Package                                      &amp;lt;dummy&amp;gt;&lt;/P&gt;&lt;P&gt;Object name                                 &amp;lt;dummy&amp;gt;&lt;/P&gt;&lt;P&gt;Object type                                   DEBUG&lt;/P&gt;&lt;P&gt;Authorization group ABAP/ program  &amp;lt;dummy&amp;gt;     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why S_DEVELOP object is required for end user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Dilip Pasila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704260#M1295489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704261#M1295490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this on several occasions where a short dump was about to occur. When I gave this object the dump actually came in view. Do you have ST22 entries around the same time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704261#M1295490</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2009-06-09T10:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704262#M1295491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issues with the demanding values and also S_DEVELOP is proposed by SAP as a &lt;STRONG&gt;Check&lt;/STRONG&gt; object for MB51. But, to be aware of the action the user is trying to perform, please study the SM20 &amp;amp; ST01 results. So that you can get the confirmation of proper usage of data through permitted actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704262#M1295491</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-06-09T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704263#M1295492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a check to determine which screen the system should use. It that point, the system does not yet know (or care) what the name of the program is which is dumping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result of this check determines whether or not the little "Debug program" button is visible or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End users do not need ST22 nor SM51... and not the ability to debug their (your) program errors on their own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;SPAN __jive_macro_name="thread" id="1012095"&gt;&lt;/SPAN&gt; for more infos and test it with a trace on. You will find the source code location of the check; again only if authorized to display the coding but you can still trace without it.&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>Tue, 09 Jun 2009 11:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704263#M1295492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:08: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/5704264#M1295493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday, we got similar issue. The SU53 screen shot shown exactly the same for the transaction code FK15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas the SAP note says that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Note 4092&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user input (field P_ACTION) BTCSUBMIT is missing in&lt;/P&gt;&lt;P&gt;authorization object S_PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have given this and it solved our issue.&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704264#M1295493</guid>
      <dc:creator>former_member182098</dc:creator>
      <dc:date>2009-06-10T09:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704265#M1295494</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 my experience auth object S_Develop will not give the end users in production system and even IT users also not used in production system this is for only development systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Biksham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 10:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704265#M1295494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T10:03: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/5704266#M1295495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I completely agree with Biksham, and that is also not a reason to &lt;STRONG&gt;not&lt;/STRONG&gt; check the authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUG authority is checked in a number of places (also "external debugging") and not just "/H" etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just because an authority-check turns up in a trace (or even a short dump in extreme cases), is no reason on it's own to add the access. In this case it is pretty clear because of the DUMMY constructs that it is such a "plausibility" or "visibility" check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jun 11, 2009 11:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 21:10:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704266#M1295495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T21:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704267#M1295496</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;The su53 in this case is giving a wrong out put. There may be may cases for this wrong out put viz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. User giving wrong su53.&lt;/P&gt;&lt;P&gt;2. Input values after running the transaction are wrong.&lt;/P&gt;&lt;P&gt;3. Even the parameter fields of the user may be wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finding out the solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Run Trace st01.&lt;/P&gt;&lt;P&gt;2. Simulate the same in quality. Create one id in another system eg quality and copy the user roles and not parameters. Run the same with trace on.&lt;/P&gt;&lt;P&gt;3. Check with functional guys whether user giving right input after running the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure it will help you to find the solution. s_develop I guess is an erroneous result. Let me know if you face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aveek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 13:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704267#M1295496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T13:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: S_DEVELOP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704268#M1295497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another possibility which occured to me (because I just found one of these) is that there is some custom coding activated in an exit, and the developer "forgot" a BREAKPOINT in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also make the check you are seeing before attaching the debugger session, and explain the SU53 result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check that: search the coding for "BREAK-POINT" or "BREAK-USER" where "USER" is the name of the user ID.&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, 14 Jun 2009 09:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/s-develop/m-p/5704268#M1295497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-14T09:05:06Z</dc:date>
    </item>
  </channel>
</rss>

