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

Problem in ALV Edit

Former Member
0 Likes
281

Hi everyone,

I am working on ALV report and in this some coloumns should be edited.

I have done that , But Iam getting wrong result.

I mean Iam editing currency value , If I enter some value 3000.00, It is rounding off to 30.00.

I have done the report in other way also, i have taken character fields instead of currency fields for editing. Right now whatever value I enter it is taking into account, even If i enter characters also. But here I should have internal check i.e whenever user enters

characters it should not allow to enter characters.

can anyone of you help me regarding this issue.

Thanks & Regards,

Anitha

Message was edited by:

anitha puram

1 REPLY 1
Read only

Former Member
0 Likes
263

hi anitha,

regarding the rounding off problem, maybe its because all numeric values in sap have ',' instead of '.' and use '.' instead of ','. so that maybe the reason and the value maybe correct only.

reward points if useful....