Hello UI5 experts,
When I'm trying to access all the Entity Set records using OData ABAP services - OData model in UI5 application, it's working as expected (all the records are coming in tabular format).
But when I'm trying to access any particular record using Entity it's not working.
WORKING:
NOT Working:
So can anyone please help me to get records as per some particular ID using OData model.
Here mainly I wanted to consume Item data based on Header data.