Definition des Fragment
Wichtig: Nicht als Dialog, sondern z.B. als Panel:
<core:FragmentDefinition
xmlns= xmlns:core= <Panel
id= <Text text= </Panel>
</core:FragmentDefinition>
views/Test.fragment.xml
Verwendung des Fragmentchens
Wichtig: Namespace xmlns:core="sap.ui.core" muss definiert sein!
<mvc:View
controllerName= xmlns= xmlns:mvc= xmlns:core= displayBlock= <Shell>
<App class= <pages>
<Page title= <content>
...
<core:Fragment
fragmentName= </content>
</Page>
</pages>
</App>
</Shell>
</mvc:View>
views/App.view.xml