<?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: Table creating error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569742#M1078313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the value like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum 1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 08/08/2008&lt;/P&gt;&lt;P&gt;zrole 2&lt;/P&gt;&lt;P&gt;empclass 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum 1235&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 08/08/2008&lt;/P&gt;&lt;P&gt;zrole 3&lt;/P&gt;&lt;P&gt;empclass 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Midhun Abraham on Oct 5, 2008 3:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Oct 2008 01:26:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-05T01:26:19Z</dc:date>
    <item>
      <title>Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569738#M1078309</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;I am working on an issue....there is one ztable named as zemp with the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/P&gt;&lt;P&gt;ZNUM	ZNUM	CHAR	6	0	Employee number&lt;/P&gt;&lt;P&gt;ZDATE	ZDATE	DATS	8	0	                                                            &lt;/P&gt;&lt;P&gt;ZROLE	ZROLE	CHAR	1	0	emp role&lt;/P&gt;&lt;P&gt;ZCLASS	ZCLASS	CHAR	2	0	emp class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where mandt is the only key field in it and now I am trying to put the data in it, when I put the first entry using sm30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum             1&lt;/P&gt;&lt;P&gt;date               08/08/2008&lt;/P&gt;&lt;P&gt;zrole              3&lt;/P&gt;&lt;P&gt;empclass           12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now when I am trying to enter the second record:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum          1&lt;/P&gt;&lt;P&gt;date            08/08/2008&lt;/P&gt;&lt;P&gt;zrole           2&lt;/P&gt;&lt;P&gt;empclass        12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's giving me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An entry already exists with the same key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please tell me what exactly the problem is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 21:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569738#M1078309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T21:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569739#M1078310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the KEY field MANDT, as you have mentioned "mandt" as the only key field it is throwing out this error. This is because when you are working on a system, suppose say your clinet number (MANDT) is "800", you are trying to enter second record with the same client, moreover you have made this "mandt" as the key field. This is the cause for your errot. &lt;/P&gt;&lt;P&gt;I think  your requirement is to enter different employee data into this table. Now, make mandt &amp;amp; emp no (both of them ) as the key fields and try entering the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not create any problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 21:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569739#M1078310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T21:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569740#M1078311</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;Make Empname also key field and enter your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;mandt 200&lt;/P&gt;&lt;P&gt;empnum 1&lt;/P&gt;&lt;P&gt;date 08/08/2008&lt;/P&gt;&lt;P&gt;zrole 3&lt;/P&gt;&lt;P&gt;empclass 12   like this...you dont get any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 22:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569740#M1078311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T22:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569741#M1078312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply srinivas. This time I amde enum also as a key field and tries to enter the following records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum             1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date               08/08/2008&lt;/P&gt;&lt;P&gt;zrole              2&lt;/P&gt;&lt;P&gt;empclass           12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now when I tried to enter the seod record as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum          1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; date            08/08/2008&lt;/P&gt;&lt;P&gt; zrole           3&lt;/P&gt;&lt;P&gt; empclass        12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 22:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569741#M1078312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T22:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569742#M1078313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the value like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum 1234&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 08/08/2008&lt;/P&gt;&lt;P&gt;zrole 2&lt;/P&gt;&lt;P&gt;empclass 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;empnum 1235&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date 08/08/2008&lt;/P&gt;&lt;P&gt;zrole 3&lt;/P&gt;&lt;P&gt;empclass 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Midhun Abraham on Oct 5, 2008 3:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 01:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569742#M1078313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569743#M1078314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Midhun. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is in my scenario a employee can have multiple roles .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 02:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569743#M1078314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T02:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569744#M1078315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ,&lt;/P&gt;&lt;P&gt;tell me the exact field which are the key fields now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 02:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569744#M1078315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T02:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569745#M1078316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mandt and empnum are the two key fields !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 02:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569745#M1078316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T02:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table creating error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569746#M1078317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ,when you make the empnum as the key field it will not allow similar enteries ,for example in the key field there should be change so that the values you give.Here you are entering 1234 for the both of the enteries that will not be accepted because repeatation occurs.So check that will you be able to make some other fields as the key field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Oct 2008 02:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creating-error/m-p/4569746#M1078317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-05T02:26:50Z</dc:date>
    </item>
  </channel>
</rss>

