Show TOC Start of Content Area

Background documentation ifNavNodeIsIView  Locate the document in its SAP Library structure

Includes its body if the current node’s visualization type is iView.

Cooperating Tags

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

·        iterateInitialNavNodes

·        iterateNavNodeChildren

·        iterateNavNodesInSelectedPath

·        iterateSelectedNavNodesLevel

·        launchedNavNode

·        navNode

·        navNodeParent

·        recallNavNode

·        recurseNavNodeChildren

·        selectedNavNode

Example

The following displays an iView icon if the current node is an iView.

<nav:ifNavNodeIsIView>

 

... Display iView icon

 

</nav:ifNavNodeIsIView>

See Also

·         ifNot ...

 

End of Content Area