Skip to content

Commit

Permalink
add link to PR api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AchimSeubert committed Jun 3, 2024
1 parent dde50ff commit 174757c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ In the case of a released API, the authorization objects are released as well an

For simplicity and continuity, you will use the `Z_USER_###` user with the `ZR_SHOPCART_###` and the `ZAP_BC_ABAP_DEVELOPER_5_###` roles created in the previous tutorial [Provide Authorizations to Users for non-Released Authorization Objects checked by the "Create Purchase Requisition" function module](https://developers.sap.com/tutorials/abap-s4hanacloud-purchasereq-provide-authorization.html). Remove any other additional role from the `Z_USER_###` user and, in the `ZR_SHOPCART_###` role, make sure to select the Authorization Default for `ZUI_SHOPCART_WRAPPER_O4_###` (NOT the variant).

1. The first step is to find out the needed authorization objects for the released API: logon to ADT and click on `Navigate`->`Open ABAP Development Object` and search for the purchase requisition behavior definition `I_PURCHASEREQUISITIONTP`. Open it. From the `Properties` tab navigate to `API State`: from here you can open the **Authorization Default Values** and get information on the needed authorization objects and relative field values (for more information check the Purchase Requisition API documentation). In this case, the needed authorization objects and field values are:
1. The first step is to find out the needed authorization objects for the released API: logon to ADT and click on `Navigate`->`Open ABAP Development Object` and search for the purchase requisition behavior definition `I_PURCHASEREQUISITIONTP`. Open it. From the `Properties` tab navigate to `API State`: from here you can open the **Authorization Default Values** and get information on the needed authorization objects and relative field values (for more information check the [Purchase Requisition API documentation](https://api.sap.com/bointerface/I_PURCHASEREQUISITIONTP)). In this case, the needed authorization objects and field values are:

| Object | Field Name | Value
| :----- | :------------- | :-------------
Expand Down

0 comments on commit 174757c

Please sign in to comment.