Question:
Hi All,
We are having a looking up for Vendor number into Vendor ODS while we are loading the data into a custom ODS from a GL DataSource
Now, we have implemented a Start Routine and it is working fine.
The return table is nothing but a copy of the Vendor Line Item ODS.
What we want to do, when we load the data from the GL Data Source using a selection criteria in the scheduler, we want to pass the selection criteria values to the Start Rotune (S/R) so, it build the return table for that selection criteria out of many records available in the Vendor ODS.
Please advise.
Thanks in advance.
Answer:
I haven't done this myself but here's some hint on a possibility .
In the help for transfer rules it is mentioned that there is a possibility to invert the selection criterion specified in the scheduler and there is a section for writing the code to do this under FORM INVERT.
Here there are two internal tables I_RT_CHAVL_CS and I_THX_SELECTION_CS.
You could possibly use these in your start routine to read the selection criterion in the infopkg and then build your internal table .
I could be totally off the mark but this is what I've understood from the online help.
Others are welcome to provide any more indepth explanation.
ST
Answer:
Thanks ST.
Would you please provide us the link to the help where you found this topic?
Thanks