‎2010 Feb 24 7:19 AM
Hi Experts,
Can any one help me,
I am using GUI_UPLOAD FM,the problem is the Decimal Format of the Data which I am uploading is changing to another format.
When using WS_UPLOAD its working fine.
Example:
In SAP it is trying to post as 1 249 400,00 CZK, however it's only 12 494,00 CZK.
value which i am passing to FM is 12494.00
But its converting to 00000001249400
the field is of type N length is 14.
‎2010 Feb 24 8:25 AM
Hi SAP58,
Try these
1. Try passing the value as 12494,00 or 12494 to the function module
2. Check the user settings
3. And importanly try debugging the program once, Check how thw value is getting populated to the field(of type N)
Regards,
Amuktha
‎2010 Feb 24 9:03 AM
Hi,
Check the Check Box Fixed point arithicmetic in your program attribute.
Regards
Nehruu