<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="DetermineSCSOS" title="Distributed SCS Information" 
description="Enter the relevant information for the upgrade of a distributed system">

<InfoText name="Info"><![CDATA[<html>
<b>Distributed System</b><br>
Enter the operating system of the SCS instance.<br>
</html>]]></InfoText>

<TableInput name="SCS_OS_NAME">
  <VARIABLE>SCS_OS_NAME</VARIABLE>
</TableInput>

<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
SAP landscapes exist where the SCS is located on a different host from the 
central instance. Sometimes this is the case in the recommended SAP installations 
of High Availability systems.<br>
To correctly update its kernel, SAPJup needs the operating system platform of the remote SCS.<br>
</html>]]></InfoText>

<OKCancel name="OKCancel">
  <VARIABLE>/OkCancel</VARIABLE>
</OKCancel>

</Composite>

<eliminators>
  <SimpleEliminator name="scsOsNameEliminator" dialogFieldName="SCS_OS_NAME" catalogProperty="ScsOsName"/>
</eliminators>

</jump-container>