<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name="SDUSelection" title="Support Packages" description="Select all components for which you want to include Support Packages in the $(/ProcedureName)">

    <InfoText name="Info"><![CDATA[<html>
    <b>Support Packages</b><br>
    The following Support Packages have been found in your EPS inbox directory <b>$(INBOX)</b> and can be included in the $(/ProcedureName). To include a Support Package for a component, choose the SP level you want to include from the drop-down menu on the right.
    </html>]]></InfoText>

<choose>
<when test="$(UTL_UPDATE) == YES">

<InfoText name="Info"><![CDATA[<html>
<font color="blue">The component structure delivered on your $(/ProcedureAdj) system was updated. Please verify the components list again.</font>
</html>]]></InfoText>

</when>
</choose>

<TableInput name="TestObjectTableInput">
  <DISPLAY>    
    <ColumnName heading="Vendor / Name" editable="false">NAME</ColumnName>
    <ColumnName heading="Current SP" editable="false">OLD_VERSION</ColumnName>
    <ColumnName heading="Target SP"  editable="true">NEW_VERSION</ColumnName>
  </DISPLAY>     
  <VARIABLE>SPECIFY_QUEUE</VARIABLE>            
</TableInput>

<choose>
<when test="$(INCLUDE_STACK) == YES">
<InfoText name="Info"><![CDATA[<html>

    <b>The components below belong to the stack $(STACK_NAME)</b> that you have selected on the previous step<br>
    </html>]]></InfoText>

    <TableInput name="TestObjectTableInputStackComps">
      <DISPLAY>    
        <ColumnName heading="Vendor / Name" editable="false">NAME</ColumnName>
        <ColumnName heading="Current SP" editable="false">OLD_VERSION</ColumnName>
        <ColumnName heading="Target SP"  editable="false">NEW_VERSION</ColumnName>
      </DISPLAY>     
      <VARIABLE>SPECIFY_QUEUE_STACK</VARIABLE>            
    </TableInput>

</when>
</choose>


<InfoText name="ExtraInfo"><![CDATA[<html>
<p><b>Additional Information</b><br>
You can put further Support Packages in your EPS inbox and then display them by choosing Rescan.<br>
For more information, see &quot;Making Entries for the Target System Configuration&quot; in the <b><a href="http://service.sap.com/instguides">$(/ProcedureGuide)</a></b>.<br>
</html>]]></InfoText>

<NavigationButtonGroup name="NavigationButtonGroup" default="Continue"> 
  <BUTTON name="Rescan" enabled="true">#Rescan</BUTTON>
  <BUTTON name="ChooseMode" enabled="true">#Back</BUTTON>
  <BUTTON name="Continue" enabled="true">#Continue</BUTTON>
  <BUTTON name="Cancel" enabled="true">Cance#l</BUTTON>
  <VARIABLE>ACTION</VARIABLE>
</NavigationButtonGroup>

</Composite>

</jump-container>
