‎2012 Mar 05 3:28 AM
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?
‎2012 Mar 05 3:59 AM
Hi Kunal,
If possible declare them like a string.
Regards,
Madhu.
‎2012 Mar 05 3:59 AM
Hi Kunal,
If possible declare them like a string.
Regards,
Madhu.
‎2012 Mar 05 4:59 AM
‎2012 Mar 05 4:24 AM
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.
‎2012 Mar 05 5:00 AM
Thanks Danish for your quick response.
Couldn't try your suggestion. The first one worked.
Anyways thanks once again