cancel
Showing results for 
Search instead for 
Did you mean: 

Data are shown in RSA3 but are blank in PSA

Former Member
0 Kudos

Hi experts,

We have a Z extractor based on a custom function that return records correctly in t-code RSA3.

But in PSA some fields are blank.

This does not occur with all records, but in just a few

Example, in RSA3 my selection return 4356 records, in PSA the same selection return 4580 records.

many of these records are correctly filled in all fields. But many records are blank.

- Already we replicated and migrated the extractor.

- We already checked the hidden fields.

- Already granted permission for ALEREMOTE user.

We suspect that the problem may lie in how the BW break records in packages in the PSA.

The first package, apparently has the correct data, the other packages have failure.

When we were pulling fewer records, it all within the same package, the data is correct.

If we extract only a specific record, also works.

Can you suggest a solution?

Thanks in advance,

Karine

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karine,

What´s the BW version?
Could you post your code of Z extractor ?
I guess is something with it.

Rgs,
Thiago.

Former Member
0 Kudos

Hi Thiago,

We are in BW 7.3 version.

The custom function is complex, builded with OO (object orientation).

The idea is to read the characteristc of material, receiving parameters and create a structure with each characteristic in a column.

It's many columns. More or less 220.

Attached you can find the function code.

Thanks for you atention.

Rgs,

Karine

Former Member
0 Kudos

Karine,

I sugest have a look with debug tool on table E_T_DATA in the second package, if all collumns are filled up.

Rgs,
Thiago.