Start of Content Area

Object documentation Comments  Locate the document in its SAP Library structure

Definition

You can write comments on the code on the server.

Unlike code that includes HTML comments, server-side comments are not included in the page sent to the client /browser.

When you use HTML comments, however, they require longer processing times as well as larger bandwidths. This is why you should not use HTML comments with BSPs or views.

Syntax

<%-- code comments or text --%>

 

 

End of Content Area