on 2017 Dec 18 3:09 PM
Request clarification before answering.
Hi Marius,
I was checking this and method GET_TEC_HELP_PERMISSION is being called in some older releases (SAP_BASIS 700 and 710).
Not sure which version you have for SAP_BASIS and SAP_UI, but I have just checked this in 740 and methods GET_DOCU and GET_DDIC_BINDING got called.
I didn't see an authorization check here.
Do you have note 2211403 implemented?
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Marius,
System checks the required authorization for "More field help" in the following code:
Class: CL_WDR_DOCU_HELPER_ASSIST
Method: GET_TEC_HELP_PERMISSION
Following authority is required:
object 'S_DEVELOP'
id 'DEVCLASS' field '*'
id 'OBJNAME' field '*'
id 'P_GROUP' field '*'
id 'OBJTYPE' field 'DEBUG'
id 'ACTVT' field '03'
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ricardo.cavedini,
Tried putting some breakpoints there. It doesn't stop and in SU53 I don't get any authorization messages.
I found some places where the class is referenced as in :
WDR_DOCU_HELPER - GET_ASSISTANCE
WDR_DOCU_ALL - WDDOINIT<br>
with no success. 😞
I also added a "Created breakpoint" (F9) for the class and method and nothing hapened.
Regardless ... do you think I should create a role for the object anyway and try again ?
Any ideas ?
Regards,
Marius
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.