on 2020 Oct 28 9:01 PM
Hello, i want to know if we set authorizations in sap b1 fat client to a user, for example i set business partners authorization to "No Authorization" to one of the users, and if i login with that user i am not able to open business partners page, however i also want this authorization to be applied in service layer queries, is it possible?
I tried but it doesn't seem to be working, i just wanted to be sure if i am not doing a wrong thing.
Thanks.
Hi Kivanc,
Service Layer authorizations follows the same restrictions as B1 client does.
If you try to access an object without authorization you will get an error:
GET
/b1s/v1/Orders
{
"error": {
"code": -3000,
"message": {
"lang": "en-us",
"value": "The logged-on user does not have permission to use
this object."
}
}
}
Please check if you user is not a super-user, in that case restrictions don't apply.
Regards,
Trinidad.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.