You can create, delete, stop, and start dev spaces. You can also download dev space content, and import dev space content.
To open the Dev Space Manager, click the relevant link in the Quick Links section of the Get Started page.
You can also open the Dev Space Manager from the lobby.
-
Click the Product Switch icon (
) on the upper-right corner of the lobby.
-
Select the Dev Space Manager tile.
You can generate a dev space to create and manage applications. You can select the application type that includes the extensions that you need to do a development task.
-
Open SAP Business Application Studio and log in with your credentials.
-
Click Create Dev Space.
-
Enter a name for the dev space.
-
Select the relevant application type.
-
(Optional) Select the relevant additional extensions to enhance your space.
You can also add or remove extensions later. See the Add Extensions to Your Dev Space section.
-
Click Create Dev Space.
You can only click the button if you entered a dev space name.
Dev Space creation is influenced by the application plan you are using.
If you are using a productive account, see Standard Plan Restrictions
If you are using a free account, see Free Plan Restrictions
If you are using a trial account, see Trial Plan Restrictions
The maximum size limit of the dev space is 10 GB of disk space for productive accounts in the standard-edition plan. For trial accounts and accounts using the free plan, the maximum size limit of the dev space is 4 GB. Exceeding the maximum size limit can cause loss of data and other issues, including the inability to start the dev space. Note that additional restrictions apply to dev spaces in trial accounts.
If you don't need to work with your dev space for a while, you can stop your dev space. When your dev space is running, it consumes memory, energy, and CPU. If you don't use your dev space and it sits idle for a while, the dev space is stopped.
When you restart your stopped dev space, all content in your dev space, including files and settings, are available. If you want to apply updates to extensions and bug fixes, you must stop your dev space and start it again.
You can also delete your dev space.
By creating a dev space, you create a project and file system for yourself. If you delete your dev space, you can't recover it. We recommend syncing, backing up, and saving your project to a Git repository. See Connect to Your Git Source Control System.
You can change the extensions you selected for your dev space.
-
From the Dev Space Manager, click
to edit the dev space.
To edit an extension, the dev space must be in the stopped state.
-
Select the additional SAP extensions that you want to add, or clear the checkmark from extensions you want to remove.
-
Click Save Changes.
You can download the dev space content in the following situations:
- When your dev space is in the RUNNING state to save the dev space contents.
- When your dev space is in the ERROR state to recover your data and move the contents to another dev space.
To download the content of your dev space, click and then Download.
If your dev space is in the ERROR state, after the download begins, the dev space state changes to STARTING. The dev space state then changes to SAFE MODE and then the tar
file downloads.
After the dev space changes to SAFE MODE, it's not possible to return to the RUNNING state. You can only download the dev space content and delete the dev space.
When the export process is complete, the tar
file, with the dev space content, is downloaded.
After exporting the dev space content, check the size of the dev space before uploading. Make sure that the size doesn't exceed 10 GB of disk space.
After downloading the dev space content, you can import the content to another dev space:
-
Create a new dev space, start it, and open it.
-
From the Explorer view, click Open Folder.
The path to the
user
folder (/home/user/
) is displayed in the command palette. -
Click OK to open the
user
folder. -
Right-click the
projects
folder and click Upload... -
From the Downloads folder, choose the file with the dev space content.
-
Right-click the
projects
folder and click Open in Integrated Terminal. -
Enter the following command to uncompress the uploaded file:
tar xvzf <Your.tar.gzFile>