Hi experts,
I have requirement to copy the view BP_DATA/AccountRelationshipsOV to a custom component and then reuse this copied view in component BP_CONT (as the original one is used). The target is to show two assignment blocks (with relations) in contact overview page. The customer want, that different relationships are shown in two different views. For example Relation_1 get shown in original Relations block, Relation_2 is only visible in the copied relationship block! I hope my requierement is clear.
I think there are two ways to achieve this. First way is to copy that view in the same ui component (BP_DATA) and make it reusable) and the second way is, to have a new custom component where the copied view gets implemented (I choosed the second way because in future the customer want to add more views in that custom component and make them reuse for component BP_CONT. I know this looks strange (to have more than two relationship blocks in one overview page), but customer wants this!)
My Problem is that I don´t know how to do this! Please help me out. Do someone have a step by step document, or an how to or similar for copying a Standard view to custom component with all necessary steps? I Need step by step guidiance, otherwise I will not be able to reach this. So if you want to help me, please be clear and detailed, thats very important in this case, because a lot of things have to be considered. Thanks a lot in advance for your effort and comprehension!
What I did till now:
1. create custom component
2. copy view via right click on it and copy it to custom component (while copying you can choose an other component).
3. declare ui config
I think that I have to copy all classes to own z-classes? Is this correct? Becasue when I want to enhance the methods, I want that this enhancements will only affect the copied view, not the "original" (the original view is enhanced, but my enhancements has only to affect the copied view!). As I see the classes didn´t got changed!
Thanks @ all who can help!
Best Regards
Tanja