<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" controllerName="slsordage.controller.Header">
	<SelectDialog
		id="selectDialog2"
		title="Channel"
		items="{VtwegJsonSH>/Channel}"
		search=".onValueHelpDialogSearchVtweg"
		confirm=".onValueHelpDialogCloseVtweg"
		cancel=".onValueHelpDialogCloseVtweg"
		liveChange="onVtwegLiveChange">
		<StandardListItem
			iconDensityAware="false"
			iconInset="false"
			title="{VtwegJsonSH>Vtweg}"
			description="{VtwegJsonSH>Vtext}" />
	</SelectDialog>
</core:FragmentDefinition>