<?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: Change data element in ZTable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845239#M1133249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can change the dataelements as long as the domain ( Technical properties are same means the DATA type and length are same).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you increase the length there will not be any problem but if you decrease the length there is the problem of loosing the data definitely( so decreasing the length is never suggested as it is risk of loosing the data )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can go from type I to type P BUT reverse is not true ( as you loose the decimals ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after increasing the length go to Tcode SE14 activate and adjust the table by selecting the SAVE radio button  to adjust the table for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 08:59:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-04T08:59:35Z</dc:date>
    <item>
      <title>Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845232#M1133242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;I wanna know what problems could be in case of changing the data element of a custom table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, there is a ZTable full and used by different programs. I have to change data element of two field, in particular now these fields have a standard data element and I wanna change with custom one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The questions are:&lt;/P&gt;&lt;P&gt;Could I lose data?&lt;/P&gt;&lt;P&gt;Could I have problems with existing programs during run?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Please it is very important, help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele Garofalo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845232#M1133242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845233#M1133243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well if ur data type of the data elements change then thr cud be possibility of ur prvious program start to give short dumps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845233#M1133243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845234#M1133244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       If the standard data element and Z data element domain are same or same data type and size  then no problems .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if different then lots of problem as it would have dependencies with other tables and Reprots ,Interface enhancement ,forms whereever its is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the Field label and if that standard has a search help too .then it would change in custom .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845234#M1133244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845235#M1133245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u can change it.&lt;/P&gt;&lt;P&gt;but if u have used that data element in program it will affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after changing the data element  go to menu UTILITY.........&amp;gt; DATABASE UTILITY----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt;ACITIVATE DATA BASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845235#M1133245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845236#M1133246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right, both can happen:&lt;/P&gt;&lt;P&gt;-data loss (if the length is smaller than previously, or number of decimals is less)&lt;/P&gt;&lt;P&gt;-inconsistensies in the programs, which use this table (or only the field of this table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845236#M1133246</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-04T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845237#M1133247</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;If you make changes in data element then this change will affect all the table fields that refer to the particular domain. Foreign keys could become inconsistent and conversions required. So generally it is advised to change the data element only when it does not put impact on other tables.&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, 04 Dec 2008 08:57:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845237#M1133247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845238#M1133248</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;It depends on the type and size of data, so it depends on the domain of the new data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the domain has a different data type u could some problem, but the system can usually generate the table again. If it can't, u can generate the table by DATABASE UTILITY tool manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the risk of losing data is very low.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845238#M1133248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845239#M1133249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can change the dataelements as long as the domain ( Technical properties are same means the DATA type and length are same).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you increase the length there will not be any problem but if you decrease the length there is the problem of loosing the data definitely( so decreasing the length is never suggested as it is risk of loosing the data )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can go from type I to type P BUT reverse is not true ( as you loose the decimals ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after increasing the length go to Tcode SE14 activate and adjust the table by selecting the SAVE radio button  to adjust the table for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 08:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845239#M1133249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T08:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change data element in ZTable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845240#M1133250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;As you told that you want to change your data element , so it means that you want to change its data types or length then in this case you will face a lot of errors .And if you want only to change data element name and rest every things are same then there will be no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:00:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-data-element-in-ztable/m-p/4845240#M1133250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:00:37Z</dc:date>
    </item>
  </channel>
</rss>

