Hi Experts,
I want to know that is it possible to do FOR ALL ENTRIES with two internal tables?
For Example, I have two internal tables ZMAT which has MATNR and ZCUST which has KUNNR.
Now I need to fetch data from a database table A600 which has MATNR and ZZKUNNR. So now I need to do a FOR ALL ENTRIES in the SELECT statement for A600 with the two internal tables. How can I do this.
Thanks in advance.