Application Development 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: 

Display amount input as 0.00 instead of space

Sreenith
Participant
0 Kudos

We have a custom screen with amount inputs, client needs to display 0.00 or 0,00 when amount is initial. How to achieve this requirement?

5 REPLIES 5

FredericGirod
Active Contributor

it depends of the code

matt
Active Contributor
0 Kudos

Interestingly the question is usually the other way around. People want space rather than 0.00

Answer - use a type of P DECIMALS 2 for the field.

0 Kudos
yes really its funny

raymond_giuseppi
Active Contributor

Use a currency amount type field (CURR) associated with a currency code (CUKY) - first define it correctly in some ddic structure

Sandra_Rossi
Active Contributor
0 Kudos

Discussed a lot in the forum (searching Display amount input as 0.00 instead of space site:sap.com).