cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Asset Manager 2005 - MDK - Filter in List

BjörnB
Participant
0 Kudos

Hi all,

i am developping some changes in the SAP Asset Manager 2005 and got stuck at a problem while filtering via "Search Field" in Operations-list.

The "standard" list field shows only the OrderId in the SubHeader. We need to put also the "FunctionalLocation" or the "Equipment" from the operation into it.

If i change the Subhead to a fix implementation for the "OrderId" & "FunctionalLocation" directly into the page coding - the filter works on the mobile device:

BUT, sometimes we have an Equipment and sometimes a FunctionalLocation in the operation.

For this i have changed the Subhead to a rule:

In this rule, we decide if there should be shown the FunctionalLocation or the Equipment of the operation and if nothing is in there, the FunctionalLocation of the Header should be shown.

You can see, that i have tried different types in the return. The displaying of the FuncLoc and EQ ist working, but the searching of a text in the searchfield not.

Can anybody tell me, what i am doing wrong??

Thank you and regards

Björn

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

The built in search will only search on properties that are directly bound in the object table. Since you are using a rule the standard search doesn't know what fields may or may not have been considered in constructing the return value.

In this case you can write a rule for the Target query options and use the Data Query Builder to explicitly include the equipment and functional location in the search filter critieria.

Answers (1)

Answers (1)

BjörnB
Participant
0 Kudos

Hi Bill,

thank you very much, this worked for me.

I have changed the Query with the filter informations and the filter worked 🙂

Regards

Björn