<?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: Alter Table Not Possible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985419#M72894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2005 12:45:10 GMT</pubDate>
    <dc:creator>bjorn-henrik_zink</dc:creator>
    <dc:date>2005-08-25T12:45:10Z</dc:date>
    <item>
      <title>Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985407#M72882</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'm trying to alter a database table with a field 'Quantity' type 'VRFMG'. When I try to activate the table I get the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table is not yet classified                                 &lt;/P&gt;&lt;P&gt; TABLENAME-QUANTITY (specify reference table AND reference field) &lt;/P&gt;&lt;P&gt; Field QUANTITY: Type change                                 &lt;/P&gt;&lt;P&gt;   ALTER TABLE is not possible                               &lt;/P&gt;&lt;P&gt; Table TABLENAME is modified (Deleted or deleted/created new)     &lt;/P&gt;&lt;P&gt; Check on table TABLENAME resulted in errors                                                                                &lt;/P&gt;&lt;P&gt;Anyone who knows how I can solve this problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985407#M72882</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T10:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985408#M72883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add another field which is of type unit (eg MEINS ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All quantity type fields must be linked to corresponding unit fields (in the same or other table) otherwise it would be meaningless (eg a quantity of 12.345 is meaningless unless you say whether it KG or M..., this unit is stored separately in a unit field that you need to specify).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the unit field, and then make the reference in the tab currency/Quantity fields in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985408#M72883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T10:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985409#M72884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from transaction se11 go to the edit mode of the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the currency/quantity fields tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;agains the field name in question maintain ref table and field name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it could be from the same table or from other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985409#M72884</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-08-25T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985410#M72885</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 thing the table has some entries.  Delete all the entries and try to modify the field, it will work, or you delete the field and create the new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985410#M72885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985411#M72886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you put field quantity or amount in a dictionary table, you have to specify a reference field: if your field is a quantity then your reference field is a unit field, if your field is a amount then your reference field is a currency field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't need that the referenced fields are in the same table (for example the reference field of BSEG-DMBTR is T001-WAERS).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985411#M72886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985412#M72887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great - thanks - it solved the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 10:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985412#M72887</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985413#M72888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I delete the table entry? (I get the same error as mentioned above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985413#M72888</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T12:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985414#M72889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't understand what you want to delete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985414#M72889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T12:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985415#M72890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to delete the database field 'quantity' that I just created &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985415#M72890</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985416#M72891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You place cursor on field you want to delete, so push icon 'CUT'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985416#M72891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985417#M72892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I activate the database I receive the following message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   TABL TABNAME was not activated                             &lt;/P&gt;&lt;P&gt;   Check table TABNAME&lt;/P&gt;&lt;P&gt;    Table is not yet classified                             &lt;/P&gt;&lt;P&gt;   Field QUANTITY was deleted                              &lt;/P&gt;&lt;P&gt;     ALTER TABLE is not possible                           &lt;/P&gt;&lt;P&gt;   Structure change at field level (convert table TABNAME)    &lt;/P&gt;&lt;P&gt;   Check on table TABNAME resulted in errors&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985417#M72892</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T12:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985418#M72893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You try to use DATABASE UTILITY to activate the database, go to UTILITIES-&amp;gt;DATABASE UTILITY, so choose DIRECT and push ACITVATE and ADJUST DATABSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985418#M72893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985419#M72894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 12:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985419#M72894</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2005-08-25T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alter Table Not Possible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985420#M72895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TABL TABNAME was not activated &lt;/P&gt;&lt;P&gt;Check table TABNAME&lt;/P&gt;&lt;P&gt;Table is not yet classified &lt;/P&gt;&lt;P&gt;Field QUANTITY was deleted &lt;/P&gt;&lt;P&gt;ALTER TABLE is not possible &lt;/P&gt;&lt;P&gt;Structure change at field level (convert table TABNAME) &lt;/P&gt;&lt;P&gt;Check on table TABNAME resulted in errors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have changed the structure your, so now you have to convert table. You can do that by only DATABASE UTILITY, if it fails, probably there is a problam in database table. You can try to delete database table and then re-created it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2005 13:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alter-table-not-possible/m-p/985420#M72895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-25T13:04:57Z</dc:date>
    </item>
  </channel>
</rss>

