Hi,
I were created an index in sql 2005, but I need create this index in ABAP dictionary, but this index has more than 15 fields, and the index has the clause include, ¿how can include the "INCLUDE" clause in ABAP dictionary?
This index is recommended by the DB02 transaction, and I've tried to recreate in SE11, but I can't do this, because SE11 only allow to create the index with primary keys...
I attach the SQL sentence...
GO
/****** Object: Index Script Date: 01/15/2009 09:56:20 ******/
CREATE NONCLUSTERED INDEX ON .[/1SGS/DC14C889]
(
/BA1/C10UOID ASC
)
/BIC/ZCTITLDAD) WITH (SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ON
I don't know if SAP permit include this clause..
Best regards,
Thanks in advance,