cancel
Showing results for 
Search instead for 
Did you mean: 

How to Make SAP Business Partner Entity Object Page Editable

hoandreasm
Discoverer
0 Kudos
109

Hi,

I created a Fiori List Report Page with my CAP project which use the SAP S/4HANA Business Partner (A2X) BusinessPartner Entity, and it connects to our backend service.

I managed to get the data when querying to backend via the provided API GET /A_BusinessPartner, like this screenshot below:

Screenshot 2024-12-13 at 12.53.37 PM.png

 But when I click one of the line, and go to the Object Page:
Screenshot 2024-12-13 at 12.53.53 PM.png

There's no edit button.
I get it, it needs the @SAP.updatable field needs to be true for every properties.
Since the generated cds file from the OData edmx file from the website: https://api.sap.com/api/OP_API_BUSINESS_PARTNER_SRV/overview is defaulted to false, how do I make this Object Page editable and able to hit the provided PATCH API?
Is there any way to make the Object Page editable without much workaround or just by using the same entity or tweak the entity?

Do you have any suggestions @gregorw?

Regards,
Andreas

View Entire Topic
MioYasutake
Active Contributor
0 Kudos