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

Currency format issue in SAP Script..

Former Member
0 Likes
678

Hi Friedns,

I have an amount field (R130-WRSHB) in Sap script. My problem is when it prints the amount is displaying the format 10.000,00.

But in the driver program when it calls the WRITE form also it is coming correctly as 10,000.00. And in the User profile also maintained correctly.

Can anyone tell me the problem .

Thanks,

Anoop Satheesan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
547

Hi,

My issue is resolved.

before printing the currency field in the script I put the below code to take the default country.

😕 SET COUNTRY ''

So it will take the currency format in the user profile..

Thanks,

Anoop Satheesan

Hi Friedns,

I have an amount field (R130-WRSHB) in Sap script. My problem is when it prints the amount is displaying the format 10.000,00.

But in the driver program when it calls the WRITE form also it is coming correctly as 10,000.00. And in the User profile also maintained correctly.

Can anyone tell me the problem .

Thanks,

Anoop Satheesan

1 REPLY 1
Read only

Former Member
0 Likes
548

Hi,

My issue is resolved.

before printing the currency field in the script I put the below code to take the default country.

😕 SET COUNTRY ''

So it will take the currency format in the user profile..

Thanks,

Anoop Satheesan