Hi,
I have created a development component and in that I have a master view.As per the requirement I have a search screen which is used in many other places.
My requirement is like I want to have a different Development Component where in I have a component which has the search screen.
Now when i have two diffrent DCs and I want to use both of them, I have made the DC for the search screen as a child DC for the first one.
But in my Master view which is in the first Dc I am not able to embed the component interface view of the search DC.
Kindly let me know what can be the other approach and correct me if I am wrong.
Regards
DK
Hi Dipendra,
So, this sound like a normal requirement. You have a Search DC that will be used in other one DC's. I don't know if I understand your problem, but I think that you have 3 components:
1 - DC Search - Provide a search functionality
2 - DC Some functionality - Provide some functionality and this component use the Search DC.
3 - DC Master - This component use some DC's 2.
The component 2 use the search DC to complete its functionality. At this case you must to embed the Search DC.
The component 3 use the DC 2 and the Search DC. At this case you must to embed the component 2 and the search DC.
This is the way that you are building the application?
Tks,
Luciano
Hi Dipendra,
First add the Search component to " used Webdynpro Component " of Master component. Then, in Master component, go to Windows -> rigth click on ur window name -> Embed view -> Select Embed Interface View Of a component Instance. From there, u can embed the required Search view to ur master view
Regards
Fahad Hamsa
Add a comment