Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9238

Re: Secondary index how to call in report?

$
0
0

Hi

Say you created a secondary index with sequence 'field1' 'field2' 'filed4' 'field3' in se11.

Then in your abap code, the sql statement should be, it will automatically use the secondary index.

SELECT *

   FROM table

WHERE field1 = value1

     AND field2 = value2  

     AND field4 = value4  

     AND field3 = value3.

 

 

regards,

Archer


Viewing all articles
Browse latest Browse all 9238

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>