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: 

filter in alv

Former Member
0 Kudos
74

Hi all,

After getting ALV output, if i choose filter option and choosing some fileds for the filter criteria then one selection screen appears with those fields . If i go for F4 on the fields then values are appended with '#' symbols at the end.

kindly suggest me how to remove those '#' symbols.

Thanks in advance,

Praveena

3 REPLIES 3

Former Member
0 Kudos
51

You can use

FIELDCAT-OUTPUTLEN = 'Field Length'

Give the length of the column required to be display

if field is char type and length is 4.

FIELDCAT-OUTPUTLEN = '4'.

Pawan_Kesari
Active Contributor
0 Kudos
51

have you filled fields <b>ref_fieldname</b> and <b>ref_tabname</b> in fieldcatelog.

fill the dictionary ref of you field for example if i am displaying material in ALV i will fill these field as

fldcatelog-ref_fieldname = 'MATNR' .

fldcatelog-ref-tabname = 'MARA'.

0 Kudos
51

if setting the property as you said, the total and subtotal button will not be displayed