<c:FragmentDefinition
xmlns="sap.m"
xmlns:c="sap.ui.core"
xmlns:smartForm="sap.ui.comp.smartform"
xmlns:smartField="sap.ui.comp.smartfield">
<smartForm:SmartForm
id="SF2"
editTogglable="false"
editToggled="onEditToggled"
editable="false">
<smartForm:Group>
<smartForm:GroupElement>
<smartField:SmartField value="{Certid}" />
</smartForm:GroupElement>
</smartForm:Group>
<smartForm:Group>
<smartForm:GroupElement>
<smartField:SmartField value="{Certname}" />
</smartForm:GroupElement>
</smartForm:Group>
<smartForm:Group>
<smartForm:GroupElement>
<smartField:SmartField value="{Company}" />
</smartForm:GroupElement>
</smartForm:Group>
</smartForm:SmartForm>
</c:FragmentDefinition>