cancel
Showing results for 
Search instead for 
Did you mean: 

In BPC, the value of a property gets truncated after loading from BW

0 Kudos
406

In BW, I have a custom infoobject which contains NET_WEIGHT field (QUAN 17,3). This field is mapped in the transformation file for BPC master data loading like this below:

NET_WEIGHT = 0NET_WEIGHT

After importing data, the value/amount in BPC is truncated whenever the amount contains 6 digits or more. It shows an asterisk * just before the thousand digit.

Note: Property in BPC has 17 char length (which is enough for the amount below right?).

BW ----> BPC

118.370,000 -----> *8370.000

What I noticed was DEC datatype that were mapped did not behave like this and still contained correct digits/format.

QUAN datatype fields had this truncate issue.

If you faced a similar issue, I appreciate your help on this 🙂

View Entire Topic
Shrikant_Jadhav
Active Contributor
0 Kudos

Hi Raymond,

Try changing decimal notation user defaults in SU3 and reload data.

-Shri