
Index [table^index] was not created with SAP tools
Message no. DT532
Diagnosis
An index was found in the database which cannot have been created using SAP tools (its name does not correspond to SAP naming conventions).
Procedure
Delete the index from the database (using function module DB_DROP_INDEX in the SE37 test environment, for example). If the index is required, it must be defined in the ABAP Dictionary.
Alternatively, drop the index by using the database management tool.


