<?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 filling DDIC table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243294#M1012768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had the same error in my program yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the cause,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like share it with you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Possible reasons for this error are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The Work area and the Table has Different Structures.&lt;/P&gt;&lt;P&gt;2. There might be some extra fields in your table that the user table.&lt;/P&gt;&lt;P&gt;3. Missing fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell you my Issue, If it is the same case as yours, That will be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Infotype P0006 and PA0006 in HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I wrote a SELECT query - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from PA0006
            into T_table6.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, T_table6 is refered to P0006 and * is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, The Table T_table6 refers to P0006 which has the stucture different with respect to Infotype PA0006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the Infotype P0006 has no MANDT field and PA0006 has Mandt field and may be some extra fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So declaration is also very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 06:52:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T06:52:15Z</dc:date>
    <item>
      <title>error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243289#M1012763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try to insert or modify the DDIC table (which is made by user) &lt;/P&gt;&lt;P&gt;it Shows the error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"T_FTAB" are not Unicode-convertible . . . . . . . . . .		)&lt;/P&gt;&lt;P&gt; how to rectify the error.&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>Thu, 31 Jul 2008 06:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243289#M1012763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243290#M1012764</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;check wheather identical data already present in the database table or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 06:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243290#M1012764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243291#M1012765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bhupi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Goto SE14 give the table name and press button activate and adjust data base ...Also make sure that data type that you are referring is already created  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 06:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243291#M1012765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243292#M1012766</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;The link Discusses Problem Relating to your Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5790053"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 06:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243292#M1012766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243293#M1012767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think fields of database table and work area you have defined are not matching..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the work area of type database table.&lt;/P&gt;&lt;P&gt;Move data from work area of internal table to corresponding fields of work area of database table.&lt;/P&gt;&lt;P&gt;Modify database table from work area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 06:43:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243293#M1012767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243294#M1012768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhupi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also had the same error in my program yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the cause,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like share it with you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Possible reasons for this error are,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The Work area and the Table has Different Structures.&lt;/P&gt;&lt;P&gt;2. There might be some extra fields in your table that the user table.&lt;/P&gt;&lt;P&gt;3. Missing fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell you my Issue, If it is the same case as yours, That will be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Infotype P0006 and PA0006 in HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I wrote a SELECT query - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select * from PA0006
            into T_table6.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, T_table6 is refered to P0006 and * is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, The Table T_table6 refers to P0006 which has the stucture different with respect to Infotype PA0006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the Infotype P0006 has no MANDT field and PA0006 has Mandt field and may be some extra fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So declaration is also very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 06:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243294#M1012768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T06:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: error while filling DDIC table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243295#M1012769</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;carefully check in this case the source structure and the destination structure might be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 04:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-filling-ddic-table/m-p/4243295#M1012769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T04:49:33Z</dc:date>
    </item>
  </channel>
</rss>

