Skip to Content
0
Former Member
Sep 30, 2008 at 01:19 PM

Regarding Perchase Register

29 Views

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.