<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" controllerName="slsordage.controller.Header">
	<SelectDialog
		id="selectDialog5"
		title="Ship To Party"
		items="{KunweJsonSH>/ShipTo}"
		search=".onValueHelpDialogSearchKunwe"
		confirm=".onValueHelpDialogCloseKunwe"
		cancel=".onValueHelpDialogCloseKunwe"
		liveChange="onKunweLiveChange">
		<StandardListItem
			iconDensityAware="false"
			iconInset="false"
			title="{KunweJsonSH>Kunwe}"
			description="{KunweJsonSH>KunweName1}"
			info="{parts: [{path: 'KunweJsonSH>Stras'}, {path: 'KunweJsonSH>Pstlz'}, {path: 'KunweJsonSH>Ort01'}, {path: 'KunweJsonSH>Regio'}, {path: 'KunweJsonSH>Land1'} ]}"
			infoState="Information"
			wrapping="true"/>
	</SelectDialog>
</core:FragmentDefinition>