2007 Jan 04 12:00 PM
WRITE v_discount CURRENCY v_waerk
LEFT-JUSTIFIED TO out_par-value.
in the above statement v_discount has 0.00 value and passing it to out_par-value its changing it to 0,00, i want the same value as 0.00.
can any one help me out in this.
Hi.
Is this happening in foreground running?
Check your SAP user profile.
In the Defaults tab, check the option in the Decimal Notation frame.
John
2007 Jan 04 12:26 PM
Hi.
Is this happening in foreground running?
Check your SAP user profile.
In the Defaults tab, check the option in the Decimal Notation frame.
John
2007 Jan 04 12:28 PM
Dear Gupta,
Since you are translating <b>v_discount</b> to CURRENCY therefore you're getting it as 0,00.
keep it like this:
WRITE v_discount LEFT-JUSTIFIED TO out_par-value.
2007 Jan 04 12:32 PM
2007 Jan 04 12:50 PM
In the other server the settings mighte be different
goto transaction SU3 and click on the defaults table , there you can check default decimal notation
Check this in both servers if they are equal or not
2007 Jan 04 12:53 PM
hi
on the menu, system>userprofile>owndata.
go to 'defaults' tabstrip.
select the option you want under decimal notification.
thx
pavan
2007 Jan 04 12:55 PM
i have checked the defaults too both are containing the same thing
2007 Jan 04 5:18 PM
Hi,
Try SET-COUNTRY <XX>. in the program it sets the country standards.
where XX is the country key
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |