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

Export a BSP Application in Visual Studio Code

0 Likes
6,848

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.

View Entire Topic
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.