Skip to content

Commit b4cde40

Browse files
authored
Merge pull request #3604 from mervey45/master
renaming and new tutorial
2 parents 0455bf5 + 58af395 commit b4cde40

164 files changed

Lines changed: 2281 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
---
2+
auto_validation: true
3+
title: Maintain Business Roles and Access Restrictions in SAP Cloud Platform ABAP environment
4+
description: Create business roles and maintain access management in the SAP Cloud Platform ABAP environment.
5+
primary_tag: products>sap-cloud-platform--abap-environment
6+
tags: [ tutorial>beginner, topic>abap-development, products>sap-cloud-platform]
7+
time: 5
8+
---
9+
10+
## Prerequisites
11+
- SAP Cloud Platform ABAP Environment user
12+
- ADT version 2.96 or higher
13+
14+
## Details
15+
### You will learn
16+
- How to create business roles
17+
- How to add business catalogs
18+
- How to add business users
19+
- How to maintain access management
20+
21+
In this tutorial, wherever `XXX` appears, use a number (e.g. `000`).
22+
23+
---
24+
25+
26+
[ACCORDION-BEGIN [Step 1: ](Create business role)]
27+
1. Logon to your ABAP system.
28+
29+
![Create authorization field](role.png)
30+
31+
2. Search **Identity and Access Management** and select **Maintain Business Roles**.
32+
33+
![Create authorization field](role2.png)
34+
35+
2. Click **New**.
36+
37+
![Create authorization field](role3.png)
38+
39+
3. Create your **business role**:
40+
- Business Role ID: **`BR_ROOM`**
41+
- Business Role Description: Room
42+
43+
Click Save.
44+
45+
![Create authorization field](role4.png)
46+
47+
[DONE]
48+
[ACCORDION-END]
49+
50+
[ACCORDION-BEGIN [Step 2: ](Add business catalog)]
51+
1. Click **General Role Details** and **Edit**.
52+
53+
![Create authorization object](catalog.png)
54+
55+
2. Select **Assigned Business Catalogs** and click **Add**.
56+
57+
![Create authorization object](catalog2.png)
58+
59+
3. Search for **`Z_ROOM_BC_XXX`**, select **Room** and click **Apply** and **OK**.
60+
61+
![Create authorization object](catalog3.png)
62+
63+
[DONE]
64+
[ACCORDION-END]
65+
66+
[ACCORDION-BEGIN [Step 3: ](Add business user)]
67+
1. Select **Assigned Business Users** and click **Add**.
68+
69+
![Create Access Control](user.png)
70+
71+
2. Search for your user name, select it and click **Apply** and **OK**.
72+
73+
![Create Access Control](user2.png)
74+
75+
[DONE]
76+
[ACCORDION-END]
77+
78+
[ACCORDION-BEGIN [Step 4: ](Maintain access management)]
79+
1. Select your user and click **Maintain Restrictions**.
80+
![Edit authorization default values](restrictions.png)
81+
82+
2. Set your write, read and value help restriction unrestricted.
83+
84+
![Edit authorization default values](restrictions2.png)
85+
86+
3. Go back to general role details and click **Save**.
87+
88+
![Edit authorization default values](restrictions3.png)
89+
90+
Save and activate.
91+
92+
[DONE]
93+
[ACCORDION-END]
94+
95+
[ACCORDION-BEGIN [Step 5: ](Test yourself)]
96+
97+
[VALIDATE_1]
98+
[ACCORDION-END]
74.7 KB
Loading
79.4 KB
Loading
26.1 KB
Loading
77.2 KB
Loading
68.5 KB
Loading
69.3 KB
Loading
41.1 KB
Loading
146 KB
Loading
73.6 KB
Loading

0 commit comments

Comments
 (0)