---
parser: v2
auto_validation: true
primary_tag: topic>abap-development
tags: [  tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
time: 15
author_name: Raz Korn
author_profile: https://github.com/raz-korn
slug: abap-custom-ui-subaccount-permission
canonical_url: https://developers.sap.com/tutorials/abap-custom-ui-subaccount-permission
---

# Maintain Platform Subaccounts and SAP Web IDE Permissions
<!-- description --> Create a subaccount in a SAP Cloud Platform global account and give permission to access SAP Web IDE to dedicated users.

## Prerequisites   
  - **Authorization:** Your user needs access to your **SAP Cloud Platform global account** in the Neo environment.

## You will learn
- How to create a subaccount
- How to give users the permission to enter SAP Web IDE
## Additional Information
- **SAP S/4HANA Cloud Release** (tutorial's last update): 1902

---

### Enter SAP Cloud Platform global account

Enter SAP Cloud Platform and select your global account.

![Enter SAP Cloud Platform global account](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp2globalAccount.png)

Choose one of the two options to navigate from global account's overview to its subaccounts.
One option is the **Subaccounts** point in the left hand side menu the other option is the link below the count of subaccounts within the Info part of the global account's overview area.

![Enter SAP Cloud Platform global account's subaccounts](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_globalAccountOverview2subaccounts.png)



### Create subaccount

Click **New Subaccount**.

![Press "New Subaccount" button](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_newSubaccountButton.png)

A pop up opens.

Enter following data.

| Field label | Field value |
|:------------|:------------|
| **Display Name** | `<YOUR_NEW_SUBACCOUNTS_NAME>`|
| **Description**| (optional) |
| **Environment**| `Neo` |
| **Provider** | `SAP` |
| **Region** | `<YOUR_NEW_SUBACOUNTS_REGION>` |

 Click **Create**.

![Add display name to subaccount](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_newSubaccountPopUp.png)


### Enter subaccount

Now your new subaccount will be shown and you can enter it by clicking its tile.

![Click new subaccount's tile](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_subaccountTile.png)


### Enable SAP Web IDE service in subaccount

Go to **Services**, search for **SAP Web IDE** and select it.

![Search for SAP Web IDE](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_WebIDE_tileNotEnabled.png)

**Enable** the Web IDE service for this subaccount.

![Enable SAP Web IDE](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_enableWebIDE.png)


### Enter Web IDE service's configuration

Click **Configure Service** inside Web IDE service's overview.

![Configure Web IDE service](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_configureWebIDE.png)


### Grant user access to SAP Web IDE

To enable users to work with Web IDE you have to explicitly assign the `DiDeveloper` Role to each of them.

1. Go to **Roles**
2. Select **`DiDeveloper`** Role
3. Press **Assign** in the role's section for individual users. A pop up opens.
4. Enter the required User's ID
5. Press **Assign** in the pop up

![Give SAP Web IDE access to a user](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-custom-ui-subaccount-permission/sapcp_WebIDE_grantAccess.png)

With the next session the added user will have the permission to enter SAP Web IDE.


### Test yourself



