cancel
Showing results for 
Search instead for 
Did you mean: 

Info on Ui5 development/ multi-users development on same application

Former Member
0 Kudos

Hi All.

I need a quick info as my Ui5 team is working on a application. We have 5 developers working on the same application. Unike SAP ABAP, can we have all the developers working on the same application working at the same time. In ABAP, we have version management and we also have the option where multiple users can work on one single application without any hassle.

I need an instance where multiple users can develop the same application and save and activate their part of changes of the code without hampering others code and at the same time like how this works in SAP ABAP.

Can anyone suggest on this please.

Your answers / guidance will be highly appreciated.

Thanks

Shankar..

Accepted Solutions (0)

Answers (3)

Answers (3)

aakash_neelaperumal2
Active Participant
0 Kudos

Shankar, Try using GitHub

junwu
Active Contributor
0 Kudos

in same application, if they touch different view(or object) it should be ok. even if you touch the same object, when you submit, it will prompt u about the conflict.

junwu
Active Contributor
0 Kudos

in abap, you team can work on same object at same time?