Skip to Content
0
Former Member
May 07, 2008 at 05:39 PM

performnace problem when using the view VBAKUK

167 Views

Hi All

I have the performance problem when using the view VBAKUK. i am using the query like below.

SELECT VBELN AUART VKORG VTWEG KUNNR

INTO TABLE LT_VBAK

FROM VBAKUK

WHERE ERDAT IN S_ERDAT AND

VKORG IN S_VKORG AND

AUART IN S_AUART AND

VTWEG IN S_VTWEG AND

KUNNR IN S_KUNNR AND

BSTNK IN S_BSTNK AND

VBELN IN S_VBELN AND

VKBUR IN S_VKBUR AND

VKGRP IN S_VKGRP AND

AUDAT IN S_AUDAT AND

GUEEN IN S_GUEEN AND

VDATU IN S_VDATU AND

GBSTK NE 'C'.

and in the selection screen i am passing the values VKORG,AUART,KUNNR and VDATU.

Please suggest me the solution to increase the performance

Thanks

reddy