cancel
Showing results for 
Search instead for 
Did you mean: 

Can we extend a Fiori Standard app ,which doesn't have a Component.js file?

0 Kudos

Scenario: I am trying to create a Fiori extension project in Webide like below:

I am getting error mentioned in the screen.

Although there are extension points given in fiori apps library:

So Can we extend it?

avinash12
Explorer
0 Kudos

Hi Dipjyoti,

Did you got anything on this as i am into the same situation . want to extend project with some new input fields

Accepted Solutions (0)

Answers (2)

Answers (2)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Dipjoyti, Please check the application type in the Fiori Apps Library. If it s a Fiori element then no you cannot use this approach.

Also you can find a lot more guidance in the SAP Guided Answer you will find in this blog

https://blogs.sap.com/2018/01/10/leading-s4hana-ux-how-to-extend-a-sap-fiori-app-in-sap-s4hana/

Rgds,

Jocelyn

0 Kudos

Hi Jocelyn,the application type in the Fiori Apps Library is Reuse Component (SAP Fiori (SAP UI5)).

And to add I am trying to extend "Material Monitor Coverage-(pp_mrp_dts1)" ,now this app calls the mentioned reuses component (pp_mrp_reuses1) for different navigation's and conditions to check.

Now I am trying to extend pp_mrp_reuses1 ,which gives me the error I mentioned in the first question.

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert

Hi Dipjyoti,

No you cannot extend a reuse component. By definition it is used by multiple apps and must remain stable.

Please create a SAP Incident to the Support component of the pp_mrp_reuses1 Fiori app as shown in the Fiori apps library. Explain what you need to change and why and ask for advice on options.

Rgds

Jocelyn

devendervb
Contributor
0 Kudos

I don't think so, Component is reusable and extensible unit. So without component you can't extend.

0 Kudos

Hello Devender,

Thank you for answering .

Quick question-Then why the extension points in Fiori apps library is given? this is what confuses me.