Hi all
I would like a popup to react before the action method in order to insert further detail for the method itself and this setup appear to be the right one. The point is that after doing what advised in the documentation at the node in the spro, it doesn't pop anything.
What I have done is:
the three requirements relate to the action definition are correctly defined
1. create a component for the popup with inbound plug IP_FROMGSACTIONS.
2. create a main component
3. create usage of GSACTIONS and component at the point 1. in the main component
4. create a navigation link between the GSACTIONS.NewActionEL OP_TOACTIONOV and the popup component IP_FROMGSACTIONS
5. define the TOACTIONOV in the spro node as required
6. defined the parameter in the action definition method.
7. Used the CL_CRM_UIU_ACTION_CALL_VIEWS=>ACTION_TRIGGER_FROM_VIEW in the popup event.
After testing the action method itself gets executed but not sign of popup. I have tried to set up breakpoints everywhere in out and inboud plug but no luck.
Any advise?
Regards
MG