cancel
Showing results for 
Search instead for 
Did you mean: 

"More Field Help" empty after "SAP_ALL" and "debug" rights

MariusStoica
Active Participant
0 Kudos
165

Hi guys,

I'm having an issue with the "More Field Help" window after right clicking on the NWBC window.

Do you guys know another reason why this window isn't filled with data ?

Regards,
Marius

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

MariusStoica
Active Participant
0 Kudos

Hi Ricardo,

No. And it can't be implemented with SNOTE. Here are my releases:

SRM_SERVER	702	0018
UI2_700	100	0015
UI2_701	100	0015
UI2_702	100	0015
UI2_731	100	0015
UI2_FND	100	0015
SAP_BASIS	731	0019

Regards,

Marius

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Kudos

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

MariusStoica
Active Participant
0 Kudos

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