Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

table

Former Member
0 Kudos

what are the types of tables in ABAP?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

6 REPLIES 6

Former Member
0 Kudos

hi

1. transparant

2 Pooled

3 Clustered

reward points if usful.

regards,

muralihar

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

RoySayak
Active Participant
0 Kudos

Hi Santosh,

Transparent, Pool and Cluster table

Regards,

Sayak

Former Member
0 Kudos

Hi,

Check this Link

Link:

[http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm].

Reward if helpful.