hello everyone,
I tried the following code but it's not working.
fragment
AddProductHierarchySet.fragment.xml
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns:tnt="sap.tnt" xmlns:l="sap.ui.layout">
<Dialog title="PRODUCT HIERARCHY SET INFORMATION" contentHeight="70%" contentWidth="70%">
<content>
<mvc:XMLView viewName="Rmanagement.FRebateManagement.view.CollectionGroupDetails"/>
</content>
<endButton>
<Button text="Close" press="onCloseFragment"/>
</endButton>
</Dialog>
</core:FragmentDefinition>
manifest.json:
view
collectionGroupDetails.view.xml:
collectionGroupDetails.controller.js