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

SapScripts

Former Member
0 Likes
496

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

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

3 REPLIES 3
Read only

Former Member
0 Likes
482

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

Read only

Former Member
0 Likes
483

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

Read only

Former Member
0 Likes
482

Hi,

you can do that using set country in command line.

/: set country '---'.

revert back if any issues.

Regards,

Naveen