cancel
Showing results for 
Search instead for 
Did you mean: 

Enable Technical Help option on right click in webdynpro abap application

former_member183915
Active Contributor
0 Kudos
3,508

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.

View Entire Topic
Rudi_Dutli
Explorer

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

Former Member
0 Kudos

Hi

Please apply Sap note #1917681.

It should solve your problem

Regards

Johnny_Li
Product and Topic Expert
Product and Topic Expert
0 Kudos
Based on the provided hint, I have identified the root cause of TM apps in S/4HANA 2023. Please refer to KBA 3518064 for more information.