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

Problem in formatting a Numeric Field(Urgent)

Former Member
0 Likes
717

Dear All,

I hava a variable of type p decimals 2 in my driver program.

a value of 12.50 is assigned after calculation in Me23n.

when displying the same in sap script it's displying like 12,50 instead of 12.50

I saw in my default settings(SU01)

it's like 1,234,567.89.

In debug mode i found it's like 12,50

how to solve this.

help is highly appriciated

thanks in advance

Arun

Dear All,

I hava a variable of type p decimals 2 in my driver program.

a value of 12.50 is assigned after calculation in Me23n.

when displying the same in sap script it's displying like 12,50 instead of 12.50

I saw in my default settings(SU01)

it's like 1,234,567.89.

In debug mode i found it's like 12,50

how to solve this.

help is highly appriciated

thanks in advance

Arun

5 REPLIES 5
Read only

Former Member
0 Likes
695

Hi,

Check the currency settings for the country in SPRO.

Hope it helps...

Lokesh

Pls. reward appropriate points

Read only

Former Member
0 Likes
695

Hi Arun,

1 /: SET COUNTRY 'IN'

Try with country setting command

in sapscript.

2. Such formattings also depend upon the country.

3. T005X

Check out this table for such settings.

XDEZP field is important.

Regards,

Amit M.

Message was edited by: Amit Mittal

Read only

Former Member
0 Likes
695

hi check this thread...

see the last reply...

vijay

Read only

Former Member
0 Likes
695

Dear All,

Thanks for help.

thank you Mr. Amit Mittal , i am sorry for not mentioning that is an imported PO.

special thanks to Mr. Lokesh.

I modifed the format of currency fo that country, the problem is solved.

Read only

Former Member
0 Likes
695

Please also close the thread since you mentioned that it is solved.

Thanks,

Srinivas