‎2007 Oct 30 3:37 PM
Hi
I am updating the scheduled quantity of the schedule line using BDC. FIrst i will fetch the scheduled quantity and then the delivery quantity and will replace the scheduled quantity with the difference of these quantity. BDC is throwing an error saying the format is not acceptable. How to change the format of the quantity to the format mentioned in the user profile.
This is an urgent issue.
Regards
shaju
‎2007 Oct 30 3:40 PM
HI,
do like this,
data: qty(16) type c,
kwmng type vbak-kwmeng. " let us assume scheduled qty.
move kwmng to qty.
after this assign thie <b>qty</b> to your bdc.
this will work well
‎2007 Oct 30 5:56 PM
Hi
I used the same code. If i change the user profile setting us 1 234 567,89, the BDC is rejecting the value (eg: 5.000). Please help me resolve this issue.
Thanks in Advance
shaju