on 2013 May 26 6:59 PM
Hi,
I would like to enable the standard context menu options that appears in all Web Dynpro applications. This menu has basically three options:
- Display Quick Help
- More Field Help
- Technical Help
I am able to see the first two option but not the third option i.e.'Technical Help'. Is there any additional authorization that needs to be provided
Thank you.
Regards,
Navya.
Hi Navya,
The access to the WD4A Technical Help depends on an authorisation simulation in class CL_WDR_TRACING (bootstrap) on object S_DEVELOP for DEBUG and ACTVT '03' and is stored in cl_wdr_tracing=>m_is_developer.
This value is then subsequently checked in class CL_WDR_HELP_HANDLER (if_wdr_context_menu_handler~context_menu_called) where the context menu is appended with the "Technical Help..." option if cl_wdr_tracing=>m_is_developer = abap_true.
Hope this clarifies.
Regards,
Rudi Dutli
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.