‎2007 Oct 15 2:06 PM
Hi Experts,
I have problem in Quantity field. While debugging the print program the quantity field is displayed as 5.000 but in sapscript it displays 5,000
The default settings is fine and I tried using &field(.N). But no success.
Can anyone help ,e
Thanks and Regards
Neha Kapoor
‎2007 Oct 15 2:18 PM
SAPscript will display the decimal value in the preferred format of the destination country, as specified in table T005X. Check your test data and the value in T005X for that country.
Regards,
Nick
‎2007 Oct 15 2:08 PM
Hi.
Take that quantity field as Charecter type, or else move that field to a Charecter field before printing then print it on the layout
Regards
Sudheer
‎2007 Oct 15 2:18 PM
SAPscript will display the decimal value in the preferred format of the destination country, as specified in table T005X. Check your test data and the value in T005X for that country.
Regards,
Nick
‎2007 Oct 15 2:29 PM
Hi,
you can do that using set country in command line.
/: set country '---'.
revert back if any issues.
Regards,
Naveen