SAP ABAP Message Class SMMSS_DDIC Message Number 005 (There can be only one clustered index)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-MSS (Application Component) Microsoft SQL Server
     SMSS_DDIC (Package) Data Dictionary Porting for Microsoft SQL Server
Attribute
Message class SMMSS_DDIC  
Short Description DDIC Messages for Microsoft SQL Server    
Message Number 005  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
There can be only one clustered index
Help Document

Diagnosis

There is a clustered secondary index in the database. However, there is no primary index for the table in the database. As CLUSTERED NO is not set for the primary index, a conversion would cause a database error.

System Response

Procedure

If you want the secondary index to be clustered, you must set the primary index to CLUSTERED NO.

Procedure for System Administration

History
Last changed on/by 20130531  SAP 
SAP Release Created in