Hi,
I wrote one select statement like below.
select lifnr from lfm1 where ekorg in s_ekorg.
Here primary key is "lifnr","ekorg".
Is it consider the primary key, If I use only ekorg in the selections with out "lifnr" ?
Please comment on this.