cancel
Showing results for 
Search instead for 
Did you mean: 

Delta management for appendend fields

Former Member
0 Kudos

Hello,

I have appended two fields to the datasource 2LIS_05_Q0NOTIF.

Is it possible to make this fields delta relevant. Currently changes in this fields will not give me a delta.

Many thanks in advance

Andreas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The datasource is driven by changes to the delivered fields only. However, if you create a new table and use the QM user exit to fill that table when changes are made to your appended fields .... then in the user exit, you can look up the data in the second table and append it to the records you are bringing across.

It's not perfect, but as long as you get a change on one of the standard fields -or- a new record, you will trigger the delta lookup for your added fields.

It's just a suggestion!

Brian

Former Member
0 Kudos

nope, unless you write your own extractor on the entirety of the data ànd come up with your own delta logic

that's the downfall of extending "standard" extractors

former_member205352
Active Contributor
0 Kudos

When you do enhancements by writing the code in CMOD it will be executed after the data fetch(extraction).Hence you cannot make them delta relevant.

Hope this helps.