cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Use of Secondary Index created on HDB is throwing an Exception CX_SY_OPEN_SQL_DB

kk_india_2023
Explorer
0 Kudos
314

Dear All,
Index ZEMPLOYEE_MAIN~ZSI exists in database system HDB, but why my program is throwing an Exception CX_SY_OPEN_SQL_DB ?

Here is my select query:
SELECT *
FROM ZEMPLOYEE_MAIN
INTO TABLE lt_ZEMPLOYEE_MAIN
WHERE location = 'BANGALORE'
%_HINTS HDB 'ZEMPLOYEE_MAIN~ZSI'.

What is the mistake I am doing in the Select Query ?
Secondary IndexSecondary IndexProgramProgramExceptionExceptionThanks in advance.

Accepted Solutions (0)

Answers (0)