Regarding Perchase Register
Hi all,
I've to fetch hwste field from bset table. This is a cluster table. To solve the fetching problem, I use collect statement. For this, I've to declare one more table it_final1. But when I want to fetch the data from it_final1 to it_final, it creates a photocopy of the it_final table and fix the data there from it_final1.
it_final and it_final1 having deferrent structure type.
How can I fetch the data from it_final1 to it_final table to display the ALV.
Thanks in advance.
Goutam.