cancel
Showing results for 
Search instead for 
Did you mean: 

Display of Amount format in ALV table - settings required or not???

Former Member
0 Kudos

hai all,

Am having an amount field in my alv table which is of type my custom Z data element of type Curr of size 13 and 2 decimal palces.

But when am trying to enter more than 2 decimal values it is accepting it and not throwing any standard error messages.

Also the format of the amount display is like 0,00 and not 0.00. So it is not getting the exact amount value.

The attribute for the amount field is from a dictionary structure of datatyoe Curr size 13 + 2 decimal places.

Please let me know if there is any settings needs to be done for the exact format display of the amount or where i have gone wrong.

Thanks in Advance,

Nalla B.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

I don't think there would be a standard error for this.

Try validating the data using ON_DATA_CHECK event handler for ALV and validate using custom errors.

*Reward points if useful

Regards,

Nihar

sahai
Contributor
0 Kudos

hi,

try using packed data type i guess it will solve your problem

regards,

sahai.s