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

Error entering amount field.

Former Member
0 Likes
585

Hi Friends,

I am facing a strange issue while entring amount field in screen. The default setting for decimal notation is

123.45

While posting a document if I wrongly enter amount as

123,45

it is showing error message as Input should be in the form __,___,___,__~.__ which is alright. But when I correct the input value to correct format as 123.45 its still showing the same error.

It seems some variable is not getting cleared. This issue is not specific to document posting but I am facing this issue for all transaction in SAP. What is the work around to get this issue corrected.

Warm Regards,

Praveen

1 REPLY 1
Read only

Former Member
0 Likes
491

Hai Praveen,

You are right. The field to which you are entering the data, is not getting cleared. So the next time you try to enter the data, it is considering the previous data. So, consult your ABAP Consultant and the corrections done.