Page Directive

This directive is used to specify the script language. ABAP and JavaScript are currently supported.

<%@ page language=("ABAP" | "JAVASCRIPT") %>

         

otrTrim

<%@ page language=("ABAP" | "JAVASCRIPT") otrTrim=("TRUE" | "FALSE") %>

             

Attribute otrTrim is a boolean value, that is, it can have the values TRUE and FALSE. The default value is FALSE. If it is set to TRUE, all OTR texts on a page are condensed by removing all blank characters from the start and end of a string.