Hi, I want to import Lineitem with subset List.
I have this below table.
We are making production planning by weekly.
Week has subset List, which is Lastest week.

I want to import Production Planning only Latest week and its amount > 0.
I tried to use filter, but it depends on particular week List.

How can I import Lineitem with subset List ?
(I don't want to separate module.)
-----
I can use filter Lineitem which has usual List.
But this method will use much memories.
