cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric pointer delta via functional module

Former Member
0 Kudos

Hi all.

I have a generic extractor based on the view. Now I need to implement delta mechanism. The only variant I can use is numeric pointer (view doesn't contain timestamps and date does not satisfy my conditions). But the field i'm going to use is of CHAR type so generic delta doesn't work out.

I decided to write a functional module and the problem is that I don't know with what value should I compare values in my field i.e. how to understand what records are new and extract them?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks everyone for not replying!

I found a solution by myself...