cancel
Showing results for 
Search instead for 
Did you mean: 

Previewing Fiori Standard Extension Project on BAS

LimJinEn
Explorer
0 Kudos
245

Do anyone know how can I preview an Extension Project on SAP Business Application Studio ?
I manage to preview other custom Fiori Apps, but cant preview any of the Extension Projects of Standard Fiori Projects, such as Look Up Retail Products.
Is there a version prerequisite or any steps that was missing ?

Many Thanks.

View Entire Topic
rotem_puterman-sobe
Product and Topic Expert
Product and Topic Expert

Hi,

Please make sure you have followed the documentation, to create and preview your extension project, and specifically the steps defined here.

In case that you are extending a legacy SAP Fiori application for an On-Premise system, using a SAPUI5 Extension Project - please refer also to this section in the documentation. 

Thanks,

Rotem

LimJinEn
Explorer
0 Kudos
Many Thanks for the reply.
LimJinEn
Explorer
0 Kudos
Many thanks for the reply. However, when looking through all the documentations, there was not enough guide for previewing extension project on BAS. Normally when previewing a custom fiori application, we can use real service data by starting fiori run. But for extension projects, it only have the component or files that was extended using extension point available for the standard app. How are we able to preview the extension projects on SAP BAS ? Many Thanks.
rotem_puterman-sobe
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,
As mentioned in the documentation, running an SAPUI5 extension project for SAP Fiori application, is the same as running any custom Fiori application from SAP Business Application Studio.
The runtime of the Component.js code from the extension project is loading the original SAP Fiori application from the On-Premise system (selected when the extension project was created), including live service data (as defined in the original application). Only changes (extensions) from the original application are provided in the code of the extension project itself (and those are applied at runtime).
If this is not working as expected at runtime, please check the extension project was created / migrated correctly according to the documentation, and open an official support ticket if needed.

Thanks,
Rotem