Hi,
Have you seen my where clause?
WHERE bukrs = i_parct-bukrs
AND belnr <> i_parct-belnr
AND augbl = i_parct-belnr
AND auggj = i_parct-gjahr.
Primary index will not be used right? since I used '<>'.
Experts, please advise...
Hi,
Have you seen my where clause?
WHERE bukrs = i_parct-bukrs
AND belnr <> i_parct-belnr
AND augbl = i_parct-belnr
AND auggj = i_parct-gjahr.
Primary index will not be used right? since I used '<>'.
Experts, please advise...