cancel
Showing results for 
Search instead for 
Did you mean: 

FIORI My Inbox - $Filtering option not perform correctly

diego_a
Participant
0 Kudos

hi all,

In the standard My inbox application, there has a services URL

/sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/TaskCollection/$count/?$filter=Status eq 'READY' or Status eq 'RESERVED' or Status eq 'IN_PROGRESS' or Status eq 'EXECUTED'

suppose it will perform the filtering and leave the item with READY / RESERVED / IN_PROGRESS / EXECUTED.

However, the server response "0" from above URL, so i try to figure out what going on

when i checked with URL /sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/TaskCollection/

i can see my whole workitem collection, i found that i have a IN_PROGRRESS item in my taskcollection.

I have no idea why it could be filter out.

On the other hand, i tried another URL with filtering standard workflow statsu 'STARTED' and it work.

/sap/opu/odata/IWPGW/TASKPROCESSING;v=2;mo/TaskCollection/$count//?$filter=Status eq 'STARTED'

i am very confusing why the filter system is not work as i imagine.

Please advise.

i just found the value of orginal XML context passed has beeen trancated so the mapping value is not correct. i don't have solution. Please advise.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Can you verify that you have implemented all the prerequisite notes?

For example, https://launchpad.support.sap.com/#/notes/2370618