Skip to Content
0
Former Member
Aug 16, 2016 at 07:16 AM

POWL - filter on drop down column

163 Views

Hi,

I have created a feeder class based on CL_IBO_INBOX_FEEDER_WI and redefined the needed methods to add some custom columns.

I have changed the PRIORITYTEXT column to a drop down, filled the values, made it editable and created a Save-button in order to update the priority.

This works fine.

The problem is when I try to filter on the specific values of Priority (PRIORITYTEXT column), eg. High or Low. It returns 0 rows.

I have set allow_filter = true and allow_sort = true and in fact both sorting and custom filtering works, but not selecting the exact values.

Then I tried redefining the GET_SEL_CRITERIA method adding the possible values to C_SELCRIT_DEFS, but it didn't change anything.

Has anybody an idea how to fix this filtering issue?

Thanks