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

Decimal Notation in Packing List Sap Script

Former Member
0 Likes
402

Hi,

I'm printing packing list via VL02N. The decimal notation is comma(,) instead of dot(.) although I have change the settings in SU01 to 1,234,567.89. Is there anything else need to configure. I want dot as decimal notation.

Sapscript Form - SD_PACKING_LIST

Sapscript Program - SDPACKLI

Sample Error - 1543,142

1 REPLY 1
Read only

Former Member
0 Likes
345

Hi,

I don't know about packing lists, but for other SD documents the decimal notation is determined by the country in which the document is to be read.

So when we print a batch of invoices, some have decimal points and some have decimal commas, because they are going to different countries.

You probably do not want to interfere with that.

John