Skip to content

Commit df8bdcf

Browse files
authored
Merge pull request #2601 from AchimSeubert/main
Formatting, beautify and corrections
2 parents eb5641e + 8f1fb70 commit df8bdcf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

tutorials/abap-s4hanacloud-purchasereq-integrate-wrapper/abap-s4hanacloud-purchasereq-integrate-wrapper.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,9 @@ with unmanaged save
211211

212212
![Add unmanaged save](add_unmanaged_save.png)
213213

214-
Save and activate it. Position the cursor on the `with unmanaged save` statement and use the shortcut `ctrl + 1` to load the quick assist proposals, then double-click on `Add required method save_modified in new local saver class` to automatically create an empty implementation for the method. Implement it as follows:
214+
Save and activate it.
215+
216+
Position the cursor on the `with unmanaged save` statement and use the shortcut `ctrl + 1` to load the quick assist proposals, then double-click on `Add required method save_modified in new local saver class` to automatically create an empty implementation for the method. Implement it as follows:
215217

216218
```ABAP
217219
METHOD save_modified.

tutorials/abap-s4hanacloud-purchasereq-replace-wrapper/abap-s4hanacloud-purchasereq-replace-wrapper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ For simplicity and continuity, you will use the `Z_USER_###` user with the `ZR_S
267267
<!-- border -->
268268
![Service Binding Authorizations](service-binding-auth.PNG)
269269

270-
4. Start transaction `SU24` and select `SAP Gateway OData V4 Backend Service Group and Assignments` from the dropdown menu of the `Type of Application` field. In the `Object Name` field input your Service Binding name (`ZUI_SHOPCART_WRAPPER_O4_###`) and click on the `Execute` button. Switch to edit mode and click on the `SAP Data` icon (1), mark the needed authorization objects (2), and then click on `Copy SAP Data to SU24` icon (3) in the Maintenance Status for Authorization Objects tab .
270+
4. Start transaction `SU24` and select `SAP Gateway OData V4 Backend Service Group and Assignments` from the dropdown menu of the `Type of Application` field. In the `Object Name` field input your Service Binding name (`ZUI_SHOPCART_WRAPPER_O4_###`) and click on the `Execute` button. Switch to edit mode and click on the `SAP Data` icon (1), mark the needed authorization objects (2), and then click on `Copy SAP Data to SU24` icon (3) in the Maintenance Status for Authorization Objects tab. This will copy the authorization objects, but you still need to copy the authorization defaults values for each object.
271+
271272
<!-- border -->
272273
![Maintain SU24 Data](su24-copy-sap-data.PNG)
273-
This will copy the authorization objects, but you still need to copy the authorization defaults values for each object. To do this, click on the `Synchronize with SAP data` icon (1) for all the authorization objects and then click on the `Copy SAP Data to SU24` icon (2) in the `Authorization Default Values` tab.
274+
To do this, click on the `Synchronize with SAP data` icon (1) for all the authorization objects or click on the `Copy SAP Data to SU24` icon (2) in the `Authorization Default Values` tab.
274275

275276
<!-- border -->
276277
![Maintain Authorization Default Values](su24-maintain-auth-default-values.PNG)
277-
278-
Save it and select a suitable transport request (or create a new one if needed).
278+
Save it and select a suitable transport request (or create a new one if needed).
279279

280280
5. Start transaction `PFCG`, open the role `ZR_SHOPCART_###` in Edit mode, navigate to the `Authorizations` tab and click on `Expert Mode for Profile Generation` and in the pop-up select `Read old status and merge with new data` and click on `execute`. You will see that all the authorization objects are automatically added and all the field values are set. Save (1) and then click on the `Generate` (2) icon to generate the authorization profile.
281281

0 commit comments

Comments
 (0)