<?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 a column to a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598368#M866625</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;1. Please tell me whether I can add a new field to the table, even when the table already has some data? Should I delete the data before adding the new field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. And if the 'Maintenance allowed' check box is not checked, what is that mean and if so, how should I add data to the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2008 02:13:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-26T02:13:58Z</dc:date>
    <item>
      <title>Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598362#M866619</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;Can I add a new column to a custim table (Z table)? Please let me know whether it is possible to add a new column to an existing table with data also loaded in it. This custom table is already in use in many programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know other alternatives if this is not possible...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 18:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598362#M866619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T18:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598363#M866620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no problem. You can add or insert fields using transaction SE11 or SE12. Possibly you will get activation warnings that require you to go (from SE11(SE12) to database utility and transform the table. When transported, this happens automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any new fields shoukd be added with the 'initial value' box flagged. Other wise the database will create NULL values that are hard to select for: It must be IS NULL if used in a WHERE clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 19:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598363#M866620</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2008-03-22T19:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598364#M866621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a new field to a ztable no issue in that ,but be careful with the table maintenance generator. After adding the new field delete the old maintenance view and create a new once , else your new field wont be visible in the maintenance view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viveks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 21:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598364#M866621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T21:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598365#M866622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can add no problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you also have created a view screen using SE54 then to update that screen you have to regenerate it to also update the new column there on screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 14:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598365#M866622</guid>
      <dc:creator>adnanmaqbool</dc:creator>
      <dc:date>2008-03-23T14:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598366#M866623</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;You can add a column to the z table which contains data. Once you add a column, save and activate it. Go to database utility (SE14) click on activate and adjust database button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 19:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598366#M866623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-23T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598367#M866624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There is no problem in adding a column in a table.&lt;/P&gt;&lt;P&gt;Just go to SE11. Open the table in change mode.&lt;/P&gt;&lt;P&gt;Add the row as you do for other rows.&lt;/P&gt;&lt;P&gt;Activate the table..&lt;/P&gt;&lt;P&gt;And most important thing. Go to technical settings.&lt;/P&gt;&lt;P&gt;Delelte them and redo them and save them..&lt;/P&gt;&lt;P&gt;If you dont do this, changes will not be reflected in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Palak Behal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 04:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598367#M866624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T04:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598368#M866625</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;1. Please tell me whether I can add a new field to the table, even when the table already has some data? Should I delete the data before adding the new field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. And if the 'Maintenance allowed' check box is not checked, what is that mean and if so, how should I add data to the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 02:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598368#M866625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T02:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598369#M866626</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;You need not to delete the entries in the table to add additional field.  follow the below steps which may help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) add the new field in table&lt;/P&gt;&lt;P&gt;2) Save table&lt;/P&gt;&lt;P&gt;3) Utilities --&amp;gt; Database Object --&amp;gt; Database Utility --&amp;gt;&lt;/P&gt;&lt;P&gt;4) Click on the Activate and Adjust Database&lt;/P&gt;&lt;P&gt;5) it will take few minutes to activate the table.....dont worry....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your work will be done without any trouble....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dont forgot to Reward me points .....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;All the very best....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivasa sarma K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sharmashree kashi on Mar 26, 2008 7:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 02:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598369#M866626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a column to a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598370#M866627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreenivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the information.&lt;/P&gt;&lt;P&gt;Can you please provide me some information on my second question as well..&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;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 02:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-column-to-a-table/m-p/3598370#M866627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T02:27:04Z</dc:date>
    </item>
  </channel>
</rss>

