cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 List Binding Concerning other List

gieslerl28
Explorer
0 Kudos

Hi there,

i am developing an SAPUI5 App which displays customers on the left side of the view in an list and detail of those customers on the right side. When the user clicks any customer in the list, the right side shows some information in another list. So Far i created an OData Service with one entity and one entityset in segw which delivers all customers from kna1 and set it as default for the app. The left list item is bound to that entityset and set as template so i get an list with all customers from kna1. Now i want to display some information from other Tables of my Backend System depending on which customer i choose on the left side. What i don't get is how to display a list with another entityset and filtering it dynamically (key: kunnr) to get only the information i want. Maybe you can explain to me how to manage that.

I think it is an easy one to answer but i'm new in developing SAPUI5 and i really stuck with this problem.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member340030
Contributor
0 Kudos

HI ,

I think its a master detail app you are talking .. you can check out the SAP's sample master detail example. : https://sapui5.hana.ondemand.com/explored.html#/sample/sap.ui.core.sample.RoutingMasterDetail/previe...

Thanks

Viplove