Application Development 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: 

regarding Filter in Alv

Former Member
0 Kudos

hi guru,

i have alv output but when i select one column and click on filter button and enter value there it will accept only 10 character

length value, i dont know where is the problem so help me on this

thanx

man

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

>

> i have alv output but when i select one column and click on filter button and enter value there it will accept only 10 character

> length value, i dont know where is the problem so help me on this

If your field does not have a DDIC reference you have to explicitly mention the OUTPUTLEN for that field in the fieldcatalog.

Check this SAP documentation for details: [http://help.sap.com/saphelp_erp2004/helpdata/en/17/102896f24311d2b487006094192fe3/content.htm]

BR,

Suhas

2 REPLIES 2

Former Member
0 Kudos

Visible length may be shorter than actual length...does the data scroll when you keep typing? Have you checked the underlying data domain for length? How about field catalog...did you set a length there?

SuhaSaha
Advisor
Advisor
0 Kudos

>

> i have alv output but when i select one column and click on filter button and enter value there it will accept only 10 character

> length value, i dont know where is the problem so help me on this

If your field does not have a DDIC reference you have to explicitly mention the OUTPUTLEN for that field in the fieldcatalog.

Check this SAP documentation for details: [http://help.sap.com/saphelp_erp2004/helpdata/en/17/102896f24311d2b487006094192fe3/content.htm]

BR,

Suhas