Application Development and Automation 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: 
Read only

Hi

Former Member
0 Likes
514

How to create a cluster table ? For an example BSEG is a cluster table, then what it is called in the database? How to find it? Can anybody help in this process?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

We can create only transparent tables, and we cann't create cluster and pooled tables.

after log into sap system, u can see what database they are using, by system> status>Database data (tab) in that database system indicates the database.

for backend they are using that database, for storing all ur data.

SAP is a database independent system,

Madhavi

We can create only transparent tables, and we cann't create cluster and pooled tables.

after log into sap system, u can see what database they are using, by system> status>Database data (tab) in that database system indicates the database.

for backend they are using that database, for storing all ur data.

SAP is a database independent system,

Madhavi

4 REPLIES 4
Read only

Former Member
0 Likes
501

We can create only transparent tables, and we cann't create cluster and pooled tables.

after log into sap system, u can see what database they are using, by system> status>Database data (tab) in that database system indicates the database.

for backend they are using that database, for storing all ur data.

SAP is a database independent system,

Madhavi

Read only

Former Member
0 Likes
500

Check out the below related threads

Read only

Former Member
0 Likes
500

hi

you can only create transparent table

Read only

Former Member
0 Likes
500

We can create transparent tables.

We can crete one table and convert that table to pooled table(directly we can't create the pooled table)

pooled table creation

(create table->save->click on extras menu->change the table category->select radio button pooled table->click on copy->click on delivery n maintanance->specify the table pool name->save->active)

But we can't create the clustered table