Entering content frame

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.

This graphic is explained in the accompanying text

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

 

 

Leaving content frame