all,
i have a requirement as per below snapshot:
i am confused while writing start/end routine.
my source is a DSO.
my target is a cube.
i have only one keyfigure common between source and target : date.
for each date from DSO, i need to check if ordertype = backlog and if order# = order-1 ,
and if yes, the field keyfigure-Y in cube to be populated with value of keyfigure-X from DSO.
if no, then keyfigure-Y in cube to be populated with value 0.
i am confused whether to write code in start or end routine?
appreciate help/tips/suggestions on writing the routine.
from start routine , i am not able to find target field to fill,
from end routine, i am not able to check the source fields data.
please suggest.