‎2007 Sep 17 6:22 AM
‎2007 Sep 17 6:25 AM
i think this is not possible and irrelevent question...
if you mean to pass data of internal table to cluster table then use insert, some bapi, FM etc...
‎2007 Sep 17 6:26 AM
hi sriram,
One is internal table and another one is DB table.
these two are different entities, this is not possible.
cheers,
Chandra
‎2007 Sep 17 8:18 AM
Hi,
Internal table is a user defined table in the progran.
cluster table is a database table.
an internal table cannot be converted to a database table.
there r 3 types of DB tble.
Transperent table
pooled table
cluster table.
u can convert from one Transperent to pooled table and cluster table.
regards,
shiva
‎2007 Dec 14 6:22 AM
Hi,
<b>An internal table is a virtual table used for processing the data fetched from the database.</b>
It exists only during the runtime in the application server , and terminates when the program execution is finished.
<b>Cluster table is a database table defined in the ABAP Dictionary. Several cluster tables are assigned to a table cluster in the database.</b>
The data from a cluster table can be temoprarily stored in an internal table for processing.
<i>The data from an internal table can be updated into a cluster table.</i>
<i>But it is never possible to convert an internal table into clustertable.</i>
Thank you.
Please reward points.....