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

Export a BSP Application in Visual Studio Code

0 Likes
6,845

Hi everyone,

I was wondering if there a possibility to open a BSP Application in Visual Studio Code. I am trying to extend the Create Incident Fiori App and would like to use VS Code for the implementation. Is there a simple way to do this?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Senqi_Hu
Participant

Hi, Chantal.

We can't direct download bsp application in vs code now, you can download bsp application from se38->/UI5/UI5_REPOSITORY_LOAD or webide. Then add ths bsp application to vs code work area, and use the 'Migrate Project for use in Fiori tools'.

0 Likes

Thank you for the advice. However, when I open the project in the work area, the Migration does not recognize the module and therefore a migration is not possible. Could you please elaborate how I can import the bsp application (in my case AI_CREATE_INC) into Visual Studio Code?

Senqi_Hu
Participant
0 Likes

Hi, Chantal

Just add a new folder named 'webapp', and move the files to webapp except '.project.json' and 'neo-app.json'.

Then use the 'Migrate Project for use in Fiori tools', you will find the bsp application.

Here are my test results.

0 Likes

Thank you so so so much. I managed to set it up.