2012 Feb 29 9:08 AM
Hi All,
We had decveloped a Z alv report for the PO information. The client requirement is that he wants to set the filter to a Header Text field. We tried in some ways but to no avail. The field is filtered for some texts and not for the other. Kindly advise.
Hi All,
We had decveloped a Z alv report for the PO information. The client requirement is that he wants to set the filter to a Header Text field. We tried in some ways but to no avail. The field is filtered for some texts and not for the other. Kindly advise.
2012 Feb 29 9:21 AM
Hi
May be this will help you to filter the text. Check last reply
http://forums.sdn.sap.com/thread.jspa?threadID=258052
regards
Vinit
2012 Feb 29 9:39 AM
Seems you have not supplied reference table and reference field name for alv field catalog, so text which having long length will not taken in consideration.
Please take proper data type or use REUSE_ALV_FIELDCATALOG_MERGE to build fieldcatalog by passing structure in this FM.
2012 Feb 29 12:07 PM
Hi,
You can keep the fieldcatlog in IF....END if condition.
So that it will work as fielter.
Regards,
Pravin