<?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: Developer key issue. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681933#M1869089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may use following notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;delete an SSCR key from table DEVACCESS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;I think that notes 86161 and 41943 might be helpful for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2014 10:01:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-14T10:01:36Z</dc:date>
    <item>
      <title>Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681929#M1869085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;requirement is to delete delimited access key from table DEVACCESS. Is there any standard program which can be used else any standard process to do this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681929#M1869085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T09:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681930#M1869086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table holds information on ABAP developers registered on the system to make changes in the SAP coding eg to provide a patch fix.&lt;/P&gt;&lt;P&gt;Deleted the developers do not have the permission any longer to maintain sap code, but the entry still exists in the table DEVACCESS.&lt;/P&gt;&lt;P&gt;SAP does not provide any report programs to delete the entries from this table.&amp;nbsp; If you want to delete entries, this has to be realized with anown local report. SAP asks that customers never manually delete the keys from this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, if you still want to delete an SSCR key from table DEVACCESS, please note that this action is done on your own responsibility and SAP does not provide any tool or support for this purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at Note:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;86161 registration of Developers/Objects&lt;/P&gt;&lt;P&gt;&lt;A href="http://service.sap.com/sap/support/notes/86161" title="http://service.sap.com/sap/support/notes/86161"&gt;http://service.sap.com/sap/support/notes/86161&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681930#M1869086</guid>
      <dc:creator>hugo_amo</dc:creator>
      <dc:date>2014-10-14T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681931#M1869087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a very simple program for that as below, this table get updated when we enter developer access key of a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;tables&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;devaccess&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;p_user &lt;SPAN class="L0S52"&gt;like &lt;/SPAN&gt;devaccess&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;uname&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;delete &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;devaccess &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;uname &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;p_user&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S52"&gt;eq &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'User '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;p_user&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' deleted.'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;else&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'Error deleting user '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;p_user&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;' return code '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;, &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Br&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;RK&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681931#M1869087</guid>
      <dc:creator>rthoodi</dc:creator>
      <dc:date>2014-10-14T09:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681932#M1869088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table DEVACCESS is valid for all clients, because it is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you delete an entry for user ANUP for example, it is deleted in all clients 000, 100 or whatever your clients are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check before not to delete DEVACCESS keys needed in other clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although user ANUP in client 000 may be a completely different person than user ANUP in client 100. they will have the same key.&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;Klaus&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 09:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681932#M1869088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T09:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681933#M1869089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may use following notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;delete an SSCR key from table DEVACCESS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.8181819915771px;"&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;I think that notes 86161 and 41943 might be helpful for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 10:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681933#M1869089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T10:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Developer key issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681934#M1869090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 13:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/developer-key-issue/m-p/10681934#M1869090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-14T13:48:50Z</dc:date>
    </item>
  </channel>
</rss>

