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

Changing the decimal format during data input/upload

Former Member
0 Likes
463

Hi,

We use a custom program to read data from a text file and execute a transaction for creation of SC.

In case the decimal notation is 1,123,567.89 the upload is working fine and we are able to create the shoping cart.

But,some users have decimal format 1.123.567,89

In this case there is an error thrown. Is there some way to resolve this.

<b>This issue started coming after we changed the upload FM from WS_UPLOAD to GUI_UPLOAD.</b>

Is there a way to convert the decimal format once the data is uploaded or during the upload to 1,123,567.89?

Thanks,

Srivatsan

1 REPLY 1
Read only

Former Member
0 Likes
356

Hi

use USR01 table and change the type as per the fm

DCPFM

' ' 1.234.567,89

X 1,234,567.89

Y 1 234 567,89

Regards

Shiva