Skip to Content
0
Former Member
Jun 30, 2009 at 03:33 PM

Deleting packages in start routine

5946 Views

Hi experts,

I have an Infoset from which I load data into DSO.

In start routine I want to delete records which fulfill a condition. In the condition I simply compare two dates.

In start routine I have the code:

DELETE SOURCE_PACKAGE WHERE <SOURCE_FIELDS>-F4 LT <SOURCE_FIELDS>-F39.

I have an error:

No component exists with the name "<SOURCE_FIELDS>-F4

Fields F4 and F39 are Infoset fields.

Could you correct the code?

Thanks in advance.

MG