cancel
Showing results for 
Search instead for 
Did you mean: 

JOIN VBRK VBRP : BAD performance

Former Member
0 Kudos

I have a big performance problem with this :

SELECT vvbeln vfkart vfkdat vvbtyp vkunrg vvkorg v~bukrs

bPOSNR bmatnr bfkimg bprsdt b~werks

FROM VBRK As v

JOIN VBRP AS b ON bvbeln = vvbeln

APPENDING corresponding fields of table t_vbrk

WHERE v~fkart IN s_fkart

AND b~matnr IN s_matnr

AND b~ean11 IN s_ean11.

Any idea to solve this issue to improve the perfromance ?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI

Use for all entries instead of joins and remove corresponding fields of, use into table with exact strucutre fields.

Answers (0)