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

Cluster table

Former Member
0 Likes
479

Hai Friends,

In Development server we maintained the normal tables. In Production server we maintain the Cluster tables. Is there any settings need to do inorder to transferring the normal table from the developement to the production sarver?

Is it Possible ?

Regards,

Sathis Kumar R

4 REPLIES 4
Read only

Former Member
0 Likes
454

Cluster table

Cluster tables contain continuous text, for example documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table category. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least part of the keys must agree. Several cluster tables are stored in one corresponding table on the database.

These tables are used exclusively for storing internal control information (Screen sequences, program parameters, temporary data, continuous texts such as documentation). The data from several different cluster tables can be stored together in a table cluster. This is Many to One relationship i.e. for amny cluster tables in DDIC only one Data base table will be created in the data base. All the tables in the Cluster Tables should have a common Primary Key.

Cluster tables are used mostly in HR Module.

Reward Points if useful.

Read only

0 Likes
454

Hai sravan,

Thanks for Replying, But my question is "Is it possible to change the transparent table from developement to production server where production server maintaining the cluster tables".

Regards ,

Sathis Kumar R

Read only

0 Likes
454

Hi Sathis,

Its not possbile to convert transparent table to cluster table.

Regards,

Chandru

Read only

Former Member
0 Likes
454

Hi,

You cant transfer normal tables as Cluster tables.

Regards,

Nageswar