From below PO output out of 6 line items only first line-item got displayed in correct format and remaining items displayed in wrong format it means comma (,) displayed instead of dot (.) and dot displayed instead of comma. Data is being displayed using field-symbols.
Material No Qty Unit Price Net Amount
RXLPX90XX0 2,000.000 5.00 / KG 10,000.00
MBXXLPXX1 100,000 7,00 / KG 700,00
RMBXXLPX2 100,000 7,00 / KG 700,00
RMBXXLPX3 100,000 7,00 / KG 700,00
RMBXXLPX4 100,000 7,00 / KG 700,00
Please help me How can I resolve this issue ?