<?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: Adding data in tr-code SE11 asks for access code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938381#M692647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need an Acess key to change the table KNA1, so for that ask your basis people to issue you the AccessKey for the table KNA1.&lt;/P&gt;&lt;P&gt;The key which you have entered might be the Developer Access Key which is different from the access key for the table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And more over its not suggested to directly change the table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 02:54:10 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-10-22T02:54:10Z</dc:date>
    <item>
      <title>Adding data in tr-code SE11 asks for access code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938377#M692643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have logged in as a user with admin rights and tried to add some data to table KNA1 (using t-code SE11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is asking for Access Key. I entered the key (registration key) that i had created for this user as developer by going to the URL service.sap.com/sscr.  But when I enter this key, it says the access key is not correct. But the access key is 100 percent correct, since I am just copying and pasting and also double checked for the accuracy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same for other admin users with their registration keys, but same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you seen this problem before? If so how can resolve this issue? If you can please let me know&lt;/P&gt;&lt;P&gt;I will really appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 02:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938377#M692643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T02:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data in tr-code SE11 asks for access code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938378#M692644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE11 is a transaction code used to view / modify data dictionary table structures. It is not a way to enter data to database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add data to KNA1, you need to create Customer using transaction XD01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 02:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938378#M692644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T02:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data in tr-code SE11 asks for access code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938379#M692645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thing it is not advisable to add the data in standard table in this way. &lt;/P&gt;&lt;P&gt;You should use standard transactions or BAPI to do so as there are lots of interdependencis in tables which standard transaction take care.&lt;/P&gt;&lt;P&gt;And the key which you got may be for changing the structure if KNA1 but not for data creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 02:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938379#M692645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T02:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data in tr-code SE11 asks for access code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938380#M692646</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; Are you adding data or modifying the KNA1 table? If you adding data then its an incorrect way of adding data directly to a SAP table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you are modifying the TABLE then what steps you have followed is correct just ensure that when you have registered the object in service.sap.com/sscr you have registered with the corrrect SAP instance number, the key is dependent to instance number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; also take a look at the table ADIRACCESS and see if there is an entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 02:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938380#M692646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T02:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding data in tr-code SE11 asks for access code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938381#M692647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need an Acess key to change the table KNA1, so for that ask your basis people to issue you the AccessKey for the table KNA1.&lt;/P&gt;&lt;P&gt;The key which you have entered might be the Developer Access Key which is different from the access key for the table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And more over its not suggested to directly change the table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 02:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-data-in-tr-code-se11-asks-for-access-code/m-p/2938381#M692647</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-10-22T02:54:10Z</dc:date>
    </item>
  </channel>
</rss>

