Show TOC Start of Content Area

Object documentation DocumentBody  Locate the document in its SAP Library structure

 

Definition

Renders <body> section of the document and attaches the appropriate style class. It is a plain HTML tag with no attributes.

 

Example

  <hbj:content id="myContent">
     <hbj:document>
       <hbj:documentBody>
         
...
       
</hbj:documentBody>
     </hbj:document>
  
</hbj:content>

 

 

End of Content Area