on 2022 Mar 25 3:12 PM
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 🙂
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to create a simple routine badi to understand in debug mode what do you have in the table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried to increase length to 30 and also 40 but the amount was still truncated.. I also tried to change decimalpoint under OPTIONS but still did not work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.