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

JPY Currency - Decimal Notation in SMARTFORMS

Former Member
0 Likes
569

When outputing an amount field how do you ensure the correct number of decimal places is displayed in smartforms?

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
432

Hi Terry,

abap-coding is:

data: amount type bseg-wrbtr,
      hval(20).

write amount to hval currency bkpf-waers.

regards Andreas