Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Decimals Problem with GUI_UPLOAD

Former Member
0 Likes
815

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.

2 REPLIES 2
Read only

Former Member
0 Likes
585

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

Read only

Former Member
0 Likes
585

Hi,

Check the Check Box Fixed point arithicmetic in your program attribute.

Regards

Nehruu