Show TOC Start of Content Area

Background documentation ifHasMoreIterations  Locate the document in its SAP Library structure

Includes its body if the current node is not the last node in the current iteration.

For example, if you display separators between the names of nodes, such as in a top-level navigation iView, use this tag to display the separator and the ifNotHasMoreIterations tag to prevent a separator after the last node.

Cooperating Tags

The tag must be nested in one of the following tags:

·        iterateInitialNavNodes

·        iterateNavNodeChildren

·        iterateNavNodesInSelectedPath

·        iterateSelectedNavNodesLevel

·        recurseNavNodeChildren

Example

The following displays a separator if the iteration has more nodes.

<nav:ifHasMoreIterations>

    <TD nowrap class="spacingTDPipeLevel2"> | </TD>

</nav:ifHasMoreIterations>

See Also

·        ifNot ...

 

 

End of Content Area