hana-cli
Version:
HANA Developer Command Line Interface
9 lines (7 loc) • 447 B
text/xml
<core:FragmentDefinition xmlns="sap.m"
xmlns:core="sap.ui.core">
<Label id="schemaInnerLbl" text="{i18nReuse>scheam}" required="true" />
<Input id="Schema" value="{/schema}" valueLiveUpdate="true" showSuggestion="true" suggest="loadSchemaFilter">
</Input>
<Input id="schemaInnerInput" value="{hanaModel>/user/0/CURRENT_SCHEMA}" visible="{= ${/schema} === '**CURRENT_SCHEMA**'}" editable="false"/>
</core:FragmentDefinition>