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

SapScript: How to change write format for Unit Price

Former Member
0 Likes
682

Hi Experts,

I have created a sapscript form in English and Japan language.

In the Japan form, the unit price and quantity are being display as 123,456.78.

but in English form, the unit price and quantity are being displayed as 123.456,78.

I am also using a custom program for my logic but when the English form is used, when i write netwr field in a character field,

it is defaulted as 123.456,78 even inside the program. How can I changed this to 123,456.78?

My user data default for value display is 123,456.78.

The print program for the form is a standard program used for PO (ME2*N) printing.

Thanks in advance!

Hi Experts,

I have created a sapscript form in English and Japan language.

In the Japan form, the unit price and quantity are being display as 123,456.78.

but in English form, the unit price and quantity are being displayed as 123.456,78.

I am also using a custom program for my logic but when the English form is used, when i write netwr field in a character field,

it is defaulted as 123.456,78 even inside the program. How can I changed this to 123,456.78?

My user data default for value display is 123,456.78.

The print program for the form is a standard program used for PO (ME2*N) printing.

Thanks in advance!

3 REPLIES 3
Read only

Former Member
0 Likes
597

user preferences (settings) determine the currency and date displays.

Read only

0 Likes
597

Hi Breakpoint,

My user data default for value display is 123,456.78 already but when using English form it is not display as such.

Need help.

Read only

Former Member
0 Likes
597

i just used SET COUNTRY as an option