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: 

Problem related to Purchase Order SAPSCRIPT "MEDRUCK".

Former Member
0 Kudos

Hello Sir's,

I am using standard sapscript for Purchase Order Form (MEDRUCK).

When i am calculating value of Unit Price and Total Value , i am getting the value in my itab as something 12,678.00 but my output will be showing the value as 12.678,00, So this is not correct.

So please give the answer as a helpful.

Thanks in advance.

Regards,

Vikram.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Hi Vikram,

In your user prfile, change the decimal format you are currently using.

System->User Profile->Own data.

Go to defaults tab annd then change your decimal notation.

Regards,

Ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

Hi Vikram,

In your user prfile, change the decimal format you are currently using.

System->User Profile->Own data.

Go to defaults tab annd then change your decimal notation.

Regards,

Ravi

Former Member
0 Kudos

Hi Vikram

This is due to the user settings in your system. Go to Su01 and there you will find the settings in defaults. You can change the settings here.

But the best way is to get the users default values

using function module SUSR_GET_USER_DEFAULTS and displaying it accordingly will solve your problem.

Hope this helps.

Britto

Former Member
0 Kudos

Hi,

Create a Charecter type field in the Driver progra, if you are not interested to change the Driver program, then Write a perfrom before printing the Total value, use the USing the original valu and in the chaging you need to use the Charecter type value. here in the code, move the Total valu to the charecter type value and print the Charecter type field insted of the Oririnal total value

Regards

Sudheer

Former Member
0 Kudos

Thanks