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

Filtering Problem in ALV Reports

Former Member
0 Likes
949

Hi Masters ,,

I have 2 fields in my ALV Report

MATNR - Material No,

MAKTX - Material Description ,

Now i m performing Filtering on MAKTX then it doesnt display a single record

As well it works in MATNR ,,

Why i cant filter report MAKTX vise ..

Thnx .

Nishit.

Hi Masters ,,

I have 2 fields in my ALV Report

MATNR - Material No,

MAKTX - Material Description ,

Now i m performing Filtering on MAKTX then it doesnt display a single record

As well it works in MATNR ,,

Why i cant filter report MAKTX vise ..

Thnx .

Nishit.

4 REPLIES 4
Read only

Former Member
0 Likes
800

Hi,

We can definitely do the filter for material description as well.

For testing purpose you can use

SE16 tcode and give makt table and select some records and view the records using alv grid

setting -> user parameters and then select ALV Grid display

Now select any description ( I mean copy it )

and then seleect the colum ( MAKTX ) and then filter and give the copied description

NOw you will get that row only.

If the same thing is not happening in your alv then, u are not giving the value properly.

Regards,

Venkatesh

Read only

0 Likes
800

Hi Venktesh ,,

All the material are display properly in alv ..

So there is no issue of value provided to alv ..

Read only

0 Likes
800

Hi,

I have the same problem and fixed it by doing this way

passed 'X' to LOWERCASE & 40 to OUTPUTLEN in the fieldcatalog for the field MAKTX .

Read only

Former Member
0 Likes
800

HI,

pass 'X' to LOWERCASE & 40 to OUTPUTLEN in the fieldcatalog for the field MAKTX .

now it will work.