2009 Jan 30 10:48 AM
Hi,
While passing quantity value in a BDC how to make the value consistent with respect to the decimal notations. For example the BDC is recorded with point as decimal notation. But when the user login defaults has point as the thousand seperator the value that gets passed would be different. Is there any standard way this could be done instead of reading the user defaults and converting the value while passing to BDC?
Regards
Ram
2009 Jan 30 11:44 AM
Hi
Using write statment we can format the amount to user specific format.
Regards,
janakiram.
2009 Jan 30 10:53 AM
Just define the quantity field like this.
data : menge(13) type c.
2009 Jan 30 11:34 AM
hi Ram
Before passing the recorded data to the bdc structure just you have to write a statement
Write:/ x into y.
lets say you get the value from the recording 102.33 and you have to pass the value like 102,33
Thanks
Manas
2009 Jan 30 11:44 AM
Hi
Using write statment we can format the amount to user specific format.
Regards,
janakiram.