cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between data in PSA and Data in Infocube

Former Member
0 Kudos

Hi guys i have load a infocube of PP 0PP_C04 and i have the right data in the PSA and the status of the load request is OK, but the data in the infocube don´t have the values of some characteristics for example 0MATERIAL and 0PRODORDER in the infocube appears blank, but i have mapped them in the update rules.

The load process didn´t give me any error.

I hope somebody could help me....

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Oscar,

anyway (also for general purpose) look at this document:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/968dab90-0201-0010-c093-9d2...

Anyway, in your case, the only way to go is to debug the extraction (as AHP said) and look WHERE in your update rules (or in transfer rules...do you have mapped everything there ?) the problem arises...

Hope it helps!

Bye,

Roberto

Answers (1)

Answers (1)

edwin_harpino
Active Contributor
0 Kudos

hi,

all 0material value are blank ?

you mean they are mapped in update rules, by double click any keyfigure mapping (or click 'ty.') and tab 'characteristics' and 0material e.g is mapped with 'source characteristic' 0material and NOT option 'initial value' ? and 0material has right value in psa ?

try to create a routine e.g in 0material and put

break-point.

result = comm_structure-material.

then from monitor of the request tab 'details' and last node 'processing(data packet)', choose one package and right click 'simulate update' and marked debug update rules. it will then bring to the break-point. check the value for comm_structure-material by putting it on the blank box.

hope this helps.