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 to Header TExt field

Former Member
0 Likes
720

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.

3 REPLIES 3
Read only

former_member189779
Active Contributor
0 Likes
610

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

Read only

former_member194152
Contributor
0 Likes
610

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.

Read only

Former Member
0 Likes
610

Hi,

You can keep the fieldcatlog in IF....END if condition.

So that it will work as fielter.

Regards,

Pravin