cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter data in SAP Fiori.

Former Member
0 Kudos

Hello Expert.

I develop Fiori applicaton using WebIDE.

Although I want to display as follows, I cannot achieve.

Please let us know how to resolve this problem.

[Required]

Template:SAP Fiori Master Master Detail Application

Master.View: I want to display customer list.

Master2.View: I want to display contract list related to the customer code in Master.veiw.

[Current situation]

Master.View:OK.

Master2.View:NG.

->Although I selected one specific customer, all contract data are listed and displayed, regardless of the customer.

So it seems the filtering of the Customer code doesn't work properly.

Accepted Solutions (0)

Answers (1)

Answers (1)

Qualiture
Active Contributor
0 Kudos

Without any code it's impossible to tell what's happening Can you share the code used for filtering? And are you using ODataModel or JSONModel?

Former Member
0 Kudos

Hi Robin,

I'm working together on this topic with Takeshi.

Please let me add further information about the question.

When I made an app using Master Master detail template with Northwind Odata & WebIDE(actually we have this trouble with SAP Backend OData though), the app does filter properly.  I mean it displays customers first and when I select one of the customer, next the order list of that customer shows up.

It happend without any coding, so I thought it's a matter of OData, am I correct?

Shouri