on ‎2015 Jul 30 10:21 AM
Hello experts,
I need your help!!
I have a client request in which I have to verify, every time the user saves data, to which team he belongs, in BPC. For that, I'm using the standard class CL_UJE_USER method GET_ALL_USER_DETAILS2.
The problem is:
1 - If we execute this procedure with a user that has access to the web adminstration panel of BPC, the method returns the list of users and team correctly;
2 -If we execute this procedure with a user that doesn't has access to the web adminstration panel of BPC, the method returns an empty list of users!
We cannot grant access to the web adminstration panel of BPC for all users, for security reasons, but we need to read team data for all users, regardless the permissions they have!
Do you have any ideas? Or any other method/function module we can use?
Thank you
Best regards,
Raquel Oliveira
Request clarification before answering.
Hi Raquel
Try calling FM UJE_USER_GET_DETAIL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Raquel,
Try with writing your code with table reads on tables UJE* rather than using methods/FMs. Here you might need to do lookup on multiple UJE* tables or have to use joins.
Not a good idea but should work.
Thanks & Regards,
Prashant Vankudre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 10 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.