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