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

Suggestions on improving the performance of the mentioned query

$
0
0

I'm having huge performance issues while executing the below query.
I cannot using the primary key GL_SIRID in the where clause and also cannot create any index.

Are there any possible turn around to improve the performance???


SELECT      rprctr

             rbukrs

             kunnr

             ryear

             poper

             budat

             racct

             docnr

             docln

             blart

             refdocnr

             ksl

             rtcur

             usnam

             matnr

             rassc

             vkbur

             spart

             werks

             msl

             hsl

             tsl

             fkart

             bwtar

             refdocln

             drcrk

  FROM        glpca

  INTO TABLE lt_glpca

  WHERE rbukrs IN s_rbukrs_final

  AND   racct  IN s_racct_final

  AND   ryear  IN s_ryear

  AND   poper  IN s_poper

 

AND   blart  IN s_blart_final

 



Viewing all articles
Browse latest Browse all 9236

Trending Articles



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