<?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 in select - dynamic table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530707#M849367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using INTO CORRESPONDING FIELDS??? If your dynamic table holds the structure of the table, you should do it like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  SELECT *
  INTO TABLE &amp;lt;ROW&amp;gt;
  FROM (MY_TAB).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, refer to my weblog...It might help you out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Taking good care of Z Data|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3340] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 17:11:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T17:11:34Z</dc:date>
    <item>
      <title>Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530701#M849361</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;Im creating a dynamic internal table and fetching values and displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from (p_table) into corresponding fields of table &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement works well for small tables as PRHI , PRPS , PROJ etc&lt;/P&gt;&lt;P&gt;when i trying exceuting the same for EKKO,BSEG and other bigger tables it gives short dump whereas small tables it works fine.&lt;/P&gt;&lt;P&gt;Why is this happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest some way to rectify it ?&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;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 13:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530701#M849361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T13:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530702#M849362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell what is the dump saying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 13:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530702#M849362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T13:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530703#M849363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump says&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DBIF_RSQL_INVALID_RSQL - &amp;gt;Either conversion is not supported for the target field's type or the      &lt;/P&gt;&lt;P&gt;target field is too short to accept the value or the data are not in a  form that the target field can accept                                      .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 14:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530703#M849363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T14:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530704#M849364</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 think there is something wrong in your code for dynamic table creation. just see in the debugging if dynamic internal table is of same type of DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 14:08:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530704#M849364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T14:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530705#M849365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well since you dont get a overflow of your tablespaces, the problem got to be at the declaration of your table &amp;lt;dyn_table&amp;gt;. seems like he wants to move a value into a field which is not big enough to take the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 14:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530705#M849365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530706#M849366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i debug im getting the fields in my dynamic internal table for all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also only for tables with lots of columns asLIPS, EKKO ,EKPO it is throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same code works fine for tables like t001,t005,prhi,prps,proj tables which have a fewer columns compared to the previous mentioned tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any fix on the max number of columns ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 14:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530706#M849366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530707#M849367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you using INTO CORRESPONDING FIELDS??? If your dynamic table holds the structure of the table, you should do it like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  SELECT *
  INTO TABLE &amp;lt;ROW&amp;gt;
  FROM (MY_TAB).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, refer to my weblog...It might help you out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Taking good care of Z Data|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3340] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 17:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530707#M849367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T17:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in select - dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530708#M849368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much. I took a bit of help from your blog ..Taking good care of the Z data and found out i missed out in the declaration part (I committed a stupid Careless mistake).&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;Swarna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 09:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-select-dynamic-table/m-p/3530708#M849368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T09:28:00Z</dc:date>
    </item>
  </channel>
</rss>

