Hi,
I have created internal table dynamically. Now I want to transfer data from internal table.
Suppose my dynamic table (field symbol) is having structure with 6 fields and I want to assign the
data from internal table having 12 fields (out of which I need to pass 6 fields).
When I am using the statement .. assign itab to <fs>. then it is changing the structure of the
dynamic table to the structure of itab.
So how to restrict the non-required field being passed to the <fs> ?
Also after getting the required fields in <fs>, how to summarise data. I mean how to
use collect on the <fs> ?
Thanks in advance.
- Chetan.