Application Development 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: 

Decimal notation in IDoc

Former Member
0 Kudos
1,494

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

Former Member
0 Kudos
525

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

0 Kudos
525

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

0 Kudos
525

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

0 Kudos
525

Hi Srinivas,

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

Thanks,

Sara

Former Member
0 Kudos
525

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

0 Kudos
525

Hi Ramesh,

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

Thanks,

Sara

0 Kudos
290

How was this resolved?