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

alv filtering problem

Former Member
0 Likes
514

Hi frnds,

I have written a alv report in which i have amount field , so my requirement is that when i am filtering my amount field with any value i am getting following error

actually my error is

"When I try to filter by value in the ALV report, it gives out error 'too many decimal places, maximum (0)"

so frnds can anyone give me any solution for the above.

Thanks

satish

Message was edited by:

satish kau

3 REPLIES 3
Read only

Former Member
0 Likes
448

Satish,

are you fetching from Ztable?

Satish

Read only

0 Likes
448

No satish,

i am doing that from standard SAP tables.

Thanks,

satish

Read only

naimesh_patel
Active Contributor
0 Likes
448

In your fieldcatalog you need to assign the reference curreny field for that Amount field

FCAT-cfieldname = 'WAERS'.
FCAT-ctabname   = 'T001'.

Regards,

Naimesh Patel