Show TOC Start of Content Area

Background documentation ifAnonymousUser  Locate the document in its SAP Library structure

Includes its body if the current user is an anonymous user.

Example

The following displays a link to a logon page if the use is anonymous, and a welcome greeting if the user is not anonymous.

<nav:ifAnonymousUser>

   ... D
isplay logon link


</nav:ifAnonymousUser>


<nav:ifNotAnonymousUser>


   ... D
isplay greeting for current user


</nav:ifNotAnonymousUser>

See Also

·        ifNot ...

 

End of Content Area