cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristic value not produ-converted

Former Member
0 Kudos

Hello Community,

I want to save data from a planning book into an infocube. Data extraction via infopackage into a PSA table, afterwards there is a DTP to put data into the cube.

Within the execution of the DTP I get an error with following message:

"Characteristic value XXXXXXX of characteristic XY is not produ-converted"

I do not know how to solve this problem and what will be the starting point of an analysis - can somebody help?

The characteristic is triggered in an end-routine with ABAP in a transformation.

Please reply

Kind regards

Heinz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

While loading data to PSA through Info Package, no data checking is carried out here. All the extracted data sits in PSA as exact replicate of source data.

While loading to cube using DTP, there is some conversion of characteristics value to SIDs.

As a result characteristic value XXXXXXX of characteristic XY is not converted.

Solution:

  1. Determine the characteristics value from DTP monitor. Also determine the characterictic name.
  2. Delete the bad request from CUBE.
  3. Go to PSA -> Display All Records -> Search for particular value(XXXXXXX) of the above characteristics XY. -> Edit that record with the exact value(size) define in characteristic datatype size -> save it.
  4. Rerun the DTP.

[Hint: You can add leading zeros to make it exact size].

Regards,

Deb