cancel
Showing results for 
Search instead for 
Did you mean: 

Last row is overriding the all listview in master section in SAP FIORI

Former Member
0 Kudos

votefavorite

I am working with SAP FIORI setup. in that setup every thing is working fine,and I am getting data from server by using ODATA service. But here the problem is last record is overrides the value of all records data in my view.

Note:: In server response getting all different records.

can any one suggest me how to solve this issue.

Accepted Solutions (1)

Accepted Solutions (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

your OData service might be not having unique key. check it and correct it to resolve the issue.

Regards,

Chandra

Former Member
0 Kudos

Hi Chandra,

thanks for your replay.

My ODATA service contains BpNumber as unique.

{ _d: {

results:[

},

{

}]

}

}

jmoors
Active Contributor
0 Kudos

Definitely looks like an issue with unqiue id. The id doesn't look correct Is BpNumber defined as the key in the metadata?

I would expect the ID to include the BPNumber.

"http://isgcrmgw.iserviceglobe.com:8014/sap/opu/odata/sap/ZACCOUNT_DETAILS_SRV_01/AccountDetailsSet('..."

Regards,

Jason


ChandraMahajan
Active Contributor
0 Kudos

looking at the payload, it seems that you might have BpEewDummy as key. you need to make BPNumber as key and then regenerate the service. It will solve your issue.


Regards,

Chandra

Answers (0)