‎2009 Apr 22 10:42 AM
hi i have a structure whose datatype is char value 23 so i get the value as in this variable as 3999.00
if i have to increase the decimall values say if i have to get 3999.00000 how should i chagne the datatype
let me know..
thanks,
‎2009 Apr 22 10:46 AM
Hello,
if the datatype is Characters, it wont make any difference as to after how many places the decimal occurs.
So it can handle any number of chars after decimal point provided the total number of characters is 23 as declared.
Regards,
Mansi.
‎2009 Apr 22 10:46 AM
Hello,
if the datatype is Characters, it wont make any difference as to after how many places the decimal occurs.
So it can handle any number of chars after decimal point provided the total number of characters is 23 as declared.
Regards,
Mansi.
‎2009 Apr 22 10:47 AM
‎2009 Apr 22 10:49 AM
Hi
Use the FM: BAPI_CURRENCY_CONV_TO_INTERNAL
Regards,
Sreeram
Edited by: Sreeram Kumar Madisetty on Apr 22, 2009 11:49 AM