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

SAP Script currency problem

Former Member
0 Likes
492

Hi All,

I have modified F110_PRENUM_CHCK form with zform.

But in printing currency it is printing 12.345,00.

I have tried with set own data, it is ok. Is there any other way to achieve this.

Regards,

Dilip

2 REPLIES 2
Read only

Former Member
0 Likes
373

Hi Diliip,

If U still have this problem,

Check your User settings in transaction SU01.

In default tab you will find the currency settings.

These you will be able change.

Ramesh

Read only

Former Member
0 Likes
373

Dear Diliip,

If you've checked your your settings throught SU01 (Own Data) & found it to be as desired then the Country Setting is not configured correctly. The Table is T005X. The Formatting Option defined in this Table is usually used. If it's not correctly defined in this table you can use the following: Before printing the Currency use control command 'SET COUNTRY' followed by the country - for eg: /: SET COUNTRY 'IN'

Hope this would solve your problem.

Sachin.