cancel
Showing results for 
Search instead for 
Did you mean: 

backend request with OPA5 for fiori element odata V4

0 Kudos
439

Do we have any sample or resouces for OPA5 testing, that can simulate backend request(like v2 we have mockserver) for fiori element odata v4?

View Entire Topic
CarolineWelsh
Advisor
Advisor
0 Kudos

SAP Fiori Tools is an extension pack that simplifies the development of SAP Fiori element applications. It contains a tool called the Data Editor which will enable you to generate or create mock data for your back end service. This will enable you to create realistic mock data. You can then preview your application using the realistic mock data you have created.

0 Kudos

Thx for your information, for mock data I already have and indeed data editor is brilliant, but what I want is to simulate an API call, request and response, cause in v2 we can have mockserver.js to support it, but in v4 I did not find anything related to it, or I don't know how to format code for a mock server, just here for some sample code, fresh man in SAP.