‎2014 Apr 02 10:17 AM
Hello,
Is there a BAPI call, that being given a pair 'user name' + 'document number' will say whether the user is authorized for at least read access?
‎2014 Apr 02 10:20 AM
Which document authorization are we talking about here..? Which tcode you are using to check document... Please provide the complete details
Nabheet
‎2014 Apr 02 10:28 AM
Well, let say I have a document in that is visible with use of CV04N transaction.
Clearly, when smb. tries to access (i.e. display) the document, SAP performs some authorization object checks:
C_DRAW_BGR
C_DRAW_TCD
and so on, basing on the profile of that user.
Also probably ACLs are checked if assigned any (in EasyDMS terminology).
So my desire is know whether there is a way to perform these checks remotely via BAPI call - passing a user and a document in question.
Please tell me if I can provide more details on my aim.
‎2014 Apr 02 2:42 PM
‎2014 Apr 03 7:58 AM
Well, am I right that an authorization object (namely S_TCODE, C_DRAW_TCD, etc.) shall be passed to the FM and the check will be performed for the 'current' user only?
Can I somehow check any user I choose whether she has access to a document? In other words, CV115_PERMISSION_CHECK wants from me more information than I have (e.g. I have only doc name, number, type + user name; and I do not have all authorization objects linked to user's profile) and at the same time does not allow me choosing the user to be checked.
‎2014 Apr 03 8:56 AM