Hi gurus,
I have a condition where I need to select vkbur, vkgrp, kunnr abd bzirk from knvv for all entries in one of my internal table it_tab01. Now although I have an customer id that is there in both knvv and my internal table it_tab01 but then also nothing is getting copied into it_sales. can you just tell me whats going wrong.
select vkgrp vkbur bzirk kunnr into table it_sales
from knvv
for all entries in it_tab01
where kunnr = it_tab01-custid.
Thanks
Rajeev Gupta