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

sap script-amount format

Former Member
0 Likes
2,609

Hi

I am printing invoice for output type z1t1. No issue for this document

I am printing the same document but output type is different.

The amount fiel display line 2.500,00 instead of 2,500.00

Pls help me out

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,329

Hi Kumar,

In the output type formating is not done. Thats why its printing the way as you mentioned.

try formating option

&symbol(K)& --> SAPscript conversion routines specified in the Dictionary are automatically recognized and used when program symbols are formatted.

Best regards,

Brijesh

7 REPLIES 7
Read only

bpawanchand
Active Contributor
0 Likes
1,329

HI

try this Formatting optiion

Syntax

&symbol(K)&

Regards

pavan

Read only

0 Likes
1,329

How and where to use exactly?

Within SAPscript editor or normal ABAP editor?

Regards

K

Read only

Former Member
0 Likes
1,329

Hi,

Check the type of amount field and the reference field of that amount..

Thanks & Regards

Ashu Singh.

Read only

Former Member
0 Likes
1,330

Hi Kumar,

In the output type formating is not done. Thats why its printing the way as you mentioned.

try formating option

&symbol(K)& --> SAPscript conversion routines specified in the Dictionary are automatically recognized and used when program symbols are formatted.

Best regards,

Brijesh

Read only

Former Member
0 Likes
1,329

Hi

You have to pass reference fields for the Currency and Quantity fields.

Pass it than check output.

Also go through the link given below :

Hope it will help you.

With Regards

Nikunj shah

Read only

Former Member
0 Likes
1,329

Hi Kumar,

try to use perform endperform before display of the fields

Pass the output type and currency fields as using and changing the currency field to the perform-- endperform

regards

padma

Read only

Former Member
0 Likes
1,329

Hi,

The amount field display 2.500,00 is in japanese currency instead decimals (.) its display commas (,)

please check it outtype in EN or JA language

regards,

bhupal.