cancel
Showing results for 
Search instead for 
Did you mean: 

End Routine - Update Problem

Former Member
0 Kudos

Experts,

I have written an end routine, where a characteristic is not getting updated upon loading.

Any pointers would be of immense help!

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

There were some bugs. When the rule associated with that characteristic in the transformation is INITIAL, the endroutine changes for the same characteristic will not get updated.

If that is your case, try replacing the INITIAL rule of that characteristic with a dummy constant value assignment in the transformation and see if it fixes your problem

Answers (1)

Answers (1)

Former Member
0 Kudos

Uday i have already have a dummy constant value for the characteristic. It is not working.

Any more ideas!!

Former Member
0 Kudos

Hi

Please check and see wether the Update rules is set to: Addition/ Overwrite / No Update.

In case that it's set to No Update - the data will not be updated, thus explaining your problem.

Yaniv