cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to import and open an already extended Fiori Application in Web IDE?

Former Member
2,094

Hi,

In our system Approve Requsition fiori app was extended. I need to change the application. For that I want to import the already extended application to my Web IDE from our ABAP gateway. When I import the extended application with using menu ( File->Import->Application From SAPUI5 ABAP Repository ), it doesn't allow me to use the Extensibility Pane. It is grayed out ( Tools -> Extensibility Pane ) .

How can I import an already extended fiori application and use Extensibilty Pane?

Message was edited by: Efecan YILMAZ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I'm still looking for an answer.

How can I import an already extended project as an extension project and do further extensions with using Extensibility Pane?

agentry_src
Active Contributor
0 Kudos

Hi Efecan,

Where have you looked?  If you looked using SCN Search, you should give up on that and just use this Google Custom Search instead.  Save the url as it is quite helpful for getting the most out of SCN. 

Not sure why importing an already extended project would bar further extension so not sure if the answer is already out there or not.  Please post where the search takes you and add in versioning and other system config information, such as SAPUI5 version.  You may also want to take a look in as that is the home of WebIDE.

Regards, Mike (Moderator)

SAP Technology RIG

younghwan_kim
Active Participant

Open .project.json file, and there should be "extensibility" property.

If there is not, create new extension project from the origin,

and copy the created "extensibility" property to your .project.json file in your actual project.

Answers (4)

Answers (4)

former_member776321
Discoverer
0 Kudos

I created a new extension project, copied the code of the previous extension into it and deployed it back

former_member776321
Discoverer
0 Kudos

I am also facing the same issue, does anyone have a solution ?

vishali_sayyaparaju
Discoverer
0 Kudos

Could you please let us know if this is resolved? in similar situation, want imports this extended app and make additional changes and deploy.

srinivas_kondapalli3
Participant
0 Kudos

Hi Vishali,

Is your issue is resolved , I also got the same requirement. Can you help me in this case.

Regards,

Srinivas

Former Member
0 Kudos

Hi,

Any solution for this? scenario is

  1. I create an extension for a fiori app with user id 1, and commit it to ABAP.
  2. Now my colleague imports this extended app into his account with user id 2. When he right clicks on the project and selects -> new -> extension, he gets error "The selected project is not a valid extension project." (PFA, attached error image).

 

Here user either have to manually create all the code required for extension or he has to create extension project on original project and copy the changes made by user 1, which are counter productive.

Am I missing something here? please suggest.