Hello, Ravi.
Thank you for the quick reply.
I'm aware of the general lines of how to reuse a component/view in another one. But I'm confused with the specificity of the components I'm using now. I'll explain step by step.
1. Component BP_EMPL already has the context node EMPLOYEE in its interface, and there's already MainWindow as Component Interface View. EmployeeWorkplace view, on the other hand, is part of MainWindow.
2. There's already a component usage in BP_HEAD pointing to BP_EMPL/MainWindow. It's called CUBPEmpOverview.
I created a new EMPLOYEE context node in Component Controller, and enhanced WD_USAGE_INITIALIZE method, including the code for binding EMPLOYEE cn in BP_HEAD Component Controller to EMPLOYEE cn in BP_EMPL interface. (Although, I don't know how to initialize EMPLOYEE CN that I created, since there's no link from BuilEmp to BuilHeader).
3. Interface view BP_EMPL/MainWindow is already in Runtime Repository of BP_HEAD, inside BP_HEAD/BPHEADOverview. But it's not available in configuration tab to be inserted to the user OV page.
4. See item 2.
So, again the basic steps are done, but I'm missing some detail...