Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
MarcHuber
Product and Topic Expert
Product and Topic Expert
1,326

If you want to use all the features of SAP Build Code, the easiest way currently is to run the SAP Build Code booster (booster tutorial). The booster will create a new subaccount for you. But maybe you already have a subaccount with SAP Business Application Studio (BAS)? So you probably need to migrate your content to the new subaccount. But that is pretty easy.

**** Update 31/10/2024 ***

With the latest release, you can now transfer your existing projects into the SAP Build Code tenant effortlessly using the "Add from Dev Space" feature in the SAP Build Lobby. This allows for a smooth transition, enabling you to continue developing your projects without any disruption. The migration process is simple and straightforward. Just a few clicks, and your projects will be seamlessly transferred to the SAP Build Code tenant. For more information on the migration process see Add Projects From Dev Space. 

MarcHuber_0-1730382263261.png

****** End of the Update 31.10.2024*****

As alternative if you you just want to import one project and it is already in a git repository, you can use the "Clone from git" option. How you can add a project to git, you can find an example as part of the full-stack tutorial

Now you can just clone the project to the new SAP Build Lobby.

1. Go to your new subaccount with the SAP Build Code entitlement and open the lobby by select your SAP Build Code instance.

MarcHuber_0-1720685498359.png

2. Afterwards you just have to select Clone in the SAP Build Lobby.

MarcHuber_1-1720685519254.png

3. Select the project type, like Full-Stack Application, and provide the Git repository URL and Project Name. As a last step just select your preferred Dev Space and press Create.

MarcHuber_2-1720685539054.png

Now your project is also available in SAP Build Code:

MarcHuber_3-1720685559130.png

To free up some space you can delete your old project on the old BAS subaccount or if you have migrated all projects you can delete the old subaccount, if you don’t need it anymore of other purposes.

Additional Information:

Did you know that you can also share your project with other developers directly from the lobby? Just select the menu of your project and select “Manage Members”.

MarcHuber_4-1720685588465.png

And add the additional developers with their email:

MarcHuber_5-1720685620631.png

Happy Coding!

2 Comments
Cocquerel
Active Contributor
0 Kudos

2 questions:
- If, instead of creating a new subaccount, I use the method described into the following blog to upgrade my existing BAS subaccount to SAP Build Code ( https://community.sap.com/t5/technology-blogs-by-sap/upgrade-sap-business-application-studio-to-sap-... ), how to make appears in build Lobby the projects that are already cloned in developer workspaces ?
- Is there an integration between the git repo members and the Lobby project members ? I mean, if I add a member to my Lobby project, will it have automatically access to the related Git repo ? and same question in the opposite way ?

andreas_gall2
Participant

Hi @Cocquerel 

don't know if you already got an answer to your questions but maybe I can share my experience. I've migrated our existing SAP Business Application Studio into SAP Build Code. The projects from SBAS weren't in the lobby of SAP Build Code since internally a new Dev Space was created.

You can share your SAP Build Code project with other developers and only that project that you have in your Dev Space. Git is a different story and has its own access rights depending on what you use e.g. Github, Bitbucket etc. When you grant access to your project in SAP Build Code that doesn't include the access rights of the corresponding Git.