cancel
Showing results for 
Search instead for 
Did you mean: 

DSO activation records in 40 table are not pouplated correctly to 00 tabl

Former Member
0 Kudos

Hello experts,

I have encountered an error with DSO activation. DSO is loading with DTP. Before activation, I checked the 40 table (queue table), Records are correctly caculated. But after activation, some fields values are not the same values as in the 40 table. For example, I tested with loading one row,

in the 40 table,

Field A = 99

after activation, in the 00 active table

Field A=0.

and this record is a new record.

How could this happen?

Please help!

Thanks,

JXA

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I can think of a few reasons why this can be happening.

1.) Could you be overwriting a duplicate key with the opposite value?

2.) Could you be triggerin a condition that inserts a null value (RETURNCODE <> 0 or ABORT <> 0 or an IF statement ... if x > 1, then a=0?)

3.) Are you getting any short dumps (ST22) or db errors (SM21)?

Brian

desgallagher
Contributor
0 Kudos

Hi,

In the past this problem has happened because the corrections from the notes 1041000 and 1081423 were missing from the BI

system. If the notes are applicable to your release level please apply them and then try the loading and the activation of the

request again. If the problem still exists you can use the note 1052335 to trouble shoot the loading and activation of the

data in your system.

Best Regards,

Des

Former Member
0 Kudos

We got this fixed by setting the results = ' ' for all the fields that are in the end routine. Basically initialize the fields.

Thank you very much for your quick reply.

Former Member
0 Kudos

I've had the same problem.

Jun Antilla , thank you very much for your solution.

SAP_BW: SAPKW70025.

Alexander.