<?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 new field in a custom table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284690#M1388875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think problem is with your SELECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please write your select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 12:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T12:52:39Z</dc:date>
    <item>
      <title>Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284689#M1388874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem adding a new field into a custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  added a new non-primary field to a custom table as the last field(type char10). the custom table already has some entries in it. I went into SE14 and adjusted the table and also re-generated the table maintenance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a custom program i am using this custom table to fetch the data. I am selecting data from custom table with the new field in the WHERE clause of SELECT. Even though the custom table has data in it,satisfying the condition, but it is not populating the data into the internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284689#M1388874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284690#M1388875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think problem is with your SELECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please write your select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 12:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284690#M1388875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284691#M1388876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the select statement is correct, check the internal table structure. have you added the new field in the structure? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross check points: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. From SE11, if you are getting the entries for the new field, from the select statement should work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Check the internal table structure or define the internal table as: data itab type standard table of &amp;lt;custom table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 13:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284691#M1388876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284692#M1388877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you added values in the new field of the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 13:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284692#M1388877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284693#M1388878</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;What is the condition you have added in WHERE clause on the new feild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem might be with the WHERE clause of SELECT query or the fileds in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the SELECT query as well as the internal table declaration to probe further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:40:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284693#M1388878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284694#M1388879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think if select querry is correct then please use conversion_exit_alpha_input befor saving the data in custom table and same use before retreving the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 10:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284694#M1388879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T10:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284695#M1388880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there data available in your added new field?? if yes then send your code&lt;/P&gt;&lt;P&gt;so that i can give you the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sujeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 04:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284695#M1388880</guid>
      <dc:creator>SujeetMishra</dc:creator>
      <dc:date>2009-10-28T04:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new field in a custom table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284696#M1388881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;  Please check the if the INITIAL check box for the new field is set. In your case; since some records already exist; the values for the added field will be set as NULL. So the select statement won't return any records. If you set INITIAL, it would rather be treated as SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;     Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 07:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-new-field-in-a-custom-table/m-p/6284696#M1388881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T07:16:50Z</dc:date>
    </item>
  </channel>
</rss>

