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

Decimal notation in IDoc

Former Member
0 Likes
3,055

What is controlling the decimal notation for qty or number field in the IDoc?

Our SAP installation in Europe, generates IDocs with Qty or number field having comma in it, not decimal point (period). How do we change this value always to be with decimal point, not using the thousands delimiter?

Thansk,

Sara

7 REPLIES 7
Read only

Former Member
0 Likes
2,086

Hi Sara,

I think your problem will be solved if the user default settings were changed.

Please go through System->User Profile->User Defaults and then change the Decimal notation to 'Period'.

Please reward if this solution helps you.

Thanks,

Srinivas

Message was edited by:

Srinivas

Read only

0 Likes
2,086

Hi Sara,

I think your problem will be solved if the user default settings were changed.

Please go through System->User Profile->User Defaults and then change the Decimal notation to 'Period'.

Please reward if this solution helps you.

Thanks,

Srinivas

Read only

0 Likes
2,086

Hi Srinivas,

Are you sure that by changing the user profile setting will affect the IDoc? I thought that user profile settings are for localizing and displaying the GUI fields correctly.

I tried changing the user profile settings, but effect on IDoc.

Any more clues?

Thanks,

Sara

Read only

0 Likes
2,086

Hi Srinivas,

I meant "no effect" on the IDoc, even after changing the user profile settings.

Thanks,

Sara

Read only

Former Member
0 Likes
2,086

hI..,

move that quantity or amount field into a character type field of sufficient length..!!

now use the translate statement !!..

TRANSLATE W_CHAR USING ',.'.

regards,

sai ramesh

Read only

0 Likes
2,086

Hi Ramesh,

We don't want to write any custom code in the IDoc generation. We are just generating standard IDocs here.

Thanks,

Sara

Read only

0 Likes
1,851

How was this resolved?