Hello SAP community,
I am struggeling to implement a current requirement and hope there is someone who can help me.
Here's what I want to do:
Whenever a specific PPF Action is executed in the toolbar, I would like to present a popup asking for some user input. Once the user input is given, the action is executed with some action logic based on the user input (Email adress in my case).
I have seen the SPRO activitity "Set up Dialog Box for Actions (CRM WebClient)", however it seems that this function does not apply for actions executed in the toolbar, but only in the corresponding assignment block via Component GSACTIONS. The method cl_crm_uiu_action_call_views=>check_for_view_navigation that does read out this SPRO activity is not getting called when the action is triggered via the toolbar.
I believe I could re-build the logic from scheduling in into my IncidentOV View but this seems like a major task to me for such a small thing.
Does anyone have some advise on how this could be done in a better way?