Hello,
It is not so clear what you want to achieve. In bound plug is normally called when a view will be loaded. If the view is configured in the configuration, it will be loaded, and the inbound plug will be called. This will be the same no matter it is a view in the same component or a view embedded using component usage. And it will be called from
| METHOD | PROCESS_NAV_QUEUE | CL_BSP_WD_VIEW_MANAGER========CP |
call method TARGET_CONTROLLER->(INBOUND_PLUG)
Something like the above.
If I failed to understand your request, please feel free to correct me.
Begards,
hongyan