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

Former Member
0 Likes
349

In my ALV i want to filter column .

when i click on filter key in alv report its not working.

but when i put * in it its working .

user dont want to put * in it . is any other method in ALV to fileter coloumn

without using ( matnr ) key

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
325

maybe you have a problem with the field exit.

inside sap MATNR is 18 char.

so if you want 7* maybe you have to set the 0000...007*

it's not linked to the ALV, but to the field.

In my ALV i want to filter column .

when i click on filter key in alv report its not working.

but when i put * in it its working .

user dont want to put * in it . is any other method in ALV to fileter coloumn

without using ( matnr ) key

1 REPLY 1
Read only

FredericGirod
Active Contributor
0 Likes
326

maybe you have a problem with the field exit.

inside sap MATNR is 18 char.

so if you want 7* maybe you have to set the 0000...007*

it's not linked to the ALV, but to the field.