<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" controllerName="slsordage.controller.Header">
	<SelectDialog
		id="selectDialog1"
		title="Sales Org."
		items="{VkorgJsonSH>/SalesOrg}"
		search=".onValueHelpDialogSearchVkorg"
		confirm=".onValueHelpDialogCloseVkorg"
		cancel=".onValueHelpDialogCloseVkorg"
		liveChange="onVkorgLiveChange">
		<StandardListItem
			iconDensityAware="false"
			iconInset="false"
			title="{VkorgJsonSH>Vkorg}"
			description="{VkorgJsonSH>Vtext}" />
	</SelectDialog>
</core:FragmentDefinition>