‎2008 Apr 30 10:58 AM
‎2008 Apr 30 11:04 AM
they r of three types
1) transperant
2) pooled
3) clustered
transperant tables have 1:1 relation ship
pooled have many:1 relation ship and the clustured have the same
but in clustured u have to maintain a primary key relation ship in between the tabless
‎2008 Apr 30 11:00 AM
hi
1. transparant
2 Pooled
3 Clustered
reward points if usful.
regards,
muralihar
‎2008 Apr 30 11:03 AM
Hi Santosh,
There are three types of tables in ABAP from the database point of view.
1. Transparent tables.
2. Pooled tables
3. Cluster tables.
Coming to the internal table poin of view, there are 3 types.
1. standard table.
2. Sorted Table
3. Hashed Table
Hope this is helpful to you. If you need further information, revert back.
Reward all the helpful answers.
Regards
Nagaraj T
‎2008 Apr 30 11:04 AM
they r of three types
1) transperant
2) pooled
3) clustered
transperant tables have 1:1 relation ship
pooled have many:1 relation ship and the clustured have the same
but in clustured u have to maintain a primary key relation ship in between the tabless
‎2008 Apr 30 11:04 AM
hi,
in ztzbles we have 3types,
1 transparent table -> it has same proj in data base.
2. pooled table --> it contains small no of tables with large data.
3. cluster table --> these contains large no. of tables with small data.
coming to internal tables.
they are
1.standard table,
2.sorted table , it stores the data sorted manner,
3. hashed table , it store the data by hash key,
4.indextable , it stores the the data by using an index.
reward if useful,
regards,
chandu.
‎2008 Apr 30 11:05 AM
‎2008 Apr 30 11:05 AM
Hi,
Check this Link
Link:
[http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm].
Reward if helpful.