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

about cluster table in sql server or SAP

Former Member
0 Likes
595

Hello Gurus,

we have a cluster table "KONV" in our sql server 2008 , is that feature for cluster table native feature in sql server or in sap?

because some professonal said there is no concept for cluster table in sql server just like oracle database. so please help me for

clarification.

Many thanks,

1 ACCEPTED SOLUTION
Read only

gerd_rother
Active Participant
0 Likes
481

Hi,

This is a SAP feature and implemented in SAP's kernel routines which connect the database with the SAP system.

Regards, Gerd Rother

2 REPLIES 2
Read only

gerd_rother
Active Participant
0 Likes
482

Hi,

This is a SAP feature and implemented in SAP's kernel routines which connect the database with the SAP system.

Regards, Gerd Rother

Read only

MarcinPciak
Active Contributor
0 Likes
481

I agree, this is ABAP Dictionary specific way of data encapulation, not the DB type dependant one. Basically it stores the data in RAW or LRAW format.

Also be aware that we distinguish b/w [data clusters|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bf8358411d1829f0000e829fbfe/frameset.htm] and [cluster tables|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm].

Regards

Marcin