<?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: Error while creating the Ztable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440493#M546202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Steps to Creating domains, Data Elements, Tables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To give you the steps for creating table:.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;There are two approach in creating a table.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Bottom-up approach &lt;/P&gt;&lt;P&gt;2. Top-down approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are valid and you can choose which approach is suitable for you. I always use the bottom-up approach. Here are the steps to create the tables with this approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter the short discription of the table and enter the field of the table. If it is primary key and you have to check the box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Enter the data element and double click it, you will be asked to save and will take you to data element discription page. Enter the short discription of the data element and enter the information of domain like the length of field and type of field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If you wanted to use the existing domain then its fine, or else, you have to create one. Enter the domain name in the data element page and double click it. Page will ask to save and jump to domain creation page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In the domain page, you have to save the information which you have already given in the data elements page and check it. Before going to data element page, you have to activate the domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Go to data element page and save, check and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Go to main table page and save, check, and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Also, you have to save the technical settings of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is now ready for operation. You can use it in your program or you can use it to enter information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table: It is the table which will have all the information about the Foreign keys which are the primary keys in the check table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be created by creating the foreign key from the main table. Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 05:03:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T05:03:17Z</dc:date>
    <item>
      <title>Error while creating the Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440489#M546198</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;     I am creating the Ztable and everything is fine but iam getting the messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as       1Enhancement category for table missing        &lt;/P&gt;&lt;P&gt;           2)Enhancement category for include or subtype missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; when activating the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 06:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440489#M546198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440490#M546199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;to avoid this define Enhancement category for your table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE11&lt;/P&gt;&lt;P&gt;enter table name&lt;/P&gt;&lt;P&gt;Change&lt;/P&gt;&lt;P&gt;From the menu&lt;/P&gt;&lt;P&gt;Extras-&amp;gt; Enhancement category&lt;/P&gt;&lt;P&gt;define/select second radiobutton can be enhanced&lt;/P&gt;&lt;P&gt;save and activate the table&lt;/P&gt;&lt;P&gt;Since this is a Warning you can simply ignore it&lt;/P&gt;&lt;P&gt;nothing will happen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 06:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440490#M546199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T06:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440491#M546200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se11 transaction and enter table name&lt;/P&gt;&lt;P&gt;Change From the menu&lt;/P&gt;&lt;P&gt;Extras-&amp;gt; Enhancement category&lt;/P&gt;&lt;P&gt;define/select second radiobutton can be enhanced&lt;/P&gt;&lt;P&gt;save and activate the table&lt;/P&gt;&lt;P&gt;Since this is a Warning you can simply ignore it&lt;/P&gt;&lt;P&gt;nothing will happen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 12:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440491#M546200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T12:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440492#M546201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anji Reddy,&lt;/P&gt;&lt;P&gt;               i had same problem in my system when ever iam crateing a custom table or enhancing any infotype........thank your for giving me the soultion for this warning.&lt;/P&gt;&lt;P&gt;but i have one more question to you.&lt;/P&gt;&lt;P&gt;               I have four fields in my custom table....first field is key field and second one is non key (text descritpion of first field) , third fields is key field and fourth is again&lt;/P&gt;&lt;P&gt;as text field non key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field                       Data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MANDT              MANDT&lt;/P&gt;&lt;P&gt;ZZFAART             FACHR  (primary key) &lt;/P&gt;&lt;P&gt;FRTXT                 ZZFRTXT (char50)&lt;/P&gt;&lt;P&gt;ZZORGCODE       ZZORGCODE (char10)&lt;/P&gt;&lt;P&gt;ZZORGTXT           ZORGTXT (char60)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when we are enteing from SM30 ... my requirement as per functional is&lt;/P&gt;&lt;P&gt;i have to make zzfaart field as primary key......... i have made it since that is first field.&lt;/P&gt;&lt;P&gt;now he wants zzorgcode as also primary key......... as per the table condtion i cannot&lt;/P&gt;&lt;P&gt;give zzorgcode as primary key  as all the key fields should be in order..........but the functional say he wants in third place only............he saying we can see so many place in confiugration's in spro....where&lt;/P&gt;&lt;P&gt;when we enter first field the second field (text ) will be automatically populated.......&lt;/P&gt;&lt;P&gt;(this point iam able to do....) and the third field will be primary key...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however iam not able to do is to make the zzorgcode as primary key ............as he wants that  tobe grated out as well once we enter the value and he wants it to make primary key so that no duplicates can be entered.&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;Please let me know how to do this point....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syamala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jul 2007 09:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440492#M546201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-01T09:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating the Ztable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440493#M546202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Steps to Creating domains, Data Elements, Tables&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To give you the steps for creating table:.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;There are two approach in creating a table.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Bottom-up approach &lt;/P&gt;&lt;P&gt;2. Top-down approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are valid and you can choose which approach is suitable for you. I always use the bottom-up approach. Here are the steps to create the tables with this approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SE11 will take you to the DDIC and enter the name of the new table to be created. Let us say Zname. Click create. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter the short discription of the table and enter the field of the table. If it is primary key and you have to check the box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Enter the data element and double click it, you will be asked to save and will take you to data element discription page. Enter the short discription of the data element and enter the information of domain like the length of field and type of field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If you wanted to use the existing domain then its fine, or else, you have to create one. Enter the domain name in the data element page and double click it. Page will ask to save and jump to domain creation page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In the domain page, you have to save the information which you have already given in the data elements page and check it. Before going to data element page, you have to activate the domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Go to data element page and save, check and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Go to main table page and save, check, and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Also, you have to save the technical settings of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is now ready for operation. You can use it in your program or you can use it to enter information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table: It is the table which will have all the information about the Foreign keys which are the primary keys in the check table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be created by creating the foreign key from the main table. Click foreign key in the main table and it will take you to a page which will ask for table name and field to which foreign key relation has to be associated. Enter the information and you can create the check table automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM30 is used for maintenance of the table, that is to realease the errors occured during the creation of the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward  points if it is usefull ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 05:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-the-ztable/m-p/2440493#M546202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T05:03:17Z</dc:date>
    </item>
  </channel>
</rss>

