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

Filter Issue

0 Likes
579

Hello All,

I have developed an ALV Report. In the Final Display there are many fields.

I am able to set filter from the Toolbar on all the fields except 2 fields.

These fields are first name & Last name. They have been fetched using a Function Module & their type is c(40).

Can Anyone help me on this?

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
551

Hi Kunal,

If possible declare them like a string.

Regards,

Madhu.

4 REPLIES 4
Read only

madhu_vadlamani
Active Contributor
0 Likes
552

Hi Kunal,

If possible declare them like a string.

Regards,

Madhu.

Read only

0 Likes
551

Thnaks Madhurao..Spot On.. It worked

Read only

Former Member
0 Likes
551

Hi,

Make sure that while defining the field catalog for both these fields, you have set the output length to the fields maximum value. You must also optimize the columns via layout.


WA_FCAT-OUTPUTLEN = 40.

WA_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.

Regards,

Danish.

Read only

0 Likes
551

Thanks Danish for your quick response.

Couldn't try your suggestion. The first one worked.

Anyways thanks once again