cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Context Binding Issue in Table for UI5 Application

Former Member
0 Likes
451

Hello Experts,

Need your help in understanding the context binding issue I am facing in UI5 demo application design.

1. I created on RFC Function Module to pull data for flight booking details as well Airline booking count.

2. Created oData using this FM and tested in GW Client, it seems OK.

3. There is a referential constraint like for one single Airline selection from Master page will display concerned booking information (1:N) in detail page.

Selecting record in master page gives the data in detail page but only the last record of booking information is being displayed.

Kindly see the below screen shot. Tried a lot but couldn't fix the issue. So if you can kindly help me in this regards.

I can find in debug the total booking record in internal table is as per the below screen shot

But is only displays the last record in series (1 --> 5362). Any idea on this?

Thanks , SL

View Entire Topic
Former Member
0 Likes

The entityset that Table Header uses might not have an unique id. Have bookingId & customerId as key properties defined to that entityset.

Former Member
0 Likes

Thanks, how could I missed this !!! I took duplicate values as key