Code: Alles auswählen.
<htmlb:form id = "<%= po_show-xubname %>"
method = "post"
encodingType = "multipart/form-data" >
<htmlb:inputField id = "deletename"
visible = "false"
value = "<%= po_show-xubname %>"
size = "0"
width = "1"/><htmlb:image id = "del"
src = "@11@"
onClick = "onInputProcessing(delete)"
tooltip = "Position löschen" />
</htmlb:form>
<htmlb:form id = "Mid"
method = "post"
encodingType = "multipart/form-data" >
<htmlb:group id = "group2"
bodyColor = "whitesmoke"
design = "SAPCOLOR"
width = "500" >
<htmlb:groupBody>
<htmlb:label id = "authorlname_Label"
for = "authorlname"
text = "Vertreter"
tooltip = "Vertretername" />
<htmlb:inputField id = "authorlname"
value = "<%= authorlname %>" />
<htmlb:button id = "add"
text = "Vertreter hinzufügen"
onClick = "onInputProcessing(add)" />
</htmlb:groupBody>
</htmlb:group>
</htmlb:form>
</td> </tr> </table>
<!-- Form für Vertreterpositionen -->
<htmlb:group id = "group3"
bodyColor = "whitesmoke"
design = "SAPCOLOR"
width = "500" >
<htmlb:groupBody>
<table border="1" width="400px" height="5px">
<!-- Wenn bereits Vertreter deklariert in der DB -->
<%
if po_show_st is not initial.
%>
<%
loop at po_show_st into po_show.
%>
<tr>
<td width="100px" class="bspTbvCellStd"><%= po_show-uname. %></td>
<td width="200px" class="bspTbvCellStd"><%= po_show-xubname. %></td>
<td class="bspTbvCellStd" width=70px>
<htmlb:form id = "<%= po_show-xubname %>"
method = "post"
encodingType = "multipart/form-data" >
<htmlb:inputField id = "deletename"
visible = "false"
value = "<%= po_show-xubname %>"
size = "0"
width = "1" />
<htmlb:image id = "del"
src = "@11@"
onClick = "onInputProcessing(deleteööö)"
tooltip = "Position löschen" />
</htmlb:form>
</td>
</tr>
<%
endloop.
%>
<%
endif.
%>
<!-- Aktuelle, noch nicht gespeicherte Sätze aus Form (wird beim speichern geleert) -->
<%
loop at po_auth_st into po_auth.
%>
<tr>
<td width="40px" class="bspTbvCellStd"><%= sy-uname. %></td>
<td width="200px" class="bspTbvCellStd"><%= po_auth-lname. %></td>
<td width="40px" class="bspTbvCellStd">
<%
endloop.
%>
</table>
</htmlb:groupBody>
</htmlb:group>
</htmlb:page>
</htmlb:content>
Code: Alles auswählen.
<htmlb:form id = "Mid"
method = "post"
encodingType = "multipart/form-data" >
<htmlb:group id = "group2"
bodyColor = "whitesmoke"
design = "SAPCOLOR"
width = "500" >
<htmlb:groupBody>
<htmlb:label id = "authorlname_Label"
for = "authorlname"
text = "Vertreter"
tooltip = "Vertretername" />
<htmlb:inputField id = "authorlname"
value = "<%= authorlname %>" />
<htmlb:button id = "add"
text = "Vertreter hinzufügen"
onClick = "onInputProcessing(add)" />
</htmlb:groupBody>
</htmlb:group>
</htmlb:form>
</td> </tr> </table>
<!-- Form für Vertreterpositionen -->
<htmlb:group id = "group3"
bodyColor = "whitesmoke"
design = "SAPCOLOR"
width = "500" >
<htmlb:groupBody>
<table border="1" width="400px" height="5px">
<!-- Wenn bereits Vertreter deklariert in der DB -->
<%
if po_show_st is not initial.
%>
<%
loop at po_show_st into po_show.
%>
<tr>
<td width="100px" class="bspTbvCellStd"><%= po_show-uname. %></td>
<td width="200px" class="bspTbvCellStd"><%= po_show-xubname. %></td>
<td class="bspTbvCellStd" width=70px>
<htmlb:form id = "<%= po_show-xubname %>"
method = "post"
encodingType = "multipart/form-data" >
<htmlb:inputField id = "deletename"
visible = "false"
value = "<%= po_show-xubname %>"
size = "0"
width = "1" />
<htmlb:image id = "del"
src = "@11@"
onClick = "onInputProcessing(deleteööö)"
tooltip = "Position löschen" />
</htmlb:form>
</td>
</tr>
<%
endloop.
%>
<%
endif.
%>
<!-- Aktuelle, noch nicht gespeicherte Sätze aus Form (wird beim speichern geleert) -->
<%
loop at po_auth_st into po_auth.
%>
<tr>
<td width="40px" class="bspTbvCellStd"><%= sy-uname. %></td>
<td width="200px" class="bspTbvCellStd"><%= po_auth-lname. %></td>
<td width="40px" class="bspTbvCellStd">
<%
endloop.
%>
</table>
</htmlb:groupBody>
</htmlb:group>
</htmlb:page>
</htmlb:content>