cancel
Showing results for 
Search instead for 
Did you mean: 

Data mising in few fields while activating DSO

Former Member
0 Kudos

Folks,

Here is a situation.

I am loading GL line Items into a DSO. In the transformation, I have written a End routine to read into another DSO and fill some custom fields.

After DTP, I see these new fields populated in the New Data table for the GL DSO. Once I activate and Look into the active table contents, The data in the Custom fields populated by the end routine is missing.

I thing I am missing something here. Can anyone help.

In a nutshell, I see the data in New Data Table and after activation the information which is populated by end routine is missing in the Active Data table.

Your help is highly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sam

When you write a end routine, by default, only fields that have a rule in the transformation are transferred from the end routine.

There is a button in your transformation close to the end routine button which will change the behavior of the end routine. Set it to all target fields.

As a result, fields that are only filled in the end routine are updated and are not lost.

This should solve your problem

Regards

Gaurav

Former Member
0 Kudos

Gaurav,

You answered the question perfectly. Really appreciate it.

Full marks to you.

Thanks.