Entering content frame

Background documentation Using Comment Tags in HTMLBusiness Locate the document in its SAP Library structure

You can use standard HTML comment tags to add comments to HTMLBusiness expressions.

HTML comments start with <!-- and end with -->

Note

HTML comments always end with --> .

The character > alone is insufficient to indicate the end of a comment.

HTMLBusiness expressions that occur within HTML comments appear as uninterpreted output on the HTML page.

HTML comments can occupy entire lines or just parts of lines:

Example

The following (complete) line is ignored:

<!-- `…vbcom-kunde…`‘ -->

Example

The following line contains a valid HTMLBusiness expression followed by a comment:

repeat with j from 1 to <!--stepLoop.dim--> 10‘

Leaving content frame