cancel
Showing results for 
Search instead for 
Did you mean: 

DSO Activation

Former Member
0 Kudos

Hi Guys

Ive loaded data into my DSO using a DTP.

The new table looks fine with the PSA data and transformtions.

When I try to activate the request - the active table seems to only contain data from the PSA not the new table. Seems like the transformations (an end routine doing look-ups) have been left out.

Any ideas.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abu,

I guess u r not getting the values for the logic which u have written in the endroutine/transformation.If it is so, did u mapped the fields in the transformations which u have written routine .Sometimes code doesnt work when dont map the field to anything.u just map the field to some field and load the DTP and check.

Hope this helps.

Regards,

vid.

Answers (2)

Answers (2)

Former Member
0 Kudos

Try mapping each field that you have used in your end routine to constant value zero or space in your rule details; The transformations doesnt understand unless and until you have some rule assigned to the field that it needs to update that value to target.

Even if that doesnt help put a break-point or write a hard code statment for break-point in the end routine code, when you simulate the PSA datapackage it would hit the code and you can debug further.

Former Member
0 Kudos

Hi,

I had run into a similar problem. After making sure the mappings are done, if you still face the same problem, try changing the routines from start to end routine or rule details.

Cheers,

Kedar