Skip to Content
0
Former Member
Sep 13, 2007 at 03:03 PM

Start routine in transformation

149 Views

Hi,

I need to read master data in a start routine only once.If I write a select statement in the start routine , the select is executed for every data package.I want the select to be executed only once and data can be used by all data packages.I tried keeping the code in the global section of the start routine class and that didn't help either.

Any ideas.

Thanks in advance