Hi,
I have a few question about using Web IDE to develop existing SAPUI5 app in ABAP repository.
1. Will Web IDE supports team environment, for example, multiple user can develop in parallel for change in ABAP repository?
2. Will Web IDE support deployment of single file, instead of overwriting the whole project during the deployment?
3. Our team try to migrate the development tool from team provider to Web IDE, using the follow steps:
-import project from ABAP repository
-modify one of the controller js file
-deploy the change to ABAP reposiroty
I found that during the deployment, additional changes (mainly project setup) also made to the repository, for example:
The following resources will be deleted:
build
src
index.html
lib
The following resources will be created:
neo-app.json
project.json
It looks like the Web IDE has modified the content of related project during the ABAP import. If we continue with the deployment process, what would be the consequence of changes made to the mentioned files?
Best regards,
Wanling